| Package | Description |
|---|---|
| com.sforce.soap.tooling | |
| com.sforce.soap.tooling.metadata |
| Modifier and Type | Method and Description |
|---|---|
static ApexCodeUnitStatus |
ApexCodeUnitStatus.fromValue(String v) |
static ApexCodeUnitStatus |
ApexCodeUnitStatus.valueOf(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 | Field and Description |
|---|---|
protected ApexCodeUnitStatus |
ApexClass.status |
protected ApexCodeUnitStatus |
ApexTrigger.status |
| Modifier and Type | Method and Description |
|---|---|
ApexCodeUnitStatus |
ApexClass.getStatus()
Gets the value of the status property.
|
ApexCodeUnitStatus |
ApexTrigger.getStatus()
Gets the value of the status property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ApexClass.setStatus(ApexCodeUnitStatus value)
Sets the value of the status property.
|
void |
ApexTrigger.setStatus(ApexCodeUnitStatus value)
Sets the value of the status property.
|
Copyright © 2016. All rights reserved.