|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<Activity.GatewayType>
org.eclipse.stardust.engine.api.model.Activity.GatewayType
public static enum Activity.GatewayType
Enumeration of gateway types.
| Enum Constant Summary | |
|---|---|
And
AND gateway, meaning that the activity will be executed only after all incomming transitions have been followed. |
|
Or
OR gateway (inclusive), meaning that the activity will be executed only after all possible incomming transitions have been followed. |
|
Xor
XOR gateway (exclusive), meaning that the activity will be executed for each incomming transition. |
|
| Method Summary | |
|---|---|
static Activity.GatewayType |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Activity.GatewayType[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final Activity.GatewayType And
public static final Activity.GatewayType Or
public static final Activity.GatewayType Xor
| Method Detail |
|---|
public static Activity.GatewayType[] values()
for (Activity.GatewayType c : Activity.GatewayType.values()) System.out.println(c);
public static Activity.GatewayType valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||