|
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.wsspi.sca.metadata.bpc.model.HumanTaskKind
public final class HumanTaskKind
A representation of the literals of the enumeration 'Human Task Kind', and utility methods for working with them.
com.ibm.ws.sca.metadata.bpc.model.ItcamPackage#getHumanTaskKind()
Field Summary | |
---|---|
static int |
ADMINISTRATION
The 'Administration' literal value |
static HumanTaskKind |
ADMINISTRATION_LITERAL
The 'Administration' literal object |
static int |
COLLABORATION
The 'Collaboration' literal value |
static HumanTaskKind |
COLLABORATION_LITERAL
The 'Collaboration' literal object |
static java.lang.String |
COPYRIGHT
|
static int |
INVOCATION
The 'Invocation' literal value |
static HumanTaskKind |
INVOCATION_LITERAL
The 'Invocation' literal object |
static int |
TO_DO
The 'To Do' literal value |
static HumanTaskKind |
TO_DO_LITERAL
The 'To Do' literal object |
static java.util.List |
VALUES
A public read-only list of all the 'Human Task Kind' enumerators |
Method Summary | |
---|---|
static HumanTaskKind |
get(int value)
Returns the 'Human Task Kind' literal with the specified integer value |
static HumanTaskKind |
get(java.lang.String literal)
Returns the 'Human Task Kind' literal with the specified literal value |
static HumanTaskKind |
getByName(java.lang.String name)
Returns the 'Human Task Kind' 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 TO_DO
If the meaning of 'To Do' literal object isn't clear, there really should be more of a description here...
TO_DO_LITERAL
,
Constant Field Valuespublic static final int INVOCATION
If the meaning of 'Invocation' literal object isn't clear, there really should be more of a description here...
INVOCATION_LITERAL
,
Constant Field Valuespublic static final int COLLABORATION
If the meaning of 'Collaboration' literal object isn't clear, there really should be more of a description here...
COLLABORATION_LITERAL
,
Constant Field Valuespublic static final int ADMINISTRATION
If the meaning of 'Administration' literal object isn't clear, there really should be more of a description here...
ADMINISTRATION_LITERAL
,
Constant Field Valuespublic static final HumanTaskKind TO_DO_LITERAL
TO_DO
public static final HumanTaskKind INVOCATION_LITERAL
INVOCATION
public static final HumanTaskKind COLLABORATION_LITERAL
COLLABORATION
public static final HumanTaskKind ADMINISTRATION_LITERAL
ADMINISTRATION
public static final java.util.List VALUES
Method Detail |
---|
public static HumanTaskKind get(java.lang.String literal)
public static HumanTaskKind getByName(java.lang.String name)
public static HumanTaskKind 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 |