|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.emf.common.util.AbstractEnumerator
com.ibm.wbit.tel.TActivationStates
public final class TActivationStates
A representation of the literals of the enumeration 'TActivation States', and utility methods for working with them.
TaskPackage.getTActivationStates()
Field Summary | |
---|---|
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 |
Method Summary | |
---|---|
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 |
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 |
---|
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
WAITING_FOR_SUB_TASK_LITERAL
,
Constant Field Valuespublic 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
Method Detail |
---|
public static TActivationStates get(java.lang.String literal)
public static TActivationStates getByName(java.lang.String name)
public static TActivationStates get(int value)
|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |