com.ibm.wbit.tel
Class TEscalationActions
- java.lang.Object
org.eclipse.emf.common.util.AbstractEnumerator
com.ibm.wbit.tel.TEscalationActions
All implemented interfaces:
org.eclipse.emf.common.util.Enumerator
- public final class TEscalationActions
- extends org.eclipse.emf.common.util.AbstractEnumerator
Since:
6.0.1
See Also:
Field Summary
Modifier and Type | Field and Description |
---|---|
|
COPYRIGHT
|
|
EMAIL
The 'EMail' literal value
|
|
EMAIL_LITERAL
The 'EMail' literal object
|
|
EVENT
The 'Event' literal value
|
|
EVENT_LITERAL
The 'Event' literal object
|
|
VALUES
A public read-only list of all the 'TEscalation Actions' enumerators
|
|
WORK_ITEM
The 'Work Item' literal value
|
|
WORK_ITEM_LITERAL
The 'Work Item' literal object
|
Method Summary
Modifier and Type | Method and Description |
---|---|
|
get(int value)
Returns the 'TEscalation Actions' literal with the specified integer value
|
|
get(java.lang.String literal)
Returns the 'TEscalation Actions' literal with the specified literal value
|
|
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
COPYRIGHT
- public static final java.lang.String COPYRIGHT
See Also:
WORK_ITEM
- public static final int WORK_ITEM
The 'Work Item' literal value.
See Also:
- public static final int EMAIL
The 'EMail' literal value.
See Also:
EVENT
- public static final int EVENT
The 'Event' literal value.
See Also:
WORK_ITEM_LITERAL
- public static final TEscalationActions WORK_ITEM_LITERAL
The 'Work Item' literal object.
If the meaning of 'Work Item' literal object isn't clear, there really should be more of a description here...
See Also:
EMAIL_LITERAL
- public static final TEscalationActions EMAIL_LITERAL
The 'EMail' literal object.
If the meaning of 'EMail' literal object isn't clear, there really should be more of a description here...
See Also:
EVENT_LITERAL
- public static final TEscalationActions EVENT_LITERAL
The 'Event' literal object.
If the meaning of 'Event' literal object isn't clear, there really should be more of a description here...
See Also:
VALUES
- public static final java.util.List VALUES
A public read-only list of all the 'TEscalation Actions' enumerators.
Method Detail
get
- public static TEscalationActions get( java.lang.String literal)
Returns the 'TEscalation Actions' literal with the specified literal value.
getByName
- public static TEscalationActions getByName( java.lang.String name)
Returns the 'TEscalation Actions' literal with the specified name.
get
- public static TEscalationActions get( int value)
Returns the 'TEscalation Actions' literal with the specified integer value.