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