com.ibm.wbit.tel
Class TJspApplicableRole
- java.lang.Object
org.eclipse.emf.common.util.AbstractEnumerator
com.ibm.wbit.tel.TJspApplicableRole
- public final class TJspApplicableRole
- extends org.eclipse.emf.common.util.AbstractEnumerator
Field Summary
Modifier and Type | Field and Description |
---|---|
|
ADMIN
The 'Admin' literal value
|
|
ADMIN_LITERAL
The 'Admin' literal object
|
|
ALL
The 'All' literal value
|
|
ALL_LITERAL
The 'All' literal object
|
|
COPYRIGHT
|
|
EDITOR
The 'Editor' literal value
|
|
EDITOR_LITERAL
The 'Editor' literal object
|
|
ESCALATION_RECEIVER
The 'Escalation Receiver' literal value
|
|
ESCALATION_RECEIVER_LITERAL
The 'Escalation Receiver' literal object
|
|
ORIGINATOR
The 'Originator' literal value
|
|
ORIGINATOR_LITERAL
The 'Originator' literal object
|
|
OWNER
The 'Owner' literal value
|
|
OWNER_LITERAL
The 'Owner' literal object
|
|
POTENTIAL_INSTANCE_CREATOR
The 'Potential Instance Creator' literal value
|
|
POTENTIAL_INSTANCE_CREATOR_LITERAL
The 'Potential Instance Creator' literal object
|
|
POTENTIAL_OWNER
The 'Potential Owner' literal value
|
|
POTENTIAL_OWNER_LITERAL
The 'Potential Owner' literal object
|
|
POTENTIAL_STARTER
The 'Potential Starter' literal value
|
|
POTENTIAL_STARTER_LITERAL
The 'Potential Starter' literal object
|
|
READER
The 'Reader' literal value
|
|
READER_LITERAL
The 'Reader' literal object
|
|
STARTER
The 'Starter' literal value
|
|
STARTER_LITERAL
The 'Starter' literal object
|
|
VALUES
A public read-only list of all the 'TJsp Applicable Role' enumerators
|
Method Summary
Modifier and Type | Method and Description |
---|---|
|
get(int value)
Returns the 'TJsp Applicable Role' literal with the specified integer value
|
|
get(java.lang.String literal)
Returns the 'TJsp Applicable Role' literal with the specified literal value
|
|
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
ALL
- public static final int ALL
POTENTIAL_INSTANCE_CREATOR
- public static final int POTENTIAL_INSTANCE_CREATOR
ORIGINATOR
- public static final int ORIGINATOR
ADMIN
- public static final int ADMIN
OWNER
- public static final int OWNER
POTENTIAL_OWNER
- public static final int POTENTIAL_OWNER
STARTER
- public static final int STARTER
POTENTIAL_STARTER
- public static final int POTENTIAL_STARTER
EDITOR
- public static final int EDITOR
READER
- public static final int READER
ESCALATION_RECEIVER
- public static final int ESCALATION_RECEIVER
ALL_LITERAL
- public static final TJspApplicableRole ALL_LITERAL
If the meaning of 'All' literal object isn't clear, there really should be more of a description here...
POTENTIAL_INSTANCE_CREATOR_LITERAL
- public static final TJspApplicableRole POTENTIAL_INSTANCE_CREATOR_LITERAL
If the meaning of 'Potential Instance Creator' literal object isn't clear, there really should be more of a description here...
ORIGINATOR_LITERAL
- public static final TJspApplicableRole ORIGINATOR_LITERAL
If the meaning of 'Originator' literal object isn't clear, there really should be more of a description here...
ADMIN_LITERAL
- public static final TJspApplicableRole ADMIN_LITERAL
If the meaning of 'Admin' literal object isn't clear, there really should be more of a description here...
OWNER_LITERAL
- public static final TJspApplicableRole OWNER_LITERAL
If the meaning of 'Owner' literal object isn't clear, there really should be more of a description here...
POTENTIAL_OWNER_LITERAL
- public static final TJspApplicableRole POTENTIAL_OWNER_LITERAL
If the meaning of 'Potential Owner' literal object isn't clear, there really should be more of a description here...
STARTER_LITERAL
- public static final TJspApplicableRole STARTER_LITERAL
If the meaning of 'Starter' literal object isn't clear, there really should be more of a description here...
POTENTIAL_STARTER_LITERAL
- public static final TJspApplicableRole POTENTIAL_STARTER_LITERAL
If the meaning of 'Potential Starter' literal object isn't clear, there really should be more of a description here...
EDITOR_LITERAL
- public static final TJspApplicableRole EDITOR_LITERAL
If the meaning of 'Editor' literal object isn't clear, there really should be more of a description here...
READER_LITERAL
- public static final TJspApplicableRole READER_LITERAL
If the meaning of 'Reader' literal object isn't clear, there really should be more of a description here...
ESCALATION_RECEIVER_LITERAL
- public static final TJspApplicableRole ESCALATION_RECEIVER_LITERAL
If the meaning of 'Escalation Receiver' literal object isn't clear, there really should be more of a description here...
VALUES
- public static final java.util.List VALUES
Method Detail
get
- public static TJspApplicableRole get( java.lang.String literal)
getByName
- public static TJspApplicableRole getByName( java.lang.String name)
get
- public static TJspApplicableRole get( int value)