public static enum SeMa4gCommand.State extends Enum<SeMa4gCommand.State>
| Enum Constant and Description |
|---|
CANCELED |
ERROR |
FINISH |
RUNNING |
WAITING |
| Modifier and Type | Method and Description |
|---|---|
static SeMa4gCommand.State |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SeMa4gCommand.State[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SeMa4gCommand.State WAITING
public static final SeMa4gCommand.State RUNNING
public static final SeMa4gCommand.State CANCELED
public static final SeMa4gCommand.State FINISH
public static final SeMa4gCommand.State ERROR
public static SeMa4gCommand.State[] values()
for (SeMa4gCommand.State c : SeMa4gCommand.State.values()) System.out.println(c);
public static SeMa4gCommand.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 © 2018. All rights reserved.