public static enum ParameterControl.OP extends java.lang.Enum<ParameterControl.OP>
| Enum Constant and Description |
|---|
PARAMS_LIST |
QUERY_PARAMS |
RESET_PARAMS |
SAVE_PARAMS |
SET_PARAMS |
| Modifier and Type | Method and Description |
|---|---|
long |
value() |
static ParameterControl.OP |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ParameterControl.OP[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ParameterControl.OP SET_PARAMS
public static final ParameterControl.OP SAVE_PARAMS
public static final ParameterControl.OP RESET_PARAMS
public static final ParameterControl.OP QUERY_PARAMS
public static final ParameterControl.OP PARAMS_LIST
public static ParameterControl.OP[] values()
for (ParameterControl.OP c : ParameterControl.OP.values()) System.out.println(c);
public static ParameterControl.OP 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 long value()