public static enum AbstractFilterDelegate.GeospatialDistanceFilterOptions extends Enum<AbstractFilterDelegate.GeospatialDistanceFilterOptions>
| Modifier and Type | Method and Description |
|---|---|
static AbstractFilterDelegate.GeospatialDistanceFilterOptions |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AbstractFilterDelegate.GeospatialDistanceFilterOptions[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AbstractFilterDelegate.GeospatialDistanceFilterOptions WITHIN
public static final AbstractFilterDelegate.GeospatialDistanceFilterOptions BEYOND
public static AbstractFilterDelegate.GeospatialDistanceFilterOptions[] values()
for (AbstractFilterDelegate.GeospatialDistanceFilterOptions c : AbstractFilterDelegate.GeospatialDistanceFilterOptions.values()) System.out.println(c);
public static AbstractFilterDelegate.GeospatialDistanceFilterOptions 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–2015 Cohesive Integrations, LLC. All rights reserved.