com.ibm.wbit.tel

Class TEscalationActions

  1. java.lang.Object
  2. extended byorg.eclipse.emf.common.util.AbstractEnumerator
  3. extended bycom.ibm.wbit.tel.TEscalationActions
All implemented interfaces:
org.eclipse.emf.common.util.Enumerator

  1. public final class TEscalationActions
  2. 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

Modifier and Type Field and Description
  1. static
  2. java.lang.String
COPYRIGHT
  1. static
  2. int
EMAIL
The 'EMail' literal value
  1. static
  2. TEscalationActions
EMAIL_LITERAL
The 'EMail' literal object
  1. static
  2. int
EVENT
The 'Event' literal value
  1. static
  2. TEscalationActions
EVENT_LITERAL
The 'Event' literal object
  1. static
  2. java.util.List
VALUES
A public read-only list of all the 'TEscalation Actions' enumerators
  1. static
  2. int
WORK_ITEM
The 'Work Item' literal value
  1. static
  2. TEscalationActions
WORK_ITEM_LITERAL
The 'Work Item' literal object

Method Summary

Modifier and Type Method and Description
  1. static
  2. TEscalationActions
get(int value)
Returns the 'TEscalation Actions' literal with the specified integer value
  1. static
  2. TEscalationActions
get(java.lang.String literal)
Returns the 'TEscalation Actions' literal with the specified literal value
  1. static
  2. 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

  1. public static final java.lang.String COPYRIGHT
See Also:

WORK_ITEM

  1. public static final int WORK_ITEM
The 'Work Item' literal value.
See Also:

EMAIL

  1. public static final int EMAIL
The 'EMail' literal value.
See Also:

EVENT

  1. public static final int EVENT
The 'Event' literal value.
See Also:

WORK_ITEM_LITERAL

  1. 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

  1. 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

  1. 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

  1. public static final java.util.List VALUES
A public read-only list of all the 'TEscalation Actions' enumerators.

Method Detail

get

  1. public static TEscalationActions get( java.lang.String literal)
Returns the 'TEscalation Actions' literal with the specified literal value.

getByName

  1. public static TEscalationActions getByName( java.lang.String name)
Returns the 'TEscalation Actions' literal with the specified name.

get

  1. public static TEscalationActions get( int value)
Returns the 'TEscalation Actions' literal with the specified integer value.