| Package | Description |
|---|---|
| org.opt4j.config |
Provides the classes for modules structure and configuration.
|
| Modifier and Type | Method and Description |
|---|---|
Task.State |
Task.getState()
Returns the state of the
Task. |
static Task.State |
Task.State.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Task.State[] |
Task.State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|