com.ibm.wbit.tel

Class TAutoDeletionMode

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

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

Modifier and Type Field and Description
  1. static
  2. int
ONCOMPLETION
The 'ONCOMPLETION' literal value
  1. static
  2. TAutoDeletionMode
ONCOMPLETION_LITERAL
The 'ONCOMPLETION' literal object
  1. static
  2. int
ONSUCCESSFULCOMPLETION
The 'ONSUCCESSFULCOMPLETION' literal value
  1. static
  2. TAutoDeletionMode
ONSUCCESSFULCOMPLETION_LITERAL
The 'ONSUCCESSFULCOMPLETION' literal object
  1. static
  2. java.util.List
VALUES
A public read-only list of all the 'TAuto Deletion Mode' enumerators

Method Summary

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

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

ONSUCCESSFULCOMPLETION

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

ONCOMPLETION_LITERAL

  1. public static final TAutoDeletionMode ONCOMPLETION_LITERAL
The 'ONCOMPLETION' literal object.
See Also:

ONSUCCESSFULCOMPLETION_LITERAL

  1. public static final TAutoDeletionMode ONSUCCESSFULCOMPLETION_LITERAL
The 'ONSUCCESSFULCOMPLETION' literal object.
See Also:

VALUES

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

Method Detail

get

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

getByName

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

get

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