public static enum Address.QcHouse extends Enum<Address.QcHouse>
| Enum Constant and Description |
|---|
DIAPASON |
EXACT_MATCH |
FIAS_SIMILAR_HOUSE |
NO_FIAS |
| Modifier and Type | Method and Description |
|---|---|
Address.DeliveryLikelihoodLevel |
getDeliveryLikelihoodLevel() |
static Address.QcHouse |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Address.QcHouse[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Address.QcHouse EXACT_MATCH
public static final Address.QcHouse FIAS_SIMILAR_HOUSE
public static final Address.QcHouse DIAPASON
public static final Address.QcHouse NO_FIAS
public static Address.QcHouse[] values()
for (Address.QcHouse c : Address.QcHouse.values()) System.out.println(c);
public static Address.QcHouse 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 nullpublic Address.DeliveryLikelihoodLevel getDeliveryLikelihoodLevel()
Copyright © 2016. All rights reserved.