Package | Description |
---|---|
pdp.compileplatform.session |
Modifier and Type | Method and Description |
---|---|
EnumResult |
TaskResultsInterface.getResult()
Return the value of the result
|
EnumResult |
TaskResults.getResult()
Return the value of the result
|
static EnumResult |
EnumResult.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumResult[] |
EnumResult.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.setResult(EnumResult result)
Change the EnumResult with the one given in parameter
|
void |
TaskResults.setResult(EnumResult result)
Change the EnumResult with the one given in parameter
|