IBM WebSphere Application ServerTM
Release 8

com.ibm.wbit.tel
Class TAtLeastExpectedStates

java.lang.Object
  extended by org.eclipse.emf.common.util.AbstractEnumerator
      extended by com.ibm.wbit.tel.TAtLeastExpectedStates
All Implemented Interfaces:
org.eclipse.emf.common.util.Enumerator

public final class TAtLeastExpectedStates
extends org.eclipse.emf.common.util.AbstractEnumerator

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

Since:
6.0.1
See Also:
TaskPackage.getTAtLeastExpectedStates()

Field Summary
static int CLAIMED
          The 'Claimed' literal value
static TAtLeastExpectedStates CLAIMED_LITERAL
          The 'Claimed' literal object
static java.lang.String COPYRIGHT
           
static int ENDED
          The 'Ended' literal value
static TAtLeastExpectedStates ENDED_LITERAL
          The 'Ended' literal object
static int SUB_TASKS_COMPLETED
          The 'Sub Tasks Completed' literal value
static TAtLeastExpectedStates SUB_TASKS_COMPLETED_LITERAL
          The 'Sub Tasks Completed' literal object
static java.util.List VALUES
          A public read-only list of all the 'TAt Least Expected States' enumerators
 
Method Summary
static TAtLeastExpectedStates get(int value)
          Returns the 'TAt Least Expected States' literal with the specified integer value
static TAtLeastExpectedStates get(java.lang.String literal)
          Returns the 'TAt Least Expected States' literal with the specified literal value
static TAtLeastExpectedStates getByName(java.lang.String name)
          Returns the 'TAt Least Expected 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

CLAIMED

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

See Also:
CLAIMED_LITERAL, Constant Field Values

SUB_TASKS_COMPLETED

public static final int SUB_TASKS_COMPLETED
The 'Sub Tasks Completed' literal value.

See Also:
SUB_TASKS_COMPLETED_LITERAL, Constant Field Values

ENDED

public static final int ENDED
The 'Ended' literal value.

See Also:
ENDED_LITERAL, Constant Field Values

CLAIMED_LITERAL

public static final TAtLeastExpectedStates 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

SUB_TASKS_COMPLETED_LITERAL

public static final TAtLeastExpectedStates SUB_TASKS_COMPLETED_LITERAL
The 'Sub Tasks Completed' literal object.

If the meaning of 'Sub Tasks Completed' literal object isn't clear, there really should be more of a description here...

See Also:
SUB_TASKS_COMPLETED

ENDED_LITERAL

public static final TAtLeastExpectedStates ENDED_LITERAL
The 'Ended' literal object.

If the meaning of 'Ended' literal object isn't clear, there really should be more of a description here...

See Also:
ENDED

VALUES

public static final java.util.List VALUES
A public read-only list of all the 'TAt Least Expected States' enumerators.

Method Detail

get

public static TAtLeastExpectedStates get(java.lang.String literal)
Returns the 'TAt Least Expected States' literal with the specified literal value.


getByName

public static TAtLeastExpectedStates getByName(java.lang.String name)
Returns the 'TAt Least Expected States' literal with the specified name.


get

public static TAtLeastExpectedStates get(int value)
Returns the 'TAt Least Expected States' literal with the specified integer value.


IBM WebSphere Application ServerTM
Release 8