| Enum Constant and Description |
|---|
AUTHENTICATION_QUERY |
BALANCE_QUERY
Operation Type indicating query..
|
USER_DATA_REQUEST |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getType() |
static Query |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Query[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Query BALANCE_QUERY
public static final Query AUTHENTICATION_QUERY
public static final Query USER_DATA_REQUEST
public static Query[] values()
for (Query c : Query.values()) System.out.println(c);
public static Query 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