| Enum Constant and Description |
|---|
CITY |
EXACT |
NEAREST_HOUSE |
SETTLEMENT |
STREET |
UNDEFINED |
UNKNOWN
Catch-all constant for unrecognized response contents
|
| Modifier and Type | Method and Description |
|---|---|
static QcGeo |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static QcGeo[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final QcGeo EXACT
public static final QcGeo NEAREST_HOUSE
public static final QcGeo STREET
public static final QcGeo SETTLEMENT
public static final QcGeo CITY
public static final QcGeo UNDEFINED
public static final QcGeo UNKNOWN
public static QcGeo[] values()
for (QcGeo c : QcGeo.values()) System.out.println(c);
public static QcGeo 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