Modifier and Type | Field and Description |
---|---|
private java.lang.String |
param |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getParam() |
static boolean |
isKnown(java.lang.String param) |
static java.lang.String |
listParameters() |
static Shutdown |
parameterOf(java.lang.String parameter) |
static Shutdown |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Shutdown[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Shutdown DEFAULT
public static final Shutdown EXIT
public static final Shutdown KILL
public static Shutdown[] values()
for (Shutdown c : Shutdown.values()) System.out.println(c);
public static Shutdown 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 nullpublic java.lang.String getParam()
public static boolean isKnown(java.lang.String param)
public static java.lang.String listParameters()
public static Shutdown parameterOf(java.lang.String parameter)