|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.obe.util.AbstractEnum org.obe.xpdl.model.misc.ExecutionType
The ExecutionType is used to represent whether a workflow process should execute synchronously or asynchronously.
Field Summary | |
static ExecutionType |
ASYNCHRONOUS
ExecutionType representing an asynchronous execution. |
static int |
ASYNCHRONOUS_INT
|
static ExecutionType |
SYNCHRONOUS
ExecutionType representing a synchronous execution. |
static int |
SYNCHRONOUS_INT
|
static java.util.List |
VALUES
|
Fields inherited from class org.obe.util.AbstractEnum |
name, ordinal |
Method Summary | |
java.util.List |
family()
Returns an immutable list of the members of the enumerated type. |
static ExecutionType |
valueOf(java.lang.String tag)
Convert the specified String to an ExecutionType object. |
Methods inherited from class org.obe.util.AbstractEnum |
clinit, clone, compareTo, equals, hashCode, readResolve, toString, value |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final int SYNCHRONOUS_INT
public static final int ASYNCHRONOUS_INT
public static final ExecutionType SYNCHRONOUS
public static final ExecutionType ASYNCHRONOUS
public static final java.util.List VALUES
Method Detail |
public static ExecutionType valueOf(java.lang.String tag)
tag
- The String
public java.util.List family()
Enum
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |