| Modifier and Type | Class and Description |
|---|---|
static class |
QcHouse.DeliveryProbability
Estimated postal delivery probability level
|
| Enum Constant and Description |
|---|
EXACT |
NOT_FOUND |
RANGE |
SIMILAR |
UNKNOWN
Catch-all constant for unrecognized response contents
|
| Modifier and Type | Method and Description |
|---|---|
QcHouse.DeliveryProbability |
getPostalProbability()
Get postal delivery estimation.
|
static QcHouse |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static QcHouse[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final QcHouse EXACT
public static final QcHouse NOT_FOUND
public static final QcHouse RANGE
public static final QcHouse SIMILAR
public static final QcHouse UNKNOWN
public static QcHouse[] values()
for (QcHouse c : QcHouse.values()) System.out.println(c);
public static QcHouse 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@NonNull public QcHouse.DeliveryProbability getPostalProbability()