public enum AddressComponents extends Enum<AddressComponents>
Modifier and Type | Method and Description |
---|---|
String |
getLabel() |
static AddressComponents |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AddressComponents[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AddressComponents ADDRESS_NUMBER
public static final AddressComponents ADMIN1
public static final AddressComponents ADMIN2
public static final AddressComponents CITY
public static final AddressComponents BOROUGH
public static final AddressComponents NEIGHBORHOOD
public static final AddressComponents SUBURB
public static final AddressComponents POSTAL_CODE
public static final AddressComponents POSTAL_CODE_EXT
public static final AddressComponents PLACE_NAME
public static final AddressComponents STREET
public static final AddressComponents STREET_SUFFIX
public static final AddressComponents STREET_PREFIX
public static final AddressComponents STREET_POST_DIRECTIONAL
public static final AddressComponents STREET_PRE_DIRECTIONAL
public static final AddressComponents STREET_TYPE
public static final AddressComponents STREET_INTERSECTION
public static final AddressComponents BUILDING
public static final AddressComponents FLOOR
public static final AddressComponents ROOM
public static final AddressComponents UNIT
public static final AddressComponents UNIT_TYPE
public static final AddressComponents COUNTRY
public static final AddressComponents UNUSED_INPUT_WORDS
public static final AddressComponents FORMATTED_INPUT_STREET
public static final AddressComponents GENERIC_FIELD_1
public static AddressComponents[] values()
for (AddressComponents c : AddressComponents.values()) System.out.println(c);
public static AddressComponents 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 String getLabel()
Copyright © 2024. All rights reserved.