Package | Description |
---|---|
pdp.compileplatform.session |
Modifier and Type | Method and Description |
---|---|
EnumStatus |
TaskResultsInterface.getStatus()
Return the value of the status
|
EnumStatus |
TaskResults.getStatus()
Return the value of the status
|
static EnumStatus |
EnumStatus.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumStatus[] |
EnumStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
TaskResultsInterface.setStatus(EnumStatus status)
Change the value of the status with the one given in parameters
|
void |
TaskResults.setStatus(EnumStatus status)
Change the value of the status with the one given in parameters
|