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