StateType Class
- public class StateType
extends Object
implements Serializable
This class describes the different possible states of a task. There are 6 possible states.
Please refer to the documentation to learn more about states and state transitions.
-
Hierarchy
-
Object
StateType
-
All Implemented Interfaces
-
Serializable
ABORTED
public static final StateType ABORTED
ASSIGNED
public static final StateType ASSIGNED
CLAIMED
public static final StateType CLAIMED
COMPLETED
public static final StateType COMPLETED
STARTED
public static final StateType STARTED
SUSPENDED
public static final StateType SUSPENDED
StateType
public StateType(String name,
Integer value)
- Construct a new state type.
getStateType(Integer) Method
public static StateType getStateType(Integer value)
getStateType(String) Method
public static StateType getStateType(String value)
getValue() Method
public Integer getValue()
toString() Method
public String toString()
-
Overrides
-
Object.toString()