public static enum ReconfigurationConfig.CommandArgs extends java.lang.Enum<ReconfigurationConfig.CommandArgs>
| Enum Constant and Description |
|---|
all |
appArgs |
clear |
start |
START_ALL |
| Modifier and Type | Method and Description |
|---|---|
static ReconfigurationConfig.CommandArgs |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ReconfigurationConfig.CommandArgs[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ReconfigurationConfig.CommandArgs START_ALL
public static final ReconfigurationConfig.CommandArgs start
public static final ReconfigurationConfig.CommandArgs all
public static final ReconfigurationConfig.CommandArgs clear
public static final ReconfigurationConfig.CommandArgs appArgs
public static ReconfigurationConfig.CommandArgs[] values()
for (ReconfigurationConfig.CommandArgs c : ReconfigurationConfig.CommandArgs.values()) System.out.println(c);
public static ReconfigurationConfig.CommandArgs 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 null