|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.emf.common.util.AbstractEnumerator
com.ibm.wbit.tel.TSubstitutionKinds
public final class TSubstitutionKinds
A representation of the literals of the enumeration 'TSubstitution Kinds', and utility methods for working with them.
TaskPackage.getTSubstitutionKinds()
Field Summary | |
---|---|
static int |
NO_SUBSTITUTION
The 'No Substitution' literal value |
static TSubstitutionKinds |
NO_SUBSTITUTION_LITERAL
The 'No Substitution' literal object |
static int |
SELECT_USER_IF_PRESENT
The 'Select User If Present' literal value |
static TSubstitutionKinds |
SELECT_USER_IF_PRESENT_LITERAL
The 'Select User If Present' literal object |
static int |
SUBSTITUTE_USER_IF_ABSENT
The 'Substitute User If Absent' literal value |
static TSubstitutionKinds |
SUBSTITUTE_USER_IF_ABSENT_LITERAL
The 'Substitute User If Absent' literal object |
static java.util.List |
VALUES
A public read-only list of all the 'TSubstitution Kinds' enumerators |
Method Summary | |
---|---|
static TSubstitutionKinds |
get(int value)
Returns the 'TSubstitution Kinds' literal with the specified integer value |
static TSubstitutionKinds |
get(java.lang.String literal)
Returns the 'TSubstitution Kinds' literal with the specified literal value |
static TSubstitutionKinds |
getByName(java.lang.String name)
Returns the 'TSubstitution Kinds' 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 |
---|
public static final int NO_SUBSTITUTION
If the meaning of 'No Substitution' literal object isn't clear, there really should be more of a description here...
NO_SUBSTITUTION_LITERAL
,
Constant Field Valuespublic static final int SUBSTITUTE_USER_IF_ABSENT
If the meaning of 'Substitute User If Absent' literal object isn't clear, there really should be more of a description here...
SUBSTITUTE_USER_IF_ABSENT_LITERAL
,
Constant Field Valuespublic static final int SELECT_USER_IF_PRESENT
If the meaning of 'Select User If Present' literal object isn't clear, there really should be more of a description here...
SELECT_USER_IF_PRESENT_LITERAL
,
Constant Field Valuespublic static final TSubstitutionKinds NO_SUBSTITUTION_LITERAL
NO_SUBSTITUTION
public static final TSubstitutionKinds SUBSTITUTE_USER_IF_ABSENT_LITERAL
SUBSTITUTE_USER_IF_ABSENT
public static final TSubstitutionKinds SELECT_USER_IF_PRESENT_LITERAL
SELECT_USER_IF_PRESENT
public static final java.util.List VALUES
Method Detail |
---|
public static TSubstitutionKinds get(java.lang.String literal)
public static TSubstitutionKinds getByName(java.lang.String name)
public static TSubstitutionKinds get(int value)
|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |