public enum GoraAttribute extends Enum<GoraAttribute>
Enum Constant and Description |
---|
GORA_KEY
Gora KEY attribute
|
GORA_OPERATION
Gora operation header name
|
GORA_QUERY_END_KEY
Gora Query End Key attribute
|
GORA_QUERY_END_TIME
Gora Query End Time attribute
|
GORA_QUERY_FIELDS
Gora Query Fields attribute
|
GORA_QUERY_KEY_RANGE_FROM
Gora Query Key Range From attribute
|
GORA_QUERY_KEY_RANGE_TO
Gora Query Key Range To attribute
|
GORA_QUERY_LIMIT
Gora Query Limit attribute
|
GORA_QUERY_START_KEY
Gora Query Start Key attribute
|
GORA_QUERY_START_TIME
Gora Query Start Time attribute
|
GORA_QUERY_TIME_RANGE_FROM
Gora Query Time Range From attribute
|
GORA_QUERY_TIME_RANGE_TO
Gora Query Key Range To attribute
|
GORA_QUERY_TIMESTAMP
Gora Query Timestamp attribute
|
Modifier and Type | Method and Description |
---|---|
static GoraAttribute |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GoraAttribute[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GoraAttribute GORA_KEY
public static final GoraAttribute GORA_OPERATION
public static final GoraAttribute GORA_QUERY_START_TIME
public static final GoraAttribute GORA_QUERY_END_TIME
public static final GoraAttribute GORA_QUERY_START_KEY
public static final GoraAttribute GORA_QUERY_END_KEY
public static final GoraAttribute GORA_QUERY_KEY_RANGE_FROM
public static final GoraAttribute GORA_QUERY_KEY_RANGE_TO
public static final GoraAttribute GORA_QUERY_TIME_RANGE_FROM
public static final GoraAttribute GORA_QUERY_TIME_RANGE_TO
public static final GoraAttribute GORA_QUERY_LIMIT
public static final GoraAttribute GORA_QUERY_TIMESTAMP
public static final GoraAttribute GORA_QUERY_FIELDS
public final String value
public static GoraAttribute[] values()
for (GoraAttribute c : GoraAttribute.values()) System.out.println(c);
public static GoraAttribute 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 nullApache Camel