com.ibm.wbit.tel
Class TAutoDeletionMode
- java.lang.Object
org.eclipse.emf.common.util.AbstractEnumerator
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
Since:
6.1
See Also:
Field Summary
Modifier and Type | Field and Description |
---|---|
|
ONCOMPLETION
The 'ONCOMPLETION' literal value
|
|
ONCOMPLETION_LITERAL
The 'ONCOMPLETION' literal object
|
|
ONSUCCESSFULCOMPLETION
The 'ONSUCCESSFULCOMPLETION' literal value
|
|
ONSUCCESSFULCOMPLETION_LITERAL
The 'ONSUCCESSFULCOMPLETION' literal object
|
|
VALUES
A public read-only list of all the 'TAuto Deletion Mode' enumerators
|
Method Summary
Modifier and Type | Method and Description |
---|---|
|
get(int value)
Returns the 'TAuto Deletion Mode' literal with the specified integer value
|
|
get(java.lang.String literal)
Returns the 'TAuto Deletion Mode' literal with the specified literal value
|
|
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
See Also:
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...
ONCOMPLETION_LITERAL
- public static final TAutoDeletionMode ONCOMPLETION_LITERAL
The 'ONCOMPLETION' literal object.
See Also:
ONSUCCESSFULCOMPLETION_LITERAL
- public static final TAutoDeletionMode ONSUCCESSFULCOMPLETION_LITERAL
The 'ONSUCCESSFULCOMPLETION' literal object.
See Also:
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.
If the meaning of 'ONCOMPLETION' literal object isn't clear, there really should be more of a description here...