public final class TEscalationActions
extends org.eclipse.emf.common.util.AbstractEnumerator
TaskPackage.getTEscalationActions()
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
static int |
EMAIL
The 'EMail' literal value
|
static TEscalationActions |
EMAIL_LITERAL
The 'EMail' literal object
|
static int |
EVENT
The 'Event' literal value
|
static TEscalationActions |
EVENT_LITERAL
The 'Event' literal object
|
static java.util.List |
VALUES
A public read-only list of all the 'TEscalation Actions' enumerators
|
static int |
WORK_ITEM
The 'Work Item' literal value
|
static TEscalationActions |
WORK_ITEM_LITERAL
The 'Work Item' literal object
|
Modifier and Type | Method and Description |
---|---|
static TEscalationActions |
get(int value)
Returns the 'TEscalation Actions' literal with the specified integer value
|
static TEscalationActions |
get(java.lang.String literal)
Returns the 'TEscalation Actions' literal with the specified literal value
|
static TEscalationActions |
getByName(java.lang.String name)
Returns the 'TEscalation Actions' literal with the specified name
|
public static final java.lang.String COPYRIGHT
public static final int WORK_ITEM
WORK_ITEM_LITERAL
,
Constant Field Valuespublic static final int EMAIL
EMAIL_LITERAL
,
Constant Field Valuespublic static final int EVENT
EVENT_LITERAL
,
Constant Field Valuespublic static final TEscalationActions WORK_ITEM_LITERAL
If the meaning of 'Work Item' literal object isn't clear, there really should be more of a description here...
WORK_ITEM
public static final TEscalationActions EMAIL_LITERAL
If the meaning of 'EMail' literal object isn't clear, there really should be more of a description here...
EMAIL
public static final TEscalationActions EVENT_LITERAL
If the meaning of 'Event' literal object isn't clear, there really should be more of a description here...
EVENT
public static final java.util.List VALUES
public static TEscalationActions get(java.lang.String literal)
public static TEscalationActions getByName(java.lang.String name)
public static TEscalationActions get(int value)