com.ibm.wbit.tel
Class TActivationStates
- java.lang.Object
org.eclipse.emf.common.util.AbstractEnumerator
com.ibm.wbit.tel.TActivationStates
All implemented interfaces:
org.eclipse.emf.common.util.Enumerator
- public final class TActivationStates
- extends org.eclipse.emf.common.util.AbstractEnumerator
Since:
6.0.1
See Also:
Field Summary
Modifier and Type | Field and Description |
---|---|
|
CLAIMED
The 'Claimed' literal value
|
|
CLAIMED_LITERAL
The 'Claimed' literal object
|
|
COPYRIGHT
|
|
READY
The 'Ready' literal value
|
|
READY_LITERAL
The 'Ready' literal object
|
|
RUNNING
The 'Running' literal value
|
|
RUNNING_LITERAL
The 'Running' literal object
|
|
VALUES
A public read-only list of all the 'TActivation States' enumerators
|
|
WAITING_FOR_SUB_TASK
The 'Waiting For Sub Task' literal value
|
|
WAITING_FOR_SUB_TASK_LITERAL
The 'Waiting For Sub Task' literal object
|
Method Summary
Modifier and Type | Method and Description |
---|---|
|
get(int value)
Returns the 'TActivation States' literal with the specified integer value
|
|
get(java.lang.String literal)
Returns the 'TActivation States' literal with the specified literal value
|
|
getByName(java.lang.String name)
Returns the 'TActivation States' literal with the specified name
|
Methods inherited from class org.eclipse.emf.common.util.AbstractEnumerator |
---|
getLiteral, getName, getValue, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail
COPYRIGHT
- public static final java.lang.String COPYRIGHT
See Also:
READY
- public static final int READY
The 'Ready' literal value.
See Also:
CLAIMED
- public static final int CLAIMED
The 'Claimed' literal value.
See Also:
WAITING_FOR_SUB_TASK
- public static final int WAITING_FOR_SUB_TASK
The 'Waiting For Sub Task' literal value.
RUNNING
- public static final int RUNNING
The 'Running' literal value.
See Also:
READY_LITERAL
- public static final TActivationStates READY_LITERAL
The 'Ready' literal object.
If the meaning of 'Ready' literal object isn't clear, there really should be more of a description here...
See Also:
CLAIMED_LITERAL
- public static final TActivationStates CLAIMED_LITERAL
The 'Claimed' literal object.
If the meaning of 'Claimed' literal object isn't clear, there really should be more of a description here...
See Also:
WAITING_FOR_SUB_TASK_LITERAL
- public static final TActivationStates WAITING_FOR_SUB_TASK_LITERAL
The 'Waiting For Sub Task' literal object.
If the meaning of 'Waiting For Sub Task' literal object isn't clear, there really should be more of a description here...
See Also:
RUNNING_LITERAL
- public static final TActivationStates RUNNING_LITERAL
The 'Running' literal object.
If the meaning of 'Running' literal object isn't clear, there really should be more of a description here...
See Also:
VALUES
- public static final java.util.List VALUES
A public read-only list of all the 'TActivation States' enumerators.
Method Detail
get
- public static TActivationStates get( java.lang.String literal)
Returns the 'TActivation States' literal with the specified literal value.
getByName
- public static TActivationStates getByName( java.lang.String name)
Returns the 'TActivation States' literal with the specified name.
get
- public static TActivationStates get( int value)
Returns the 'TActivation States' literal with the specified integer value.