public static enum RangePQuery.Type extends Enum<RangePQuery.Type>
| Modifier and Type | Field and Description |
|---|---|
boolean |
isNumeric |
| Modifier and Type | Method and Description |
|---|---|
static RangePQuery.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RangePQuery.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RangePQuery.Type STRING
public static final RangePQuery.Type INT
public static final RangePQuery.Type LONG
public static final RangePQuery.Type FLOAT
public static final RangePQuery.Type DOUBLE
public static RangePQuery.Type[] values()
for (RangePQuery.Type c : RangePQuery.Type.values()) System.out.println(c);
public static RangePQuery.Type 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 nullCopyright © 2013. All Rights Reserved.