com.ibm.wsspi.sca.metadata.bpc.model
Class HumanTaskKind
- java.lang.Object
org.eclipse.emf.common.util.AbstractEnumerator
com.ibm.wsspi.sca.metadata.bpc.model.HumanTaskKind
All implemented interfaces:
org.eclipse.emf.common.util.Enumerator
- public final class HumanTaskKind
- extends org.eclipse.emf.common.util.AbstractEnumerator
See Also:
com.ibm.ws.sca.metadata.bpc.model.ItcamPackage#getHumanTaskKind()
Field Summary
Modifier and Type | Field and Description |
---|---|
|
ADMINISTRATION
The 'Administration' literal value
|
|
ADMINISTRATION_LITERAL
The 'Administration' literal object
|
|
COLLABORATION
The 'Collaboration' literal value
|
|
COLLABORATION_LITERAL
The 'Collaboration' literal object
|
|
COPYRIGHT
|
|
INVOCATION
The 'Invocation' literal value
|
|
INVOCATION_LITERAL
The 'Invocation' literal object
|
|
TO_DO
The 'To Do' literal value
|
|
TO_DO_LITERAL
The 'To Do' literal object
|
|
VALUES
A public read-only list of all the 'Human Task Kind' enumerators
|
Method Summary
Modifier and Type | Method and Description |
---|---|
|
get(int value)
Returns the 'Human Task Kind' literal with the specified integer value
|
|
get(java.lang.String literal)
Returns the 'Human Task Kind' literal with the specified literal value
|
|
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
COPYRIGHT
- public static final java.lang.String COPYRIGHT
See Also:
TO_DO
- public static final int TO_DO
See Also:
INVOCATION
- public static final int INVOCATION
The 'Invocation' literal value.
If the meaning of 'Invocation' literal object isn't clear, there really should be more of a description here...
See Also:
COLLABORATION
- public static final int COLLABORATION
The 'Collaboration' literal value.
If the meaning of 'Collaboration' literal object isn't clear, there really should be more of a description here...
See Also:
ADMINISTRATION
- public static final int ADMINISTRATION
The 'Administration' literal value.
If the meaning of 'Administration' literal object isn't clear, there really should be more of a description here...
See Also:
TO_DO_LITERAL
- public static final HumanTaskKind TO_DO_LITERAL
The 'To Do' literal object.
See Also:
INVOCATION_LITERAL
- public static final HumanTaskKind INVOCATION_LITERAL
The 'Invocation' literal object.
See Also:
COLLABORATION_LITERAL
- public static final HumanTaskKind COLLABORATION_LITERAL
The 'Collaboration' literal object.
See Also:
ADMINISTRATION_LITERAL
- public static final HumanTaskKind ADMINISTRATION_LITERAL
The 'Administration' literal object.
See Also:
VALUES
- public static final java.util.List VALUES
A public read-only list of all the 'Human Task Kind' enumerators.
Method Detail
get
- public static HumanTaskKind get( java.lang.String literal)
Returns the 'Human Task Kind' literal with the specified literal value.
getByName
- public static HumanTaskKind getByName( java.lang.String name)
Returns the 'Human Task Kind' literal with the specified name.
get
- public static HumanTaskKind get( int value)
Returns the 'Human Task Kind' literal with the specified integer value.
If the meaning of 'To Do' literal object isn't clear, there really should be more of a description here...