com.ibm.wsspi.sca.metadata.bpc.model
Class ActivityKind
- java.lang.Object
org.eclipse.emf.common.util.AbstractEnumerator
com.ibm.wsspi.sca.metadata.bpc.model.ActivityKind
- public final class ActivityKind
- extends org.eclipse.emf.common.util.AbstractEnumerator
com.ibm.ws.sca.metadata.bpc.model.ItcamPackage#getActivityKind()
Field Summary
Modifier and Type | Field and Description |
---|---|
|
ASSIGN
The 'ASSIGN' literal value
|
|
ASSIGN_LITERAL
The 'ASSIGN' literal object
|
|
COMPENSATE
The 'COMPENSATE' literal value
|
|
COMPENSATE_LITERAL
The 'COMPENSATE' literal object
|
|
COMPENSATESCOPE
The 'COMPENSATESCOPE' literal value
|
|
COMPENSATESCOPE_LITERAL
The 'COMPENSATESCOPE' literal object
|
|
COPYRIGHT
|
|
CUSTOM
The 'CUSTOM' literal value
|
|
CUSTOM_LITERAL
The 'CUSTOM' literal object
|
|
EMPTY
The 'EMPTY' literal value
|
|
EMPTY_LITERAL
The 'EMPTY' literal object
|
|
FLOW
The 'FLOW' literal value
|
|
FLOW_LITERAL
The 'FLOW' literal object
|
|
FOREACHPARALLEL
The 'FOREACHPARALLEL' literal value
|
|
FOREACHPARALLEL_LITERAL
The 'FOREACHPARALLEL' literal object
|
|
FOREACHSERIAL
The 'FOREACHSERIAL' literal value
|
|
FOREACHSERIAL_LITERAL
The 'FOREACHSERIAL' literal object
|
|
INVOKE
The 'INVOKE' literal value
|
|
INVOKE_LITERAL
The 'INVOKE' literal object
|
|
IORINGATEWAY
The 'IORINGATEWAY' literal value
|
|
IORINGATEWAY_LITERAL
The 'IORINGATEWAY' literal object
|
|
PICK
The 'PICK' literal value
|
|
PICK_LITERAL
The 'PICK' literal object
|
|
RECEIVE
The 'RECEIVE' literal value
|
|
RECEIVE_LITERAL
The 'RECEIVE' literal object
|
|
REPEATUNTIL
The 'REPEATUNTIL' literal value
|
|
REPEATUNTIL_LITERAL
The 'REPEATUNTIL' literal object
|
|
REPLY
The 'REPLY' literal value
|
|
REPLY_LITERAL
The 'REPLY' literal object
|
|
RETHROW
The 'RETHROW' literal value
|
|
RETHROW_LITERAL
The 'RETHROW' literal object
|
|
SCOPE
The 'SCOPE' literal value
|
|
SCOPE_LITERAL
The 'SCOPE' literal object
|
|
SCRIPT
The 'SCRIPT' literal value
|
|
SCRIPT_LITERAL
The 'SCRIPT' literal object
|
|
SEQUENCE
The 'SEQUENCE' literal value
|
|
SEQUENCE_LITERAL
The 'SEQUENCE' literal object
|
|
STAFF
The 'STAFF' literal value
|
|
STAFF_LITERAL
The 'STAFF' literal object
|
|
SWITCH
The 'SWITCH' literal value
|
|
SWITCH_LITERAL
The 'SWITCH' literal object
|
|
TERMINATE
The 'TERMINATE' literal value
|
|
TERMINATE_LITERAL
The 'TERMINATE' literal object
|
|
THROW
The 'THROW' literal value
|
|
THROW_LITERAL
The 'THROW' literal object
|
|
UNKNOWN
The 'UNKNOWN' literal value
|
|
UNKNOWN_LITERAL
The 'UNKNOWN' literal object
|
|
VALUES
A public read-only list of all the 'Activity Kind' enumerators
|
|
WAIT
The 'WAIT' literal value
|
|
WAIT_LITERAL
The 'WAIT' literal object
|
|
WHILE
The 'WHILE' literal value
|
|
WHILE_LITERAL
The 'WHILE' literal object
|
Method Summary
Modifier and Type | Method and Description |
---|---|
|
get(int value)
Returns the 'Activity Kind' literal with the specified integer value
|
|
get(java.lang.String literal)
Returns the 'Activity Kind' literal with the specified literal value
|
|
getByName(java.lang.String name)
Returns the 'Activity 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
UNKNOWN
- public static final int UNKNOWN
ASSIGN
- public static final int ASSIGN
If the meaning of 'ASSIGN' literal object isn't clear, there really should be more of a description here...
COMPENSATE
- public static final int COMPENSATE
If the meaning of 'COMPENSATE' literal object isn't clear, there really should be more of a description here...
EMPTY
- public static final int EMPTY
If the meaning of 'EMPTY' literal object isn't clear, there really should be more of a description here...
PICK
- public static final int PICK
If the meaning of 'PICK' literal object isn't clear, there really should be more of a description here...
FLOW
- public static final int FLOW
If the meaning of 'FLOW' literal object isn't clear, there really should be more of a description here...
INVOKE
- public static final int INVOKE
If the meaning of 'INVOKE' literal object isn't clear, there really should be more of a description here...
RECEIVE
- public static final int RECEIVE
If the meaning of 'RECEIVE' literal object isn't clear, there really should be more of a description here...
REPLY
- public static final int REPLY
If the meaning of 'REPLY' literal object isn't clear, there really should be more of a description here...
SCRIPT
- public static final int SCRIPT
If the meaning of 'SCRIPT' literal object isn't clear, there really should be more of a description here...
SCOPE
- public static final int SCOPE
If the meaning of 'SCOPE' literal object isn't clear, there really should be more of a description here...
SEQUENCE
- public static final int SEQUENCE
If the meaning of 'SEQUENCE' literal object isn't clear, there really should be more of a description here...
STAFF
- public static final int STAFF
If the meaning of 'STAFF' literal object isn't clear, there really should be more of a description here...
SWITCH
- public static final int SWITCH
If the meaning of 'SWITCH' literal object isn't clear, there really should be more of a description here...
TERMINATE
- public static final int TERMINATE
If the meaning of 'TERMINATE' literal object isn't clear, there really should be more of a description here...
THROW
- public static final int THROW
If the meaning of 'THROW' literal object isn't clear, there really should be more of a description here...
RETHROW
- public static final int RETHROW
If the meaning of 'RETHROW' literal object isn't clear, there really should be more of a description here...
WAIT
- public static final int WAIT
If the meaning of 'WAIT' literal object isn't clear, there really should be more of a description here...
CUSTOM
- public static final int CUSTOM
If the meaning of 'CUSTOM' literal object isn't clear, there really should be more of a description here...
WHILE
- public static final int WHILE
If the meaning of 'WHILE' literal object isn't clear, there really should be more of a description here...
FOREACHSERIAL
- public static final int FOREACHSERIAL
If the meaning of 'FOREACHSERIAL' literal object isn't clear, there really should be more of a description here...
FOREACHPARALLEL
- public static final int FOREACHPARALLEL
If the meaning of 'FOREACHPARALLEL' literal object isn't clear, there really should be more of a description here...
COMPENSATESCOPE
- public static final int COMPENSATESCOPE
If the meaning of 'COMPENSATESCOPE' literal object isn't clear, there really should be more of a description here...
REPEATUNTIL
- public static final int REPEATUNTIL
If the meaning of 'REPEATUNTIL' literal object isn't clear, there really should be more of a description here...
IORINGATEWAY
- public static final int IORINGATEWAY
If the meaning of 'IORINGATEWAY' literal object isn't clear, there really should be more of a description here...
UNKNOWN_LITERAL
- public static final ActivityKind UNKNOWN_LITERAL
ASSIGN_LITERAL
- public static final ActivityKind ASSIGN_LITERAL
COMPENSATE_LITERAL
- public static final ActivityKind COMPENSATE_LITERAL
EMPTY_LITERAL
- public static final ActivityKind EMPTY_LITERAL
PICK_LITERAL
- public static final ActivityKind PICK_LITERAL
FLOW_LITERAL
- public static final ActivityKind FLOW_LITERAL
INVOKE_LITERAL
- public static final ActivityKind INVOKE_LITERAL
RECEIVE_LITERAL
- public static final ActivityKind RECEIVE_LITERAL
REPLY_LITERAL
- public static final ActivityKind REPLY_LITERAL
SCRIPT_LITERAL
- public static final ActivityKind SCRIPT_LITERAL
SCOPE_LITERAL
- public static final ActivityKind SCOPE_LITERAL
SEQUENCE_LITERAL
- public static final ActivityKind SEQUENCE_LITERAL
STAFF_LITERAL
- public static final ActivityKind STAFF_LITERAL
SWITCH_LITERAL
- public static final ActivityKind SWITCH_LITERAL
TERMINATE_LITERAL
- public static final ActivityKind TERMINATE_LITERAL
THROW_LITERAL
- public static final ActivityKind THROW_LITERAL
RETHROW_LITERAL
- public static final ActivityKind RETHROW_LITERAL
WAIT_LITERAL
- public static final ActivityKind WAIT_LITERAL
CUSTOM_LITERAL
- public static final ActivityKind CUSTOM_LITERAL
WHILE_LITERAL
- public static final ActivityKind WHILE_LITERAL
FOREACHSERIAL_LITERAL
- public static final ActivityKind FOREACHSERIAL_LITERAL
FOREACHPARALLEL_LITERAL
- public static final ActivityKind FOREACHPARALLEL_LITERAL
COMPENSATESCOPE_LITERAL
- public static final ActivityKind COMPENSATESCOPE_LITERAL
REPEATUNTIL_LITERAL
- public static final ActivityKind REPEATUNTIL_LITERAL
IORINGATEWAY_LITERAL
- public static final ActivityKind IORINGATEWAY_LITERAL
VALUES
- public static final java.util.List VALUES
Method Detail
get
- public static ActivityKind get( java.lang.String literal)
getByName
- public static ActivityKind getByName( java.lang.String name)
get
- public static ActivityKind get( int value)
If the meaning of 'UNKNOWN' literal object isn't clear, there really should be more of a description here...