public enum TpegLoc03OtherPointDescriptorSubtypeEnum extends java.lang.Enum<TpegLoc03OtherPointDescriptorSubtypeEnum>
Java class for TpegLoc03OtherPointDescriptorSubtypeEnum.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="TpegLoc03OtherPointDescriptorSubtypeEnum">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="administrativeAreaName"/>
<enumeration value="administrativeReferenceName"/>
<enumeration value="airportName"/>
<enumeration value="areaName"/>
<enumeration value="buildingName"/>
<enumeration value="busStopIdentifier"/>
<enumeration value="busStopName"/>
<enumeration value="canalName"/>
<enumeration value="countyName"/>
<enumeration value="ferryPortName"/>
<enumeration value="intersectionName"/>
<enumeration value="lakeName"/>
<enumeration value="linkName"/>
<enumeration value="localLinkName"/>
<enumeration value="metroStationName"/>
<enumeration value="nationName"/>
<enumeration value="nonLinkedPointName"/>
<enumeration value="parkingFacilityName"/>
<enumeration value="pointName"/>
<enumeration value="pointOfInterestName"/>
<enumeration value="railwayStation"/>
<enumeration value="regionName"/>
<enumeration value="riverName"/>
<enumeration value="seaName"/>
<enumeration value="serviceAreaName"/>
<enumeration value="tidalRiverName"/>
<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 an administrative area is known.
|
AIRPORT_NAME
Name of an airport.
|
AREA_NAME
Name of an area.
|
BUILDING_NAME
Name of a building.
|
BUS_STOP_IDENTIFIER
Identifier of a bus stop on the road network.
|
BUS_STOP_NAME
Name of a bus stop on the road network.
|
CANAL_NAME
Name of a canal.
|
COUNTY_NAME
Name of a county (administrative sub-division).
|
FERRY_PORT_NAME
Name of a ferry port.
|
INTERSECTION_NAME
Name of a road network intersection.
|
LAKE_NAME
Name of a lake.
|
LINK_NAME
Name of a road link.
|
LOCAL_LINK_NAME
Local name of a road link.
|
METRO_STATION_NAME
Name of a metro/underground station.
|
NATION_NAME
Name of a nation (e.g.
|
NON_LINKED_POINT_NAME
Name of a point on the road network which is not at a junction or intersection.
|
OTHER
Other than as defined in this enumeration.
|
PARKING_FACILITY_NAME
Name of a parking facility.
|
POINT_NAME
Name of a specific point.
|
POINT_OF_INTEREST_NAME
Name of a general point of interest.
|
RAILWAY_STATION
Name of a railway station.
|
REGION_NAME
Name of a geographic region.
|
RIVER_NAME
Name of a river.
|
SEA_NAME
Name of a sea.
|
SERVICE_AREA_NAME
Name of a service area on a road network.
|
TIDAL_RIVER_NAME
Name of a river which is of a tidal nature.
|
TOWN_NAME
Name of a town.
|
| Modifier and Type | Method and Description |
|---|---|
static TpegLoc03OtherPointDescriptorSubtypeEnum |
fromValue(java.lang.String v) |
java.lang.String |
value() |
static TpegLoc03OtherPointDescriptorSubtypeEnum |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TpegLoc03OtherPointDescriptorSubtypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TpegLoc03OtherPointDescriptorSubtypeEnum ADMINISTRATIVE_AREA_NAME
public static final TpegLoc03OtherPointDescriptorSubtypeEnum ADMINISTRATIVE_REFERENCE_NAME
public static final TpegLoc03OtherPointDescriptorSubtypeEnum AIRPORT_NAME
public static final TpegLoc03OtherPointDescriptorSubtypeEnum AREA_NAME
public static final TpegLoc03OtherPointDescriptorSubtypeEnum BUILDING_NAME
public static final TpegLoc03OtherPointDescriptorSubtypeEnum BUS_STOP_IDENTIFIER
public static final TpegLoc03OtherPointDescriptorSubtypeEnum BUS_STOP_NAME
public static final TpegLoc03OtherPointDescriptorSubtypeEnum CANAL_NAME
public static final TpegLoc03OtherPointDescriptorSubtypeEnum COUNTY_NAME
public static final TpegLoc03OtherPointDescriptorSubtypeEnum FERRY_PORT_NAME
public static final TpegLoc03OtherPointDescriptorSubtypeEnum INTERSECTION_NAME
public static final TpegLoc03OtherPointDescriptorSubtypeEnum LAKE_NAME
public static final TpegLoc03OtherPointDescriptorSubtypeEnum LINK_NAME
public static final TpegLoc03OtherPointDescriptorSubtypeEnum LOCAL_LINK_NAME
public static final TpegLoc03OtherPointDescriptorSubtypeEnum METRO_STATION_NAME
public static final TpegLoc03OtherPointDescriptorSubtypeEnum NATION_NAME
public static final TpegLoc03OtherPointDescriptorSubtypeEnum NON_LINKED_POINT_NAME
public static final TpegLoc03OtherPointDescriptorSubtypeEnum PARKING_FACILITY_NAME
public static final TpegLoc03OtherPointDescriptorSubtypeEnum POINT_NAME
public static final TpegLoc03OtherPointDescriptorSubtypeEnum POINT_OF_INTEREST_NAME
public static final TpegLoc03OtherPointDescriptorSubtypeEnum RAILWAY_STATION
public static final TpegLoc03OtherPointDescriptorSubtypeEnum REGION_NAME
public static final TpegLoc03OtherPointDescriptorSubtypeEnum RIVER_NAME
public static final TpegLoc03OtherPointDescriptorSubtypeEnum SEA_NAME
public static final TpegLoc03OtherPointDescriptorSubtypeEnum SERVICE_AREA_NAME
public static final TpegLoc03OtherPointDescriptorSubtypeEnum TIDAL_RIVER_NAME
public static final TpegLoc03OtherPointDescriptorSubtypeEnum TOWN_NAME
public static final TpegLoc03OtherPointDescriptorSubtypeEnum OTHER
public static TpegLoc03OtherPointDescriptorSubtypeEnum[] values()
for (TpegLoc03OtherPointDescriptorSubtypeEnum c : TpegLoc03OtherPointDescriptorSubtypeEnum.values()) System.out.println(c);
public static TpegLoc03OtherPointDescriptorSubtypeEnum 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 TpegLoc03OtherPointDescriptorSubtypeEnum fromValue(java.lang.String v)