IBM WebSphere Application ServerTM
Release 7

com.ibm.wbit.tel
Class TJspApplicableRole

java.lang.Object
  extended by org.eclipse.emf.common.util.AbstractEnumerator
      extended by com.ibm.wbit.tel.TJspApplicableRole
All Implemented Interfaces:
org.eclipse.emf.common.util.Enumerator

public final class TJspApplicableRole
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
static int ADMIN
          The 'Admin' literal value
static TJspApplicableRole ADMIN_LITERAL
          The 'Admin' literal object
static int ALL
          The 'All' literal value
static TJspApplicableRole ALL_LITERAL
          The 'All' literal object
static java.lang.String COPYRIGHT
           
static int EDITOR
          The 'Editor' literal value
static TJspApplicableRole EDITOR_LITERAL
          The 'Editor' literal object
static int ESCALATION_RECEIVER
          The 'Escalation Receiver' literal value
static TJspApplicableRole ESCALATION_RECEIVER_LITERAL
          The 'Escalation Receiver' literal object
static int ORIGINATOR
          The 'Originator' literal value
static TJspApplicableRole ORIGINATOR_LITERAL
          The 'Originator' literal object
static int OWNER
          The 'Owner' literal value
static TJspApplicableRole OWNER_LITERAL
          The 'Owner' literal object
static int POTENTIAL_INSTANCE_CREATOR
          The 'Potential Instance Creator' literal value
static TJspApplicableRole POTENTIAL_INSTANCE_CREATOR_LITERAL
          The 'Potential Instance Creator' literal object
static int POTENTIAL_OWNER
          The 'Potential Owner' literal value
static TJspApplicableRole POTENTIAL_OWNER_LITERAL
          The 'Potential Owner' literal object
static int POTENTIAL_STARTER
          The 'Potential Starter' literal value
static TJspApplicableRole POTENTIAL_STARTER_LITERAL
          The 'Potential Starter' literal object
static int READER
          The 'Reader' literal value
static TJspApplicableRole READER_LITERAL
          The 'Reader' literal object
static int STARTER
          The 'Starter' literal value
static TJspApplicableRole STARTER_LITERAL
          The 'Starter' literal object
static java.util.List VALUES
          A public read-only list of all the 'TJsp Applicable Role' enumerators
 
Method Summary
static TJspApplicableRole get(int value)
          Returns the 'TJsp Applicable Role' literal with the specified integer value
static TJspApplicableRole get(java.lang.String literal)
          Returns the 'TJsp Applicable Role' literal with the specified literal value
static 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

COPYRIGHT

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

ALL

public static final int ALL
The 'All' literal value.

See Also:
ALL_LITERAL, Constant Field Values

POTENTIAL_INSTANCE_CREATOR

public static final int POTENTIAL_INSTANCE_CREATOR
The 'Potential Instance Creator' literal value.

See Also:
POTENTIAL_INSTANCE_CREATOR_LITERAL, Constant Field Values

ORIGINATOR

public static final int ORIGINATOR
The 'Originator' literal value.

See Also:
ORIGINATOR_LITERAL, Constant Field Values

ADMIN

public static final int ADMIN
The 'Admin' literal value.

See Also:
ADMIN_LITERAL, Constant Field Values

OWNER

public static final int OWNER
The 'Owner' literal value.

See Also:
OWNER_LITERAL, Constant Field Values

POTENTIAL_OWNER

public static final int POTENTIAL_OWNER
The 'Potential Owner' literal value.

See Also:
POTENTIAL_OWNER_LITERAL, Constant Field Values

STARTER

public static final int STARTER
The 'Starter' literal value.

See Also:
STARTER_LITERAL, Constant Field Values

POTENTIAL_STARTER

public static final int POTENTIAL_STARTER
The 'Potential Starter' literal value.

See Also:
POTENTIAL_STARTER_LITERAL, Constant Field Values

EDITOR

public static final int EDITOR
The 'Editor' literal value.

See Also:
EDITOR_LITERAL, Constant Field Values

READER

public static final int READER
The 'Reader' literal value.

See Also:
READER_LITERAL, Constant Field Values

ESCALATION_RECEIVER

public static final int ESCALATION_RECEIVER
The 'Escalation Receiver' literal value.

See Also:
ESCALATION_RECEIVER_LITERAL, Constant Field Values

ALL_LITERAL

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

POTENTIAL_INSTANCE_CREATOR_LITERAL

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

ORIGINATOR_LITERAL

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

ADMIN_LITERAL

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

OWNER_LITERAL

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

POTENTIAL_OWNER_LITERAL

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

STARTER_LITERAL

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

POTENTIAL_STARTER_LITERAL

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

EDITOR_LITERAL

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

READER_LITERAL

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

ESCALATION_RECEIVER_LITERAL

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

VALUES

public static final java.util.List VALUES
A public read-only list of all the 'TJsp Applicable Role' enumerators.

Method Detail

get

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


getByName

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


get

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


IBM WebSphere Application ServerTM
Release 7