public final class TActivationStates
extends org.eclipse.emf.common.util.AbstractEnumerator
TaskPackage.getTActivationStates()
Modifier and Type | Field and Description |
---|---|
static int |
CLAIMED
The 'Claimed' literal value
|
static TActivationStates |
CLAIMED_LITERAL
The 'Claimed' literal object
|
static java.lang.String |
COPYRIGHT |
static int |
READY
The 'Ready' literal value
|
static TActivationStates |
READY_LITERAL
The 'Ready' literal object
|
static int |
RUNNING
The 'Running' literal value
|
static TActivationStates |
RUNNING_LITERAL
The 'Running' literal object
|
static java.util.List |
VALUES
A public read-only list of all the 'TActivation States' enumerators
|
static int |
WAITING_FOR_SUB_TASK
The 'Waiting For Sub Task' literal value
|
static TActivationStates |
WAITING_FOR_SUB_TASK_LITERAL
The 'Waiting For Sub Task' literal object
|
Modifier and Type | Method and Description |
---|---|
static TActivationStates |
get(int value)
Returns the 'TActivation States' literal with the specified integer value
|
static TActivationStates |
get(java.lang.String literal)
Returns the 'TActivation States' literal with the specified literal value
|
static TActivationStates |
getByName(java.lang.String name)
Returns the 'TActivation States' literal with the specified name
|
public static final java.lang.String COPYRIGHT
public static final int READY
READY_LITERAL
,
Constant Field Valuespublic static final int CLAIMED
CLAIMED_LITERAL
,
Constant Field Valuespublic static final int WAITING_FOR_SUB_TASK
public static final int RUNNING
RUNNING_LITERAL
,
Constant Field Valuespublic static final TActivationStates READY_LITERAL
If the meaning of 'Ready' literal object isn't clear, there really should be more of a description here...
READY
public static final TActivationStates CLAIMED_LITERAL
If the meaning of 'Claimed' literal object isn't clear, there really should be more of a description here...
CLAIMED
public static final TActivationStates WAITING_FOR_SUB_TASK_LITERAL
If the meaning of 'Waiting For Sub Task' literal object isn't clear, there really should be more of a description here...
WAITING_FOR_SUB_TASK
public static final TActivationStates RUNNING_LITERAL
If the meaning of 'Running' literal object isn't clear, there really should be more of a description here...
RUNNING
public static final java.util.List VALUES
public static TActivationStates get(java.lang.String literal)
public static TActivationStates getByName(java.lang.String name)
public static TActivationStates get(int value)