|
||||||||||
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.activity.AutomationMode
Represents how an activity should start or end. There are two modes: AUTOMATIC
(the default mode) will result in the automatic start or finish
of an activity when the activity is executed; MANUAL
requires some
sort of manual intervention to start the activity.
Field Summary | |
static AutomationMode |
AUTOMATIC
AutomationMode representing an automatic start or completion. |
static int |
AUTOMATIC_INT
|
static AutomationMode |
MANUAL
AutomationMode representing a manual start or completion. |
static int |
MANUAL_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 AutomationMode |
valueOf(java.lang.String tag)
Converts the specified String to an AutomationMode 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 AUTOMATIC_INT
public static final int MANUAL_INT
public static final AutomationMode AUTOMATIC
public static final AutomationMode MANUAL
public static final java.util.List VALUES
Method Detail |
public static AutomationMode 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 |