|
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.TTaskKinds
public final class TTaskKinds
A representation of the literals of the enumeration 'TTask Kinds', and utility methods for working with them.
TaskPackage.getTTaskKinds()
Field Summary | |
---|---|
static int |
ATASK
The 'ATask' literal value |
static TTaskKinds |
ATASK_LITERAL
The 'ATask' literal object |
static java.lang.String |
COPYRIGHT
|
static int |
HTASK
The 'HTask' literal value |
static TTaskKinds |
HTASK_LITERAL
The 'HTask' literal object |
static int |
OTASK
The 'OTask' literal value |
static TTaskKinds |
OTASK_LITERAL
The 'OTask' literal object |
static int |
PTASK
The 'PTask' literal value |
static TTaskKinds |
PTASK_LITERAL
The 'PTask' literal object |
static java.util.List |
VALUES
A public read-only list of all the 'TTask Kinds' enumerators |
Method Summary | |
---|---|
static TTaskKinds |
get(int value)
Returns the 'TTask Kinds' literal with the specified integer value |
static TTaskKinds |
get(java.lang.String literal)
Returns the 'TTask Kinds' literal with the specified literal value |
static TTaskKinds |
getByName(java.lang.String name)
Returns the 'TTask 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 java.lang.String COPYRIGHT
public static final int ATASK
ATASK_LITERAL
,
Constant Field Valuespublic static final int HTASK
HTASK_LITERAL
,
Constant Field Valuespublic static final int OTASK
OTASK_LITERAL
,
Constant Field Valuespublic static final int PTASK
PTASK_LITERAL
,
Constant Field Valuespublic static final TTaskKinds ATASK_LITERAL
If the meaning of 'ATask' literal object isn't clear, there really should be more of a description here...
ATASK
public static final TTaskKinds HTASK_LITERAL
If the meaning of 'HTask' literal object isn't clear, there really should be more of a description here...
HTASK
public static final TTaskKinds OTASK_LITERAL
If the meaning of 'OTask' literal object isn't clear, there really should be more of a description here...
OTASK
public static final TTaskKinds PTASK_LITERAL
If the meaning of 'PTask' literal object isn't clear, there really should be more of a description here...
PTASK
public static final java.util.List VALUES
Method Detail |
---|
public static TTaskKinds get(java.lang.String literal)
public static TTaskKinds getByName(java.lang.String name)
public static TTaskKinds 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 |