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