|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.danet.an.workflow.api.FormalParameter.Mode
Defines a class for representing priorities in a type save way.
Field Summary | |
static FormalParameter.Mode |
IN
Mode as Input Parameter. |
static FormalParameter.Mode |
INOUT
Mode as input and output parameter. |
static FormalParameter.Mode |
OUT
Mode as Output Parameter. |
Method Summary | |
static FormalParameter.Mode |
fromString(java.lang.String text)
Get a Mode by name. |
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 FormalParameter.Mode IN
public static final FormalParameter.Mode OUT
public static final FormalParameter.Mode INOUT
Method Detail |
public static FormalParameter.Mode fromString(java.lang.String text) throws java.lang.IllegalArgumentException
text
- mode name to search
java.lang.IllegalArgumentException
- if text
is not a valid
mode name.public final java.lang.String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |