public static enum InteractionArc.ArcState extends java.lang.Enum<InteractionArc.ArcState>
Enum Constant and Description |
---|
CONSUMED |
EXECUTED_BOTH |
EXECUTED_NONE |
EXECUTED_SOURCE |
FAILED |
SENT |
UNPRODUCED |
Modifier and Type | Method and Description |
---|---|
static InteractionArc.ArcState |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static InteractionArc.ArcState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InteractionArc.ArcState UNPRODUCED
public static final InteractionArc.ArcState SENT
public static final InteractionArc.ArcState CONSUMED
public static final InteractionArc.ArcState EXECUTED_NONE
public static final InteractionArc.ArcState EXECUTED_SOURCE
public static final InteractionArc.ArcState EXECUTED_BOTH
public static final InteractionArc.ArcState FAILED
public static InteractionArc.ArcState[] values()
for (InteractionArc.ArcState c : InteractionArc.ArcState.values()) System.out.println(c);
public static InteractionArc.ArcState 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.