public enum CDPGeoDistanceFilterUnit extends Enum<CDPGeoDistanceFilterUnit>
Enum Constant and Description |
---|
KILOMETERS |
METERS |
MILES |
Modifier and Type | Method and Description |
---|---|
static CDPGeoDistanceFilterUnit |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CDPGeoDistanceFilterUnit[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CDPGeoDistanceFilterUnit METERS
public static final CDPGeoDistanceFilterUnit KILOMETERS
public static final CDPGeoDistanceFilterUnit MILES
public static CDPGeoDistanceFilterUnit[] values()
for (CDPGeoDistanceFilterUnit c : CDPGeoDistanceFilterUnit.values()) System.out.println(c);
public static CDPGeoDistanceFilterUnit 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–2022 Apache Software Foundation. All rights reserved.