IBM WebSphere Application ServerTM
Release 8

com.ibm.wbit.tel
Class TActivationStates

java.lang.Object
  extended by org.eclipse.emf.common.util.AbstractEnumerator
      extended by 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

A representation of the literals of the enumeration 'TActivation States', and utility methods for working with them.

Since:
6.0.1
See Also:
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

COPYRIGHT

public static final java.lang.String COPYRIGHT
See Also:
Constant Field Values

READY

public static final int READY
The 'Ready' literal value.

See Also:
READY_LITERAL, Constant Field Values

CLAIMED

public static final int CLAIMED
The 'Claimed' literal value.

See Also:
CLAIMED_LITERAL, Constant Field Values

WAITING_FOR_SUB_TASK

public static final int WAITING_FOR_SUB_TASK
The 'Waiting For Sub Task' literal value.

See Also:
WAITING_FOR_SUB_TASK_LITERAL, Constant Field Values

RUNNING

public static final int RUNNING
The 'Running' literal value.

See Also:
RUNNING_LITERAL, Constant Field Values

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:
READY

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:
CLAIMED

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:
WAITING_FOR_SUB_TASK

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:
RUNNING

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.


IBM WebSphere Application ServerTM
Release 8