|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.danet.an.workflow.api.Activity.StartFinishMode
This class defines the values for start and finish mode for an
.
Activity
Field Summary | |
static Activity.StartFinishMode |
AUTOMATIC
Triggered implicitly by the system. |
static Activity.StartFinishMode |
MANUAL
Triggered explicitly by the user. |
Constructor Summary | |
protected |
Activity.StartFinishMode(java.lang.String text)
Default constructor. |
Method Summary | |
static Activity.StartFinishMode |
fromString(java.lang.String mode)
Convert a string to a StartFinishMode . |
java.lang.String |
toString()
Returns the mode as text. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final Activity.StartFinishMode AUTOMATIC
public static final Activity.StartFinishMode MANUAL
Constructor Detail |
protected Activity.StartFinishMode(java.lang.String text)
text
- textual representation of the activity mode.Method Detail |
public java.lang.String toString()
public static Activity.StartFinishMode fromString(java.lang.String mode)
StartFinishMode
.
mode
- the mode to convert.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |