public final class HumanTaskType
extends org.eclipse.emf.common.util.AbstractEnumerator
com.ibm.ws.sca.metadata.bpc.model.ItcamPackage#getHumanTaskType()
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
static int |
INLINE
The 'Inline' literal value
|
static HumanTaskType |
INLINE_LITERAL
The 'Inline' literal object
|
static int |
STANDALONE
The 'Standalone' literal value
|
static HumanTaskType |
STANDALONE_LITERAL
The 'Standalone' literal object
|
static java.util.List |
VALUES
A public read-only list of all the 'Human Task Type' enumerators
|
Modifier and Type | Method and Description |
---|---|
static HumanTaskType |
get(int value)
Returns the 'Human Task Type' literal with the specified integer value
|
static HumanTaskType |
get(java.lang.String literal)
Returns the 'Human Task Type' literal with the specified literal value
|
static HumanTaskType |
getByName(java.lang.String name)
Returns the 'Human Task Type' literal with the specified name
|
public static final java.lang.String COPYRIGHT
public static final int STANDALONE
If the meaning of 'Standalone' literal object isn't clear, there really should be more of a description here...
STANDALONE_LITERAL
,
Constant Field Valuespublic static final int INLINE
If the meaning of 'Inline' literal object isn't clear, there really should be more of a description here...
INLINE_LITERAL
,
Constant Field Valuespublic static final HumanTaskType STANDALONE_LITERAL
STANDALONE
public static final HumanTaskType INLINE_LITERAL
INLINE
public static final java.util.List VALUES
public static HumanTaskType get(java.lang.String literal)
public static HumanTaskType getByName(java.lang.String name)
public static HumanTaskType get(int value)