com.ibm.wbit.tel

Class TJspApplicableRole

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

  1. public final class TJspApplicableRole
  2. extends org.eclipse.emf.common.util.AbstractEnumerator
A representation of the literals of the enumeration 'TJsp Applicable Role', and utility methods for working with them.
Since:
6.0.1
See Also:
TaskPackage.getTJspApplicableRole()

Field Summary

Modifier and Type Field and Description
  1. static
  2. int
ADMIN
The 'Admin' literal value
  1. static
  2. TJspApplicableRole
ADMIN_LITERAL
The 'Admin' literal object
  1. static
  2. int
ALL
The 'All' literal value
  1. static
  2. TJspApplicableRole
ALL_LITERAL
The 'All' literal object
  1. static
  2. java.lang.String
COPYRIGHT
  1. static
  2. int
EDITOR
The 'Editor' literal value
  1. static
  2. TJspApplicableRole
EDITOR_LITERAL
The 'Editor' literal object
  1. static
  2. int
ESCALATION_RECEIVER
The 'Escalation Receiver' literal value
  1. static
  2. TJspApplicableRole
ESCALATION_RECEIVER_LITERAL
The 'Escalation Receiver' literal object
  1. static
  2. int
ORIGINATOR
The 'Originator' literal value
  1. static
  2. TJspApplicableRole
ORIGINATOR_LITERAL
The 'Originator' literal object
  1. static
  2. int
OWNER
The 'Owner' literal value
  1. static
  2. TJspApplicableRole
OWNER_LITERAL
The 'Owner' literal object
  1. static
  2. int
POTENTIAL_INSTANCE_CREATOR
The 'Potential Instance Creator' literal value
  1. static
  2. TJspApplicableRole
POTENTIAL_INSTANCE_CREATOR_LITERAL
The 'Potential Instance Creator' literal object
  1. static
  2. int
POTENTIAL_OWNER
The 'Potential Owner' literal value
  1. static
  2. TJspApplicableRole
POTENTIAL_OWNER_LITERAL
The 'Potential Owner' literal object
  1. static
  2. int
POTENTIAL_STARTER
The 'Potential Starter' literal value
  1. static
  2. TJspApplicableRole
POTENTIAL_STARTER_LITERAL
The 'Potential Starter' literal object
  1. static
  2. int
READER
The 'Reader' literal value
  1. static
  2. TJspApplicableRole
READER_LITERAL
The 'Reader' literal object
  1. static
  2. int
STARTER
The 'Starter' literal value
  1. static
  2. TJspApplicableRole
STARTER_LITERAL
The 'Starter' literal object
  1. static
  2. java.util.List
VALUES
A public read-only list of all the 'TJsp Applicable Role' enumerators

Method Summary

Modifier and Type Method and Description
  1. static
  2. TJspApplicableRole
get(int value)
Returns the 'TJsp Applicable Role' literal with the specified integer value
  1. static
  2. TJspApplicableRole
get(java.lang.String literal)
Returns the 'TJsp Applicable Role' literal with the specified literal value
  1. static
  2. TJspApplicableRole
getByName(java.lang.String name)
Returns the 'TJsp Applicable Role' 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:

ALL

  1. public static final int ALL
The 'All' literal value.
See Also:

POTENTIAL_INSTANCE_CREATOR

  1. public static final int POTENTIAL_INSTANCE_CREATOR
The 'Potential Instance Creator' literal value.
See Also:

ORIGINATOR

  1. public static final int ORIGINATOR
The 'Originator' literal value.
See Also:

ADMIN

  1. public static final int ADMIN
The 'Admin' literal value.
See Also:

OWNER

  1. public static final int OWNER
The 'Owner' literal value.
See Also:

POTENTIAL_OWNER

  1. public static final int POTENTIAL_OWNER
The 'Potential Owner' literal value.
See Also:

STARTER

  1. public static final int STARTER
The 'Starter' literal value.
See Also:

POTENTIAL_STARTER

  1. public static final int POTENTIAL_STARTER
The 'Potential Starter' literal value.
See Also:

EDITOR

  1. public static final int EDITOR
The 'Editor' literal value.
See Also:

READER

  1. public static final int READER
The 'Reader' literal value.
See Also:

ESCALATION_RECEIVER

  1. public static final int ESCALATION_RECEIVER
The 'Escalation Receiver' literal value.
See Also:

ALL_LITERAL

  1. public static final TJspApplicableRole ALL_LITERAL
The 'All' literal object.

If the meaning of 'All' literal object isn't clear, there really should be more of a description here...

See Also:

POTENTIAL_INSTANCE_CREATOR_LITERAL

  1. public static final TJspApplicableRole POTENTIAL_INSTANCE_CREATOR_LITERAL
The 'Potential Instance Creator' literal object.

If the meaning of 'Potential Instance Creator' literal object isn't clear, there really should be more of a description here...

See Also:

ORIGINATOR_LITERAL

  1. public static final TJspApplicableRole ORIGINATOR_LITERAL
The 'Originator' literal object.

If the meaning of 'Originator' literal object isn't clear, there really should be more of a description here...

See Also:

ADMIN_LITERAL

  1. public static final TJspApplicableRole ADMIN_LITERAL
The 'Admin' literal object.

If the meaning of 'Admin' literal object isn't clear, there really should be more of a description here...

See Also:

OWNER_LITERAL

  1. public static final TJspApplicableRole OWNER_LITERAL
The 'Owner' literal object.

If the meaning of 'Owner' literal object isn't clear, there really should be more of a description here...

See Also:

POTENTIAL_OWNER_LITERAL

  1. public static final TJspApplicableRole POTENTIAL_OWNER_LITERAL
The 'Potential Owner' literal object.

If the meaning of 'Potential Owner' literal object isn't clear, there really should be more of a description here...

See Also:

STARTER_LITERAL

  1. public static final TJspApplicableRole STARTER_LITERAL
The 'Starter' literal object.

If the meaning of 'Starter' literal object isn't clear, there really should be more of a description here...

See Also:

POTENTIAL_STARTER_LITERAL

  1. public static final TJspApplicableRole POTENTIAL_STARTER_LITERAL
The 'Potential Starter' literal object.

If the meaning of 'Potential Starter' literal object isn't clear, there really should be more of a description here...

See Also:

EDITOR_LITERAL

  1. public static final TJspApplicableRole EDITOR_LITERAL
The 'Editor' literal object.

If the meaning of 'Editor' literal object isn't clear, there really should be more of a description here...

See Also:

READER_LITERAL

  1. public static final TJspApplicableRole READER_LITERAL
The 'Reader' literal object.

If the meaning of 'Reader' literal object isn't clear, there really should be more of a description here...

See Also:

ESCALATION_RECEIVER_LITERAL

  1. public static final TJspApplicableRole ESCALATION_RECEIVER_LITERAL
The 'Escalation Receiver' literal object.

If the meaning of 'Escalation Receiver' 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 'TJsp Applicable Role' enumerators.

Method Detail

get

  1. public static TJspApplicableRole get( java.lang.String literal)
Returns the 'TJsp Applicable Role' literal with the specified literal value.

getByName

  1. public static TJspApplicableRole getByName( java.lang.String name)
Returns the 'TJsp Applicable Role' literal with the specified name.

get

  1. public static TJspApplicableRole get( int value)
Returns the 'TJsp Applicable Role' literal with the specified integer value.