|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.emf.common.util.AbstractEnumerator
com.ibm.wbit.tel.TEscalationActions
public final class TEscalationActions
A representation of the literals of the enumeration 'TEscalation Actions', and utility methods for working with them.
TaskPackage.getTEscalationActions()
Field Summary | |
---|---|
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 |
Method Summary | |
---|---|
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 |
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 |
---|
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
Method Detail |
---|
public static TEscalationActions get(java.lang.String literal)
public static TEscalationActions getByName(java.lang.String name)
public static TEscalationActions get(int value)
|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |