com.ibm.wsspi.sca.metadata.bpc.model

Class ActivityKind

  1. java.lang.Object
  2. extended byorg.eclipse.emf.common.util.AbstractEnumerator
  3. extended bycom.ibm.wsspi.sca.metadata.bpc.model.ActivityKind
All implemented interfaces:
org.eclipse.emf.common.util.Enumerator

  1. public final class ActivityKind
  2. extends org.eclipse.emf.common.util.AbstractEnumerator
A representation of the literals of the enumeration 'Activity Kind', and utility methods for working with them.
See Also:
com.ibm.ws.sca.metadata.bpc.model.ItcamPackage#getActivityKind()

Field Summary

Modifier and Type Field and Description
  1. static
  2. int
ASSIGN
The 'ASSIGN' literal value
  1. static
  2. ActivityKind
ASSIGN_LITERAL
The 'ASSIGN' literal object
  1. static
  2. int
COMPENSATE
The 'COMPENSATE' literal value
  1. static
  2. ActivityKind
COMPENSATE_LITERAL
The 'COMPENSATE' literal object
  1. static
  2. int
COMPENSATESCOPE
The 'COMPENSATESCOPE' literal value
  1. static
  2. ActivityKind
COMPENSATESCOPE_LITERAL
The 'COMPENSATESCOPE' literal object
  1. static
  2. java.lang.String
COPYRIGHT
  1. static
  2. int
CUSTOM
The 'CUSTOM' literal value
  1. static
  2. ActivityKind
CUSTOM_LITERAL
The 'CUSTOM' literal object
  1. static
  2. int
EMPTY
The 'EMPTY' literal value
  1. static
  2. ActivityKind
EMPTY_LITERAL
The 'EMPTY' literal object
  1. static
  2. int
FLOW
The 'FLOW' literal value
  1. static
  2. ActivityKind
FLOW_LITERAL
The 'FLOW' literal object
  1. static
  2. int
FOREACHPARALLEL
The 'FOREACHPARALLEL' literal value
  1. static
  2. ActivityKind
FOREACHPARALLEL_LITERAL
The 'FOREACHPARALLEL' literal object
  1. static
  2. int
FOREACHSERIAL
The 'FOREACHSERIAL' literal value
  1. static
  2. ActivityKind
FOREACHSERIAL_LITERAL
The 'FOREACHSERIAL' literal object
  1. static
  2. int
INVOKE
The 'INVOKE' literal value
  1. static
  2. ActivityKind
INVOKE_LITERAL
The 'INVOKE' literal object
  1. static
  2. int
IORINGATEWAY
The 'IORINGATEWAY' literal value
  1. static
  2. ActivityKind
IORINGATEWAY_LITERAL
The 'IORINGATEWAY' literal object
  1. static
  2. int
PICK
The 'PICK' literal value
  1. static
  2. ActivityKind
PICK_LITERAL
The 'PICK' literal object
  1. static
  2. int
RECEIVE
The 'RECEIVE' literal value
  1. static
  2. ActivityKind
RECEIVE_LITERAL
The 'RECEIVE' literal object
  1. static
  2. int
REPEATUNTIL
The 'REPEATUNTIL' literal value
  1. static
  2. ActivityKind
REPEATUNTIL_LITERAL
The 'REPEATUNTIL' literal object
  1. static
  2. int
REPLY
The 'REPLY' literal value
  1. static
  2. ActivityKind
REPLY_LITERAL
The 'REPLY' literal object
  1. static
  2. int
RETHROW
The 'RETHROW' literal value
  1. static
  2. ActivityKind
RETHROW_LITERAL
The 'RETHROW' literal object
  1. static
  2. int
SCOPE
The 'SCOPE' literal value
  1. static
  2. ActivityKind
SCOPE_LITERAL
The 'SCOPE' literal object
  1. static
  2. int
SCRIPT
The 'SCRIPT' literal value
  1. static
  2. ActivityKind
SCRIPT_LITERAL
The 'SCRIPT' literal object
  1. static
  2. int
SEQUENCE
The 'SEQUENCE' literal value
  1. static
  2. ActivityKind
SEQUENCE_LITERAL
The 'SEQUENCE' literal object
  1. static
  2. int
STAFF
The 'STAFF' literal value
  1. static
  2. ActivityKind
STAFF_LITERAL
The 'STAFF' literal object
  1. static
  2. int
SWITCH
The 'SWITCH' literal value
  1. static
  2. ActivityKind
SWITCH_LITERAL
The 'SWITCH' literal object
  1. static
  2. int
TERMINATE
The 'TERMINATE' literal value
  1. static
  2. ActivityKind
TERMINATE_LITERAL
The 'TERMINATE' literal object
  1. static
  2. int
THROW
The 'THROW' literal value
  1. static
  2. ActivityKind
THROW_LITERAL
The 'THROW' literal object
  1. static
  2. int
UNKNOWN
The 'UNKNOWN' literal value
  1. static
  2. ActivityKind
UNKNOWN_LITERAL
The 'UNKNOWN' literal object
  1. static
  2. java.util.List
VALUES
A public read-only list of all the 'Activity Kind' enumerators
  1. static
  2. int
WAIT
The 'WAIT' literal value
  1. static
  2. ActivityKind
WAIT_LITERAL
The 'WAIT' literal object
  1. static
  2. int
WHILE
The 'WHILE' literal value
  1. static
  2. ActivityKind
WHILE_LITERAL
The 'WHILE' literal object

Method Summary

Modifier and Type Method and Description
  1. static
  2. ActivityKind
get(int value)
Returns the 'Activity Kind' literal with the specified integer value
  1. static
  2. ActivityKind
get(java.lang.String literal)
Returns the 'Activity Kind' literal with the specified literal value
  1. static
  2. 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

  1. public static final java.lang.String COPYRIGHT
See Also:

UNKNOWN

  1. public static final int UNKNOWN
The 'UNKNOWN' literal value.

If the meaning of 'UNKNOWN' literal object isn't clear, there really should be more of a description here...

See Also:

ASSIGN

  1. public static final int ASSIGN
The 'ASSIGN' literal value.

If the meaning of 'ASSIGN' literal object isn't clear, there really should be more of a description here...

See Also:

COMPENSATE

  1. public static final int COMPENSATE
The 'COMPENSATE' literal value.

If the meaning of 'COMPENSATE' literal object isn't clear, there really should be more of a description here...

See Also:

EMPTY

  1. public static final int EMPTY
The 'EMPTY' literal value.

If the meaning of 'EMPTY' literal object isn't clear, there really should be more of a description here...

See Also:

PICK

  1. public static final int PICK
The 'PICK' literal value.

If the meaning of 'PICK' literal object isn't clear, there really should be more of a description here...

See Also:

FLOW

  1. public static final int FLOW
The 'FLOW' literal value.

If the meaning of 'FLOW' literal object isn't clear, there really should be more of a description here...

See Also:

INVOKE

  1. public static final int INVOKE
The 'INVOKE' literal value.

If the meaning of 'INVOKE' literal object isn't clear, there really should be more of a description here...

See Also:

RECEIVE

  1. public static final int RECEIVE
The 'RECEIVE' literal value.

If the meaning of 'RECEIVE' literal object isn't clear, there really should be more of a description here...

See Also:

REPLY

  1. public static final int REPLY
The 'REPLY' literal value.

If the meaning of 'REPLY' literal object isn't clear, there really should be more of a description here...

See Also:

SCRIPT

  1. public static final int SCRIPT
The 'SCRIPT' literal value.

If the meaning of 'SCRIPT' literal object isn't clear, there really should be more of a description here...

See Also:

SCOPE

  1. public static final int SCOPE
The 'SCOPE' literal value.

If the meaning of 'SCOPE' literal object isn't clear, there really should be more of a description here...

See Also:

SEQUENCE

  1. public static final int SEQUENCE
The 'SEQUENCE' literal value.

If the meaning of 'SEQUENCE' literal object isn't clear, there really should be more of a description here...

See Also:

STAFF

  1. public static final int STAFF
The 'STAFF' literal value.

If the meaning of 'STAFF' literal object isn't clear, there really should be more of a description here...

See Also:

SWITCH

  1. public static final int SWITCH
The 'SWITCH' literal value.

If the meaning of 'SWITCH' literal object isn't clear, there really should be more of a description here...

See Also:

TERMINATE

  1. public static final int TERMINATE
The 'TERMINATE' literal value.

If the meaning of 'TERMINATE' literal object isn't clear, there really should be more of a description here...

See Also:

THROW

  1. public static final int THROW
The 'THROW' literal value.

If the meaning of 'THROW' literal object isn't clear, there really should be more of a description here...

See Also:

RETHROW

  1. public static final int RETHROW
The 'RETHROW' literal value.

If the meaning of 'RETHROW' literal object isn't clear, there really should be more of a description here...

See Also:

WAIT

  1. public static final int WAIT
The 'WAIT' literal value.

If the meaning of 'WAIT' literal object isn't clear, there really should be more of a description here...

See Also:

CUSTOM

  1. public static final int CUSTOM
The 'CUSTOM' literal value.

If the meaning of 'CUSTOM' literal object isn't clear, there really should be more of a description here...

See Also:

WHILE

  1. public static final int WHILE
The 'WHILE' literal value.

If the meaning of 'WHILE' literal object isn't clear, there really should be more of a description here...

See Also:

FOREACHSERIAL

  1. public static final int FOREACHSERIAL
The 'FOREACHSERIAL' literal value.

If the meaning of 'FOREACHSERIAL' literal object isn't clear, there really should be more of a description here...

See Also:

FOREACHPARALLEL

  1. public static final int FOREACHPARALLEL
The 'FOREACHPARALLEL' literal value.

If the meaning of 'FOREACHPARALLEL' literal object isn't clear, there really should be more of a description here...

See Also:

COMPENSATESCOPE

  1. public static final int COMPENSATESCOPE
The 'COMPENSATESCOPE' literal value.

If the meaning of 'COMPENSATESCOPE' literal object isn't clear, there really should be more of a description here...

See Also:

REPEATUNTIL

  1. public static final int REPEATUNTIL
The 'REPEATUNTIL' literal value.

If the meaning of 'REPEATUNTIL' literal object isn't clear, there really should be more of a description here...

See Also:

IORINGATEWAY

  1. public static final int IORINGATEWAY
The 'IORINGATEWAY' literal value.

If the meaning of 'IORINGATEWAY' literal object isn't clear, there really should be more of a description here...

See Also:

UNKNOWN_LITERAL

  1. public static final ActivityKind UNKNOWN_LITERAL
The 'UNKNOWN' literal object.
See Also:

ASSIGN_LITERAL

  1. public static final ActivityKind ASSIGN_LITERAL
The 'ASSIGN' literal object.
See Also:

COMPENSATE_LITERAL

  1. public static final ActivityKind COMPENSATE_LITERAL
The 'COMPENSATE' literal object.
See Also:

EMPTY_LITERAL

  1. public static final ActivityKind EMPTY_LITERAL
The 'EMPTY' literal object.
See Also:

PICK_LITERAL

  1. public static final ActivityKind PICK_LITERAL
The 'PICK' literal object.
See Also:

FLOW_LITERAL

  1. public static final ActivityKind FLOW_LITERAL
The 'FLOW' literal object.
See Also:

INVOKE_LITERAL

  1. public static final ActivityKind INVOKE_LITERAL
The 'INVOKE' literal object.
See Also:

RECEIVE_LITERAL

  1. public static final ActivityKind RECEIVE_LITERAL
The 'RECEIVE' literal object.
See Also:

REPLY_LITERAL

  1. public static final ActivityKind REPLY_LITERAL
The 'REPLY' literal object.
See Also:

SCRIPT_LITERAL

  1. public static final ActivityKind SCRIPT_LITERAL
The 'SCRIPT' literal object.
See Also:

SCOPE_LITERAL

  1. public static final ActivityKind SCOPE_LITERAL
The 'SCOPE' literal object.
See Also:

SEQUENCE_LITERAL

  1. public static final ActivityKind SEQUENCE_LITERAL
The 'SEQUENCE' literal object.
See Also:

STAFF_LITERAL

  1. public static final ActivityKind STAFF_LITERAL
The 'STAFF' literal object.
See Also:

SWITCH_LITERAL

  1. public static final ActivityKind SWITCH_LITERAL
The 'SWITCH' literal object.
See Also:

TERMINATE_LITERAL

  1. public static final ActivityKind TERMINATE_LITERAL
The 'TERMINATE' literal object.
See Also:

THROW_LITERAL

  1. public static final ActivityKind THROW_LITERAL
The 'THROW' literal object.
See Also:

RETHROW_LITERAL

  1. public static final ActivityKind RETHROW_LITERAL
The 'RETHROW' literal object.
See Also:

WAIT_LITERAL

  1. public static final ActivityKind WAIT_LITERAL
The 'WAIT' literal object.
See Also:

CUSTOM_LITERAL

  1. public static final ActivityKind CUSTOM_LITERAL
The 'CUSTOM' literal object.
See Also:

WHILE_LITERAL

  1. public static final ActivityKind WHILE_LITERAL
The 'WHILE' literal object.
See Also:

FOREACHSERIAL_LITERAL

  1. public static final ActivityKind FOREACHSERIAL_LITERAL
The 'FOREACHSERIAL' literal object.
See Also:

FOREACHPARALLEL_LITERAL

  1. public static final ActivityKind FOREACHPARALLEL_LITERAL
The 'FOREACHPARALLEL' literal object.
See Also:

COMPENSATESCOPE_LITERAL

  1. public static final ActivityKind COMPENSATESCOPE_LITERAL
The 'COMPENSATESCOPE' literal object.
See Also:

REPEATUNTIL_LITERAL

  1. public static final ActivityKind REPEATUNTIL_LITERAL
The 'REPEATUNTIL' literal object.
See Also:

IORINGATEWAY_LITERAL

  1. public static final ActivityKind IORINGATEWAY_LITERAL
The 'IORINGATEWAY' literal object.
See Also:

VALUES

  1. public static final java.util.List VALUES
A public read-only list of all the 'Activity Kind' enumerators.

Method Detail

get

  1. public static ActivityKind get( java.lang.String literal)
Returns the 'Activity Kind' literal with the specified literal value.

getByName

  1. public static ActivityKind getByName( java.lang.String name)
Returns the 'Activity Kind' literal with the specified name.

get

  1. public static ActivityKind get( int value)
Returns the 'Activity Kind' literal with the specified integer value.