public static enum AppRequest.Keys extends java.lang.Enum<AppRequest.Keys>
Enum Constant and Description |
---|
COORD |
CSA |
EPOCH |
NAME |
QID |
QVAL |
RVAL |
STOP |
Modifier and Type | Method and Description |
---|---|
static AppRequest.Keys |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AppRequest.Keys[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AppRequest.Keys NAME
public static final AppRequest.Keys EPOCH
public static final AppRequest.Keys QID
public static final AppRequest.Keys QVAL
public static final AppRequest.Keys STOP
public static final AppRequest.Keys COORD
public static final AppRequest.Keys CSA
public static final AppRequest.Keys RVAL
public static AppRequest.Keys[] values()
for (AppRequest.Keys c : AppRequest.Keys.values()) System.out.println(c);
public static AppRequest.Keys 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 null