public enum AddressQueryField extends java.lang.Enum<AddressQueryField> implements HasMessageKey
| Enum Constant and Description |
|---|
ADDRESS |
CITY |
COUNTRY |
NEIGHBORHOOD |
PO_BOX |
REGION |
ZIP |
| Modifier and Type | Method and Description |
|---|---|
static AddressQueryField |
getByInternalName(java.lang.String internalName) |
MessageKey |
getMessageKey() |
java.lang.String |
internalName() |
static AddressQueryField |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AddressQueryField[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AddressQueryField ADDRESS
public static final AddressQueryField NEIGHBORHOOD
public static final AddressQueryField PO_BOX
public static final AddressQueryField ZIP
public static final AddressQueryField CITY
public static final AddressQueryField REGION
public static final AddressQueryField COUNTRY
public static AddressQueryField[] values()
for (AddressQueryField c : AddressQueryField.values()) System.out.println(c);
public static AddressQueryField 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 nullpublic static AddressQueryField getByInternalName(java.lang.String internalName)
public MessageKey getMessageKey()
getMessageKey in interface HasMessageKeypublic java.lang.String internalName()