Enum Constant and Description |
---|
EmidExceptionCaseSelection |
EmidExceptionCaseSelectionBlock |
EmidSelection |
ExceptionCase |
ExceptionCaseBlock |
ExceptionCaseSelection |
ExceptionCaseSelectionBlock |
InteractionGraph |
WorkItemSelection |
Modifier and Type | Method and Description |
---|---|
static Item |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Item[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Item EmidSelection
public static final Item WorkItemSelection
public static final Item ExceptionCase
public static final Item ExceptionCaseBlock
public static final Item ExceptionCaseSelection
public static final Item ExceptionCaseSelectionBlock
public static final Item EmidExceptionCaseSelection
public static final Item EmidExceptionCaseSelectionBlock
public static final Item InteractionGraph
public static Item[] values()
for (Item c : Item.values()) System.out.println(c);
public static Item valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullCopyright © 2004-2014 The YAWL Foundation.