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