public static enum ZProxy.Command extends Enum<ZProxy.Command>
Enum Constant and Description |
---|
CONFIG |
EXIT |
PAUSE |
RESTART |
START |
STATUS |
STOP |
Modifier and Type | Method and Description |
---|---|
static ZProxy.Command |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ZProxy.Command[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ZProxy.Command START
public static final ZProxy.Command PAUSE
public static final ZProxy.Command STOP
public static final ZProxy.Command RESTART
public static final ZProxy.Command EXIT
public static final ZProxy.Command STATUS
public static final ZProxy.Command CONFIG
public static ZProxy.Command[] values()
for (ZProxy.Command c : ZProxy.Command.values()) System.out.println(c);
public static ZProxy.Command 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 © 2019. All rights reserved.