public final class TIncreasePriority
extends org.eclipse.emf.common.util.AbstractEnumerator
TaskPackage.getTIncreasePriority()
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
static int |
NO
The 'No' literal value
|
static TIncreasePriority |
NO_LITERAL
The 'No' literal object
|
static int |
ONCE
The 'Once' literal value
|
static TIncreasePriority |
ONCE_LITERAL
The 'Once' literal object
|
static int |
REPEATED
The 'Repeated' literal value
|
static TIncreasePriority |
REPEATED_LITERAL
The 'Repeated' literal object
|
static java.util.List |
VALUES
A public read-only list of all the 'TIncrease Priority' enumerators
|
Modifier and Type | Method and Description |
---|---|
static TIncreasePriority |
get(int value)
Returns the 'TIncrease Priority' literal with the specified integer value
|
static TIncreasePriority |
get(java.lang.String literal)
Returns the 'TIncrease Priority' literal with the specified literal value
|
static TIncreasePriority |
getByName(java.lang.String name)
Returns the 'TIncrease Priority' literal with the specified name
|
public static final java.lang.String COPYRIGHT
public static final int NO
NO_LITERAL
,
Constant Field Valuespublic static final int ONCE
ONCE_LITERAL
,
Constant Field Valuespublic static final int REPEATED
REPEATED_LITERAL
,
Constant Field Valuespublic static final TIncreasePriority NO_LITERAL
If the meaning of 'No' literal object isn't clear, there really should be more of a description here...
NO
public static final TIncreasePriority ONCE_LITERAL
If the meaning of 'Once' literal object isn't clear, there really should be more of a description here...
ONCE
public static final TIncreasePriority REPEATED_LITERAL
If the meaning of 'Repeated' literal object isn't clear, there really should be more of a description here...
REPEATED
public static final java.util.List VALUES
public static TIncreasePriority get(java.lang.String literal)
public static TIncreasePriority getByName(java.lang.String name)
public static TIncreasePriority get(int value)