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