public static enum AbstractContinuousCommand.State extends Enum<AbstractContinuousCommand.State>
Modifier and Type | Method and Description |
---|---|
static AbstractContinuousCommand.State |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AbstractContinuousCommand.State[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AbstractContinuousCommand.State STOPPED
public static final AbstractContinuousCommand.State STARTING
public static final AbstractContinuousCommand.State STARTED
public static final AbstractContinuousCommand.State DIED
public static AbstractContinuousCommand.State[] values()
for (AbstractContinuousCommand.State c : AbstractContinuousCommand.State.values()) System.out.println(c);
public static AbstractContinuousCommand.State valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2016 Eclipse NeoSCADA Project. All rights reserved.