public enum RegisterableQueryReturnDataType extends Enum<RegisterableQueryReturnDataType> implements Serializable
| Enum Constant and Description |
|---|
IQUERYABLE |
LIST_IQUERYABLE |
SEARCH |
UNDEFINED |
| Modifier and Type | Method and Description |
|---|---|
static RegisterableQueryReturnDataType |
forValue(int value) |
int |
getValue() |
static RegisterableQueryReturnDataType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RegisterableQueryReturnDataType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RegisterableQueryReturnDataType UNDEFINED
public static final RegisterableQueryReturnDataType IQUERYABLE
public static final RegisterableQueryReturnDataType LIST_IQUERYABLE
public static final RegisterableQueryReturnDataType SEARCH
public static RegisterableQueryReturnDataType[] values()
for (RegisterableQueryReturnDataType c : RegisterableQueryReturnDataType.values()) System.out.println(c);
public static RegisterableQueryReturnDataType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant
with the specified nameNullPointerException - if the argument is nullpublic int getValue()
public static RegisterableQueryReturnDataType forValue(int value)
Copyright © 2012. All Rights Reserved.