protected static enum DefaultAppRequest.Keys extends java.lang.Enum<DefaultAppRequest.Keys>
| Enum Constant and Description |
|---|
EPOCH_NUMBER |
REQUEST_ID |
REQUEST_VALUE |
SERVICE_NAME |
STOP |
| Modifier and Type | Method and Description |
|---|---|
static DefaultAppRequest.Keys |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DefaultAppRequest.Keys[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DefaultAppRequest.Keys STOP
public static final DefaultAppRequest.Keys SERVICE_NAME
public static final DefaultAppRequest.Keys EPOCH_NUMBER
public static final DefaultAppRequest.Keys REQUEST_VALUE
public static final DefaultAppRequest.Keys REQUEST_ID
public static DefaultAppRequest.Keys[] values()
for (DefaultAppRequest.Keys c : DefaultAppRequest.Keys.values()) System.out.println(c);
public static DefaultAppRequest.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