| Modifier and Type | Method and Description |
|---|---|
ApexCodeUnitStatus |
ApexClass.getStatus() |
ApexCodeUnitStatus |
ApexTrigger.getStatus() |
static ApexCodeUnitStatus |
ApexCodeUnitStatus.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ApexCodeUnitStatus[] |
ApexCodeUnitStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ApexClass.setStatus(ApexCodeUnitStatus status) |
void |
ApexTrigger.setStatus(ApexCodeUnitStatus status) |
Copyright © 2020. All Rights Reserved.