public static enum EBCLIOptions.CmdType extends Enum<EBCLIOptions.CmdType>
| Enum Constant and Description |
|---|
await |
run |
script |
start |
stop |
waitmillis |
| Modifier and Type | Method and Description |
|---|---|
static EBCLIOptions.CmdType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EBCLIOptions.CmdType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EBCLIOptions.CmdType start
public static final EBCLIOptions.CmdType run
public static final EBCLIOptions.CmdType stop
public static final EBCLIOptions.CmdType await
public static final EBCLIOptions.CmdType script
public static final EBCLIOptions.CmdType waitmillis
public static EBCLIOptions.CmdType[] values()
for (EBCLIOptions.CmdType c : EBCLIOptions.CmdType.values()) System.out.println(c);
public static EBCLIOptions.CmdType 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 © 2017. All rights reserved.