IBM WebSphere Application ServerTM
Release 7

com.ibm.wbit.tel
Class TEscalationActions

java.lang.Object
  extended by org.eclipse.emf.common.util.AbstractEnumerator
      extended by 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

A representation of the literals of the enumeration 'TEscalation Actions', and utility methods for working with them.

Since:
6.0.1
See Also:
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

COPYRIGHT

public static final java.lang.String COPYRIGHT
See Also:
Constant Field Values

WORK_ITEM

public static final int WORK_ITEM
The 'Work Item' literal value.

See Also:
WORK_ITEM_LITERAL, Constant Field Values

EMAIL

public static final int EMAIL
The 'EMail' literal value.

See Also:
EMAIL_LITERAL, Constant Field Values

EVENT

public static final int EVENT
The 'Event' literal value.

See Also:
EVENT_LITERAL, Constant Field Values

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:
WORK_ITEM

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:
EMAIL

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:
EVENT

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.


IBM WebSphere Application ServerTM
Release 7