Enum TpegLoc03OtherPointDescriptorSubtypeEnum
- java.lang.Object
-
- java.lang.Enum<TpegLoc03OtherPointDescriptorSubtypeEnum>
-
- eu.datex2.siri21.schema._2_0rc1._2_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="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 Summary
-
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
-
ADMINISTRATIVE_AREA_NAME
public static final TpegLoc03OtherPointDescriptorSubtypeEnum ADMINISTRATIVE_AREA_NAME
-
ADMINISTRATIVE_REFERENCE_NAME
public static final TpegLoc03OtherPointDescriptorSubtypeEnum ADMINISTRATIVE_REFERENCE_NAME
-
AIRPORT_NAME
public static final TpegLoc03OtherPointDescriptorSubtypeEnum AIRPORT_NAME
-
AREA_NAME
public static final TpegLoc03OtherPointDescriptorSubtypeEnum AREA_NAME
-
BUILDING_NAME
public static final TpegLoc03OtherPointDescriptorSubtypeEnum BUILDING_NAME
-
BUS_STOP_IDENTIFIER
public static final TpegLoc03OtherPointDescriptorSubtypeEnum BUS_STOP_IDENTIFIER
-
BUS_STOP_NAME
public static final TpegLoc03OtherPointDescriptorSubtypeEnum BUS_STOP_NAME
-
CANAL_NAME
public static final TpegLoc03OtherPointDescriptorSubtypeEnum CANAL_NAME
-
COUNTY_NAME
public static final TpegLoc03OtherPointDescriptorSubtypeEnum COUNTY_NAME
-
FERRY_PORT_NAME
public static final TpegLoc03OtherPointDescriptorSubtypeEnum FERRY_PORT_NAME
-
INTERSECTION_NAME
public static final TpegLoc03OtherPointDescriptorSubtypeEnum INTERSECTION_NAME
-
LAKE_NAME
public static final TpegLoc03OtherPointDescriptorSubtypeEnum LAKE_NAME
-
LINK_NAME
public static final TpegLoc03OtherPointDescriptorSubtypeEnum LINK_NAME
-
LOCAL_LINK_NAME
public static final TpegLoc03OtherPointDescriptorSubtypeEnum LOCAL_LINK_NAME
-
METRO_STATION_NAME
public static final TpegLoc03OtherPointDescriptorSubtypeEnum METRO_STATION_NAME
-
NATION_NAME
public static final TpegLoc03OtherPointDescriptorSubtypeEnum NATION_NAME
-
NON_LINKED_POINT_NAME
public static final TpegLoc03OtherPointDescriptorSubtypeEnum NON_LINKED_POINT_NAME
-
PARKING_FACILITY_NAME
public static final TpegLoc03OtherPointDescriptorSubtypeEnum PARKING_FACILITY_NAME
-
POINT_NAME
public static final TpegLoc03OtherPointDescriptorSubtypeEnum POINT_NAME
-
POINT_OF_INTEREST_NAME
public static final TpegLoc03OtherPointDescriptorSubtypeEnum POINT_OF_INTEREST_NAME
-
RAILWAY_STATION
public static final TpegLoc03OtherPointDescriptorSubtypeEnum RAILWAY_STATION
-
REGION_NAME
public static final TpegLoc03OtherPointDescriptorSubtypeEnum REGION_NAME
-
RIVER_NAME
public static final TpegLoc03OtherPointDescriptorSubtypeEnum RIVER_NAME
-
SEA_NAME
public static final TpegLoc03OtherPointDescriptorSubtypeEnum SEA_NAME
-
SERVICE_AREA_NAME
public static final TpegLoc03OtherPointDescriptorSubtypeEnum SERVICE_AREA_NAME
-
TIDAL_RIVER_NAME
public static final TpegLoc03OtherPointDescriptorSubtypeEnum TIDAL_RIVER_NAME
-
TOWN_NAME
public static final TpegLoc03OtherPointDescriptorSubtypeEnum TOWN_NAME
-
OTHER
public static final TpegLoc03OtherPointDescriptorSubtypeEnum OTHER
-
-
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)
-
-