public final class TAutoDeletionMode
extends org.eclipse.emf.common.util.AbstractEnumerator
TaskPackage.getTAutoDeletionMode()
Modifier and Type | Field and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
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
|
public static final int ONCOMPLETION
If the meaning of 'ONCOMPLETION' literal object isn't clear, there really should be more of a description here...
ONCOMPLETION_LITERAL
,
Constant Field Valuespublic static final int ONSUCCESSFULCOMPLETION
If the meaning of 'ONSUCCESSFULCOMPLETION' literal object isn't clear, there really should be more of a description here...
public static final TAutoDeletionMode ONCOMPLETION_LITERAL
ONCOMPLETION
public static final TAutoDeletionMode ONSUCCESSFULCOMPLETION_LITERAL
ONSUCCESSFULCOMPLETION
public static final java.util.List VALUES
public static TAutoDeletionMode get(java.lang.String literal)
public static TAutoDeletionMode getByName(java.lang.String name)
public static TAutoDeletionMode get(int value)