public static enum YEngine.Status extends java.lang.Enum<YEngine.Status>
Enum Constant and Description |
---|
Dormant |
Initialising |
Running |
Terminating |
Modifier and Type | Method and Description |
---|---|
static YEngine.Status |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static YEngine.Status[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final YEngine.Status Dormant
public static final YEngine.Status Initialising
public static final YEngine.Status Running
public static final YEngine.Status Terminating
public static YEngine.Status[] values()
for (YEngine.Status c : YEngine.Status.values()) System.out.println(c);
public static YEngine.Status 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.