Enum TPEGLoc03OtherPointDescriptorSubtypeEnum
- java.lang.Object
-
- java.lang.Enum<TPEGLoc03OtherPointDescriptorSubtypeEnum>
-
- eu.datex2.siri14.schema._1_0._1_0.TPEGLoc03OtherPointDescriptorSubtypeEnum
-
- All Implemented Interfaces:
Serializable,Comparable<TPEGLoc03OtherPointDescriptorSubtypeEnum>
public enum TPEGLoc03OtherPointDescriptorSubtypeEnum extends 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="airportName"/> <enumeration value="buildingName"/> <enumeration value="busStopIdentifier"/> <enumeration value="busStopName"/> <enumeration value="canalName"/> <enumeration value="ferryPortName"/> <enumeration value="intersectionName"/> <enumeration value="lakeName"/> <enumeration value="linkName"/> <enumeration value="localLinkName"/> <enumeration value="metroStationName"/> <enumeration value="nonLinkedPointName"/> <enumeration value="parkingFacilityName"/> <enumeration value="pointName"/> <enumeration value="pointOfInterestName"/> <enumeration value="railwayStation"/> <enumeration value="riverName"/> <enumeration value="seaName"/> <enumeration value="serviceAreaName"/> <enumeration value="tidalRiverName"/> <enumeration value="townName"/> <enumeration value="other"/> </restriction> </simpleType>
-
-
Enum Constant Summary
Enum Constants Enum Constant Description AIRPORT_NAMEName of an airport.BUILDING_NAMEName of a building.BUS_STOP_IDENTIFIERIdentifier of a bus stop on the road network.BUS_STOP_NAMEName of a bus stop on the road network.CANAL_NAMEName of a canal.FERRY_PORT_NAMEName of a ferry port.INTERSECTION_NAMEName of a road network intersection.LAKE_NAMEName of a lake.LINK_NAMEName of a road link.LOCAL_LINK_NAMELocal name of a road link.METRO_STATION_NAMEName of a metro/underground station.NON_LINKED_POINT_NAMEName of a point on the road network which is not at a junction or intersection.OTHEROther than as defined in this enumeration.PARKING_FACILITY_NAMEName of a parking facility.POINT_NAMEName of a specific point.POINT_OF_INTEREST_NAMEName of general point of interest.RAILWAY_STATIONName of a railway station.RIVER_NAMEName of a river.SEA_NAMEName of a sea.SERVICE_AREA_NAMEName of a service area on a road network.TIDAL_RIVER_NAMEName of a river which is of a tidal nature.TOWN_NAMEName of a town.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TPEGLoc03OtherPointDescriptorSubtypeEnumfromValue(String v)Stringvalue()static TPEGLoc03OtherPointDescriptorSubtypeEnumvalueOf(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.
-
-
-
Enum Constant Detail
-
AIRPORT_NAME
public static final TPEGLoc03OtherPointDescriptorSubtypeEnum AIRPORT_NAME
Name of an airport.
-
BUILDING_NAME
public static final TPEGLoc03OtherPointDescriptorSubtypeEnum BUILDING_NAME
Name of a building.
-
BUS_STOP_IDENTIFIER
public static final TPEGLoc03OtherPointDescriptorSubtypeEnum BUS_STOP_IDENTIFIER
Identifier of a bus stop on the road network.
-
BUS_STOP_NAME
public static final TPEGLoc03OtherPointDescriptorSubtypeEnum BUS_STOP_NAME
Name of a bus stop on the road network.
-
CANAL_NAME
public static final TPEGLoc03OtherPointDescriptorSubtypeEnum CANAL_NAME
Name of a canal.
-
FERRY_PORT_NAME
public static final TPEGLoc03OtherPointDescriptorSubtypeEnum FERRY_PORT_NAME
Name of a ferry port.
-
INTERSECTION_NAME
public static final TPEGLoc03OtherPointDescriptorSubtypeEnum INTERSECTION_NAME
Name of a road network intersection.
-
LAKE_NAME
public static final TPEGLoc03OtherPointDescriptorSubtypeEnum LAKE_NAME
Name of a lake.
-
LINK_NAME
public static final TPEGLoc03OtherPointDescriptorSubtypeEnum LINK_NAME
Name of a road link.
-
LOCAL_LINK_NAME
public static final TPEGLoc03OtherPointDescriptorSubtypeEnum LOCAL_LINK_NAME
Local name of a road link.
-
METRO_STATION_NAME
public static final TPEGLoc03OtherPointDescriptorSubtypeEnum METRO_STATION_NAME
Name of a metro/underground station.
-
NON_LINKED_POINT_NAME
public static final TPEGLoc03OtherPointDescriptorSubtypeEnum NON_LINKED_POINT_NAME
Name of a point on the road network which is not at a junction or intersection.
-
PARKING_FACILITY_NAME
public static final TPEGLoc03OtherPointDescriptorSubtypeEnum PARKING_FACILITY_NAME
Name of a parking facility.
-
POINT_NAME
public static final TPEGLoc03OtherPointDescriptorSubtypeEnum POINT_NAME
Name of a specific point.
-
POINT_OF_INTEREST_NAME
public static final TPEGLoc03OtherPointDescriptorSubtypeEnum POINT_OF_INTEREST_NAME
Name of general point of interest.
-
RAILWAY_STATION
public static final TPEGLoc03OtherPointDescriptorSubtypeEnum RAILWAY_STATION
Name of a railway station.
-
RIVER_NAME
public static final TPEGLoc03OtherPointDescriptorSubtypeEnum RIVER_NAME
Name of a river.
-
SEA_NAME
public static final TPEGLoc03OtherPointDescriptorSubtypeEnum SEA_NAME
Name of a sea.
-
SERVICE_AREA_NAME
public static final TPEGLoc03OtherPointDescriptorSubtypeEnum SERVICE_AREA_NAME
Name of a service area on a road network.
-
TIDAL_RIVER_NAME
public static final TPEGLoc03OtherPointDescriptorSubtypeEnum TIDAL_RIVER_NAME
Name of a river which is of a tidal nature.
-
TOWN_NAME
public static final TPEGLoc03OtherPointDescriptorSubtypeEnum TOWN_NAME
Name of a town.
-
OTHER
public static final TPEGLoc03OtherPointDescriptorSubtypeEnum OTHER
Other than as defined in this enumeration.
-
-
Method Detail
-
values
public static TPEGLoc03OtherPointDescriptorSubtypeEnum[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (TPEGLoc03OtherPointDescriptorSubtypeEnum c : TPEGLoc03OtherPointDescriptorSubtypeEnum.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static TPEGLoc03OtherPointDescriptorSubtypeEnum valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
value
public String value()
-
fromValue
public static TPEGLoc03OtherPointDescriptorSubtypeEnum fromValue(String v)
-
-