public static enum Address.QcCompleteLevel extends Enum<Address.QcCompleteLevel>
| Enum Constant and Description |
|---|
DADATA_CHECK_ACCURACY |
FOREIGN_ADDRESS |
INCOMPLETE_ADDRESS |
NO_CITY |
NO_FIAS |
NO_FLAT |
NO_HOUSE |
NO_REGION |
NO_STREET |
SUITABLE |
UNTIL_POST_OFFICE |
| Modifier and Type | Method and Description |
|---|---|
Address.DeliveryReadinessLevel |
getDeliveryReadinessLevelLevel() |
static Address.QcCompleteLevel |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Address.QcCompleteLevel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Address.QcCompleteLevel SUITABLE
public static final Address.QcCompleteLevel NO_FIAS
public static final Address.QcCompleteLevel NO_FLAT
public static final Address.QcCompleteLevel UNTIL_POST_OFFICE
public static final Address.QcCompleteLevel DADATA_CHECK_ACCURACY
public static final Address.QcCompleteLevel NO_REGION
public static final Address.QcCompleteLevel NO_CITY
public static final Address.QcCompleteLevel NO_STREET
public static final Address.QcCompleteLevel NO_HOUSE
public static final Address.QcCompleteLevel INCOMPLETE_ADDRESS
public static final Address.QcCompleteLevel FOREIGN_ADDRESS
public static Address.QcCompleteLevel[] values()
for (Address.QcCompleteLevel c : Address.QcCompleteLevel.values()) System.out.println(c);
public static Address.QcCompleteLevel 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.DeliveryReadinessLevel getDeliveryReadinessLevelLevel()
Copyright © 2016. All rights reserved.