com.ibm.wbit.tel
Class TAutoDeletionMode

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

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

A representation of the literals of the enumeration 'TAuto Deletion Mode', and utility methods for working with them.

Since:
6.1
See Also:
TaskPackage.getTAutoDeletionMode()

Field Summary
static int ONCOMPLETION
          The 'ONCOMPLETION' literal value.
static TAutoDeletionMode ONCOMPLETION_LITERAL
          The 'ONCOMPLETION' literal object.
static int ONSUCCESSFULCOMPLETION
          The 'ONSUCCESSFULCOMPLETION' literal value.
static TAutoDeletionMode ONSUCCESSFULCOMPLETION_LITERAL
          The 'ONSUCCESSFULCOMPLETION' literal object.
static java.util.List VALUES
          A public read-only list of all the 'TAuto Deletion Mode' enumerators.
 
Method Summary
static TAutoDeletionMode get(int value)
          Returns the 'TAuto Deletion Mode' literal with the specified integer value.
static TAutoDeletionMode get(java.lang.String literal)
          Returns the 'TAuto Deletion Mode' literal with the specified literal value.
static TAutoDeletionMode getByName(java.lang.String name)
          Returns the 'TAuto Deletion Mode' 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

ONCOMPLETION

public static final int ONCOMPLETION
The 'ONCOMPLETION' literal value.

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

See Also:
ONCOMPLETION_LITERAL, Constant Field Values

ONSUCCESSFULCOMPLETION

public static final int ONSUCCESSFULCOMPLETION
The 'ONSUCCESSFULCOMPLETION' literal value.

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

See Also:
ONSUCCESSFULCOMPLETION_LITERAL, Constant Field Values

ONCOMPLETION_LITERAL

public static final TAutoDeletionMode ONCOMPLETION_LITERAL
The 'ONCOMPLETION' literal object.

See Also:
ONCOMPLETION

ONSUCCESSFULCOMPLETION_LITERAL

public static final TAutoDeletionMode ONSUCCESSFULCOMPLETION_LITERAL
The 'ONSUCCESSFULCOMPLETION' literal object.

See Also:
ONSUCCESSFULCOMPLETION

VALUES

public static final java.util.List VALUES
A public read-only list of all the 'TAuto Deletion Mode' enumerators.

Method Detail

get

public static TAutoDeletionMode get(java.lang.String literal)
Returns the 'TAuto Deletion Mode' literal with the specified literal value.


getByName

public static TAutoDeletionMode getByName(java.lang.String name)
Returns the 'TAuto Deletion Mode' literal with the specified name.


get

public static TAutoDeletionMode get(int value)
Returns the 'TAuto Deletion Mode' literal with the specified integer value.