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