com.ibm.wbit.tel
Class TTaskKinds

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

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

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

Since:
6.0.1
See Also:
TaskPackage.getTTaskKinds()

Field Summary
static int ATASK
          The 'ATask' literal value.
static TTaskKinds ATASK_LITERAL
          The 'ATask' literal object.
static java.lang.String COPYRIGHT
           
static int HTASK
          The 'HTask' literal value.
static TTaskKinds HTASK_LITERAL
          The 'HTask' literal object.
static int OTASK
          The 'OTask' literal value.
static TTaskKinds OTASK_LITERAL
          The 'OTask' literal object.
static int PTASK
          The 'PTask' literal value.
static TTaskKinds PTASK_LITERAL
          The 'PTask' literal object.
static java.util.List VALUES
          A public read-only list of all the 'TTask Kinds' enumerators.
 
Method Summary
static TTaskKinds get(int value)
          Returns the 'TTask Kinds' literal with the specified integer value.
static TTaskKinds get(java.lang.String literal)
          Returns the 'TTask Kinds' literal with the specified literal value.
static TTaskKinds getByName(java.lang.String name)
          Returns the 'TTask Kinds' 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

ATASK

public static final int ATASK
The 'ATask' literal value.

See Also:
ATASK_LITERAL, Constant Field Values

HTASK

public static final int HTASK
The 'HTask' literal value.

See Also:
HTASK_LITERAL, Constant Field Values

OTASK

public static final int OTASK
The 'OTask' literal value.

See Also:
OTASK_LITERAL, Constant Field Values

PTASK

public static final int PTASK
The 'PTask' literal value.

See Also:
PTASK_LITERAL, Constant Field Values

ATASK_LITERAL

public static final TTaskKinds ATASK_LITERAL
The 'ATask' literal object.

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

See Also:
ATASK

HTASK_LITERAL

public static final TTaskKinds HTASK_LITERAL
The 'HTask' literal object.

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

See Also:
HTASK

OTASK_LITERAL

public static final TTaskKinds OTASK_LITERAL
The 'OTask' literal object.

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

See Also:
OTASK

PTASK_LITERAL

public static final TTaskKinds PTASK_LITERAL
The 'PTask' literal object.

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

See Also:
PTASK

VALUES

public static final java.util.List VALUES
A public read-only list of all the 'TTask Kinds' enumerators.

Method Detail

get

public static TTaskKinds get(java.lang.String literal)
Returns the 'TTask Kinds' literal with the specified literal value.


getByName

public static TTaskKinds getByName(java.lang.String name)
Returns the 'TTask Kinds' literal with the specified name.


get

public static TTaskKinds get(int value)
Returns the 'TTask Kinds' literal with the specified integer value.