com.ibm.wbit.tel

Class TActivationStates

  1. java.lang.Object
  2. extended byorg.eclipse.emf.common.util.AbstractEnumerator
  3. extended bycom.ibm.wbit.tel.TActivationStates
All implemented interfaces:
org.eclipse.emf.common.util.Enumerator

  1. public final class TActivationStates
  2. 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

Modifier and Type Field and Description
  1. static
  2. int
CLAIMED
The 'Claimed' literal value
  1. static
  2. TActivationStates
CLAIMED_LITERAL
The 'Claimed' literal object
  1. static
  2. java.lang.String
COPYRIGHT
  1. static
  2. int
READY
The 'Ready' literal value
  1. static
  2. TActivationStates
READY_LITERAL
The 'Ready' literal object
  1. static
  2. int
RUNNING
The 'Running' literal value
  1. static
  2. TActivationStates
RUNNING_LITERAL
The 'Running' literal object
  1. static
  2. java.util.List
VALUES
A public read-only list of all the 'TActivation States' enumerators
  1. static
  2. int
WAITING_FOR_SUB_TASK
The 'Waiting For Sub Task' literal value
  1. static
  2. TActivationStates
WAITING_FOR_SUB_TASK_LITERAL
The 'Waiting For Sub Task' literal object

Method Summary

Modifier and Type Method and Description
  1. static
  2. TActivationStates
get(int value)
Returns the 'TActivation States' literal with the specified integer value
  1. static
  2. TActivationStates
get(java.lang.String literal)
Returns the 'TActivation States' literal with the specified literal value
  1. static
  2. 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

  1. public static final java.lang.String COPYRIGHT
See Also:

READY

  1. public static final int READY
The 'Ready' literal value.
See Also:

CLAIMED

  1. public static final int CLAIMED
The 'Claimed' literal value.
See Also:

WAITING_FOR_SUB_TASK

  1. public static final int WAITING_FOR_SUB_TASK
The 'Waiting For Sub Task' literal value.
See Also:

RUNNING

  1. public static final int RUNNING
The 'Running' literal value.
See Also:

READY_LITERAL

  1. 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

  1. 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

  1. 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

  1. 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

  1. public static final java.util.List VALUES
A public read-only list of all the 'TActivation States' enumerators.

Method Detail

get

  1. public static TActivationStates get( java.lang.String literal)
Returns the 'TActivation States' literal with the specified literal value.

getByName

  1. public static TActivationStates getByName( java.lang.String name)
Returns the 'TActivation States' literal with the specified name.

get

  1. public static TActivationStates get( int value)
Returns the 'TActivation States' literal with the specified integer value.