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>
| 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)