| Enum Constant and Description |
|---|
AREA |
AUX_TERRITORY |
AUX_TERRITORY_STREET |
CITY |
CITYAREA |
COUNTRY |
ESTATE |
FOREIGN_OR_EMPTY |
HOUSE |
REGION |
SETTLEMENT |
STREET |
UNKNOWN
Catch-all constant for unrecognized response contents
|
| Modifier and Type | Method and Description |
|---|---|
static FiasLevel |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FiasLevel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FiasLevel COUNTRY
public static final FiasLevel REGION
public static final FiasLevel AREA
public static final FiasLevel CITY
public static final FiasLevel CITYAREA
public static final FiasLevel SETTLEMENT
public static final FiasLevel STREET
public static final FiasLevel HOUSE
public static final FiasLevel ESTATE
public static final FiasLevel AUX_TERRITORY
public static final FiasLevel AUX_TERRITORY_STREET
public static final FiasLevel FOREIGN_OR_EMPTY
public static final FiasLevel UNKNOWN
public static FiasLevel[] values()
for (FiasLevel c : FiasLevel.values()) System.out.println(c);
public static FiasLevel valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null