protected static enum Updater.State extends java.lang.Enum<Updater.State>
Enum Constant and Description |
---|
Complete |
Download |
Finalise |
StartEngine |
StopEngine |
Update |
Verify |
Modifier and Type | Method and Description |
---|---|
static Updater.State |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Updater.State[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Updater.State Download
public static final Updater.State Verify
public static final Updater.State StopEngine
public static final Updater.State Update
public static final Updater.State StartEngine
public static final Updater.State Complete
public static final Updater.State Finalise
public static Updater.State[] values()
for (Updater.State c : Updater.State.values()) System.out.println(c);
public static Updater.State 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.