public static enum CivicLocationElement.CAType extends Enum<CivicLocationElement.CAType>
Modifier and Type | Method and Description |
---|---|
static CivicLocationElement.CAType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CivicLocationElement.CAType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CivicLocationElement.CAType Language
public static final CivicLocationElement.CAType StateProvince
public static final CivicLocationElement.CAType CountyDistrict
public static final CivicLocationElement.CAType City
public static final CivicLocationElement.CAType DivisionBorough
public static final CivicLocationElement.CAType Block
public static final CivicLocationElement.CAType StreetGroup
public static final CivicLocationElement.CAType StreetDirection
public static final CivicLocationElement.CAType LeadingStreetSuffix
public static final CivicLocationElement.CAType StreetSuffix
public static final CivicLocationElement.CAType HouseNumber
public static final CivicLocationElement.CAType HouseNumberSuffix
public static final CivicLocationElement.CAType Landmark
public static final CivicLocationElement.CAType AdditionalLocation
public static final CivicLocationElement.CAType Name
public static final CivicLocationElement.CAType PostalZIP
public static final CivicLocationElement.CAType Building
public static final CivicLocationElement.CAType Unit
public static final CivicLocationElement.CAType Floor
public static final CivicLocationElement.CAType Room
public static final CivicLocationElement.CAType Type
public static final CivicLocationElement.CAType PostalCommunity
public static final CivicLocationElement.CAType POBox
public static final CivicLocationElement.CAType AdditionalCode
public static final CivicLocationElement.CAType SeatDesk
public static final CivicLocationElement.CAType PrimaryRoad
public static final CivicLocationElement.CAType RoadSection
public static final CivicLocationElement.CAType BranchRoad
public static final CivicLocationElement.CAType SubBranchRoad
public static final CivicLocationElement.CAType StreetNamePreMod
public static final CivicLocationElement.CAType StreetNamePostMod
public static final CivicLocationElement.CAType Script
public static final CivicLocationElement.CAType Reserved
public static CivicLocationElement.CAType[] values()
for (CivicLocationElement.CAType c : CivicLocationElement.CAType.values()) System.out.println(c);
public static CivicLocationElement.CAType 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 null