public static enum LocationValidatorClient.LocationType extends Enum<LocationValidatorClient.LocationType>
Enum Constant and Description |
---|
BLACKLISTED |
IMPRECISE |
INVALID |
OUT_OF_BOUNDS |
VALID |
Modifier and Type | Method and Description |
---|---|
static LocationValidatorClient.LocationType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LocationValidatorClient.LocationType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LocationValidatorClient.LocationType VALID
public static final LocationValidatorClient.LocationType BLACKLISTED
public static final LocationValidatorClient.LocationType OUT_OF_BOUNDS
public static final LocationValidatorClient.LocationType IMPRECISE
public static final LocationValidatorClient.LocationType INVALID
public static LocationValidatorClient.LocationType[] values()
for (LocationValidatorClient.LocationType c : LocationValidatorClient.LocationType.values()) System.out.println(c);
public static LocationValidatorClient.LocationType 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 null