public static enum RTreeWrapper.GeoSearchModifiers extends Enum<RTreeWrapper.GeoSearchModifiers>
| Enum Constant and Description |
|---|
colID |
inclusion |
lang |
not |
ranker |
refiner |
| Modifier and Type | Method and Description |
|---|---|
static RTreeWrapper.GeoSearchModifiers |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RTreeWrapper.GeoSearchModifiers[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RTreeWrapper.GeoSearchModifiers colID
public static final RTreeWrapper.GeoSearchModifiers lang
public static final RTreeWrapper.GeoSearchModifiers inclusion
public static final RTreeWrapper.GeoSearchModifiers refiner
public static final RTreeWrapper.GeoSearchModifiers ranker
public static final RTreeWrapper.GeoSearchModifiers not
public static RTreeWrapper.GeoSearchModifiers[] values()
for (RTreeWrapper.GeoSearchModifiers c : RTreeWrapper.GeoSearchModifiers.values()) System.out.println(c);
public static RTreeWrapper.GeoSearchModifiers 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 © 2014. All Rights Reserved.