|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
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.TIncreasePriority
public final class TIncreasePriority
A representation of the literals of the enumeration 'TIncrease Priority', and utility methods for working with them.
TaskPackage.getTIncreasePriority()
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT
|
static int |
NO
The 'No' literal value |
static TIncreasePriority |
NO_LITERAL
The 'No' literal object |
static int |
ONCE
The 'Once' literal value |
static TIncreasePriority |
ONCE_LITERAL
The 'Once' literal object |
static int |
REPEATED
The 'Repeated' literal value |
static TIncreasePriority |
REPEATED_LITERAL
The 'Repeated' literal object |
static java.util.List |
VALUES
A public read-only list of all the 'TIncrease Priority' enumerators |
Method Summary | |
---|---|
static TIncreasePriority |
get(int value)
Returns the 'TIncrease Priority' literal with the specified integer value |
static TIncreasePriority |
get(java.lang.String literal)
Returns the 'TIncrease Priority' literal with the specified literal value |
static TIncreasePriority |
getByName(java.lang.String name)
Returns the 'TIncrease Priority' 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 java.lang.String COPYRIGHT
public static final int NO
NO_LITERAL
,
Constant Field Valuespublic static final int ONCE
ONCE_LITERAL
,
Constant Field Valuespublic static final int REPEATED
REPEATED_LITERAL
,
Constant Field Valuespublic static final TIncreasePriority NO_LITERAL
If the meaning of 'No' literal object isn't clear, there really should be more of a description here...
NO
public static final TIncreasePriority ONCE_LITERAL
If the meaning of 'Once' literal object isn't clear, there really should be more of a description here...
ONCE
public static final TIncreasePriority REPEATED_LITERAL
If the meaning of 'Repeated' literal object isn't clear, there really should be more of a description here...
REPEATED
public static final java.util.List VALUES
Method Detail |
---|
public static TIncreasePriority get(java.lang.String literal)
public static TIncreasePriority getByName(java.lang.String name)
public static TIncreasePriority get(int value)
|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |