public final class HumanTaskKind
extends org.eclipse.emf.common.util.AbstractEnumerator
com.ibm.ws.sca.metadata.bpc.model.ItcamPackage#getHumanTaskKind()
Modifier and Type | Field and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
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
|
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
public static HumanTaskKind get(java.lang.String literal)
public static HumanTaskKind getByName(java.lang.String name)
public static HumanTaskKind get(int value)