public enum TpegLoc03AreaDescriptorSubtypeEnum extends java.lang.Enum<TpegLoc03AreaDescriptorSubtypeEnum>
Java class for TpegLoc03AreaDescriptorSubtypeEnum.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="TpegLoc03AreaDescriptorSubtypeEnum"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="administrativeAreaName"/> <enumeration value="administrativeReferenceName"/> <enumeration value="areaName"/> <enumeration value="countyName"/> <enumeration value="lakeName"/> <enumeration value="nationName"/> <enumeration value="policeForceControlAreaName"/> <enumeration value="regionName"/> <enumeration value="seaName"/> <enumeration value="townName"/> <enumeration value="other"/> </restriction> </simpleType>
Enum Constant and Description |
---|
ADMINISTRATIVE_AREA_NAME
Name of an administrative area.
|
ADMINISTRATIVE_REFERENCE_NAME
Reference name by which administrative area is known.
|
AREA_NAME
Name of an area.
|
COUNTY_NAME
Name of a county (administrative sub-division).
|
LAKE_NAME
Name of a lake.
|
NATION_NAME
Name of a nation (e.g.
|
OTHER
Other than as defined in this enumeration.
|
POLICE_FORCE_CONTROL_AREA_NAME
Name of a police force control area.
|
REGION_NAME
Name of a geographic region.
|
SEA_NAME
Name of a sea.
|
TOWN_NAME
Name of a town.
|
Modifier and Type | Method and Description |
---|---|
static TpegLoc03AreaDescriptorSubtypeEnum |
fromValue(java.lang.String v) |
java.lang.String |
value() |
static TpegLoc03AreaDescriptorSubtypeEnum |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TpegLoc03AreaDescriptorSubtypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TpegLoc03AreaDescriptorSubtypeEnum ADMINISTRATIVE_AREA_NAME
public static final TpegLoc03AreaDescriptorSubtypeEnum ADMINISTRATIVE_REFERENCE_NAME
public static final TpegLoc03AreaDescriptorSubtypeEnum AREA_NAME
public static final TpegLoc03AreaDescriptorSubtypeEnum COUNTY_NAME
public static final TpegLoc03AreaDescriptorSubtypeEnum LAKE_NAME
public static final TpegLoc03AreaDescriptorSubtypeEnum NATION_NAME
public static final TpegLoc03AreaDescriptorSubtypeEnum POLICE_FORCE_CONTROL_AREA_NAME
public static final TpegLoc03AreaDescriptorSubtypeEnum REGION_NAME
public static final TpegLoc03AreaDescriptorSubtypeEnum SEA_NAME
public static final TpegLoc03AreaDescriptorSubtypeEnum TOWN_NAME
public static final TpegLoc03AreaDescriptorSubtypeEnum OTHER
public static TpegLoc03AreaDescriptorSubtypeEnum[] values()
for (TpegLoc03AreaDescriptorSubtypeEnum c : TpegLoc03AreaDescriptorSubtypeEnum.values()) System.out.println(c);
public static TpegLoc03AreaDescriptorSubtypeEnum 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 java.lang.String value()
public static TpegLoc03AreaDescriptorSubtypeEnum fromValue(java.lang.String v)