Enum SourceTypeEnum
- java.lang.Object
-
- java.lang.Enum<SourceTypeEnum>
-
- eu.datex2.siri13.schema._1_0._1_0.SourceTypeEnum
-
- All Implemented Interfaces:
Serializable,Comparable<SourceTypeEnum>
public enum SourceTypeEnum extends Enum<SourceTypeEnum>
Java class for SourceTypeEnum.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="SourceTypeEnum"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="automobileClubPatrol"/> <enumeration value="cameraObservation"/> <enumeration value="freightVehicleOperator"/> <enumeration value="inductionLoopMonitoringStation"/> <enumeration value="infraredMonitoringStation"/> <enumeration value="microwaveMonitoringStation"/> <enumeration value="mobileTelephoneCaller"/> <enumeration value="nonPoliceEmergencyServicePatrol"/> <enumeration value="otherInformation"/> <enumeration value="otherOfficialVehicle"/> <enumeration value="policePatrol"/> <enumeration value="privateBreakdownService"/> <enumeration value="publicAndPrivateUtilities"/> <enumeration value="registeredMotoristObserver"/> <enumeration value="roadAuthorities"/> <enumeration value="roadOperatorPatrol"/> <enumeration value="roadsideTelephoneCaller"/> <enumeration value="spotterAircraft"/> <enumeration value="trafficMonitoringStation"/> <enumeration value="transitOperator"/> <enumeration value="vehicleProbeMeasurement"/> <enumeration value="videoProcessingMonitoringStation"/> </restriction> </simpleType>
-
-
Enum Constant Summary
Enum Constants Enum Constant Description AUTOMOBILE_CLUB_PATROLA patrol of an automobile club.CAMERA_OBSERVATIONA camera observation (either still or video camera).FREIGHT_VEHICLE_OPERATORAn operator of freight vehicles.INDUCTION_LOOP_MONITORING_STATIONA station dedicated to the monitoring of the road network by processing inductive loop information.INFRARED_MONITORING_STATIONA station dedicated to the monitoring of the road network by processing infrared image information.MICROWAVE_MONITORING_STATIONA station dedicated to the monitoring of the road network by processing microwave information.MOBILE_TELEPHONE_CALLERA caller using a mobile telephone (who may or may not be on the road network).NON_POLICE_EMERGENCY_SERVICE_PATROLEmergency service patrols other than police.OTHER_INFORMATIONOther sources of information.OTHER_OFFICIAL_VEHICLEPersonnel from a vehicle belonging to the road operator or authority or any emergency service, including authorised breakdown service organisations.POLICE_PATROLA police patrol.PRIVATE_BREAKDOWN_SERVICEA private breakdown service.PUBLIC_AND_PRIVATE_UTILITIESA utility organisation, either public or private.REGISTERED_MOTORIST_OBSERVERA motorist who is an officially registered observer.ROAD_AUTHORITIESA road authority.ROAD_OPERATOR_PATROLA patrol of the road operator or authority.ROADSIDE_TELEPHONE_CALLERA caller who is using an emergency roadside telephone.SPOTTER_AIRCRAFTA spotter aircraft of an organisation specifically assigned to the monitoring of the traffic network.TRAFFIC_MONITORING_STATIONA station, usually automatic, dedicated to the monitoring of the road network.TRANSIT_OPERATORAn operator of a transit service, e.g.VEHICLE_PROBE_MEASUREMENTA specially equipped vehicle used to provide measurements.VIDEO_PROCESSING_MONITORING_STATIONA station dedicated to the monitoring of the road network by processing video image information.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SourceTypeEnumfromValue(String v)Stringvalue()static SourceTypeEnumvalueOf(String name)Returns the enum constant of this type with the specified name.static SourceTypeEnum[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
AUTOMOBILE_CLUB_PATROL
public static final SourceTypeEnum AUTOMOBILE_CLUB_PATROL
A patrol of an automobile club.
-
CAMERA_OBSERVATION
public static final SourceTypeEnum CAMERA_OBSERVATION
A camera observation (either still or video camera).
-
FREIGHT_VEHICLE_OPERATOR
public static final SourceTypeEnum FREIGHT_VEHICLE_OPERATOR
An operator of freight vehicles.
-
INDUCTION_LOOP_MONITORING_STATION
public static final SourceTypeEnum INDUCTION_LOOP_MONITORING_STATION
A station dedicated to the monitoring of the road network by processing inductive loop information.
-
INFRARED_MONITORING_STATION
public static final SourceTypeEnum INFRARED_MONITORING_STATION
A station dedicated to the monitoring of the road network by processing infrared image information.
-
MICROWAVE_MONITORING_STATION
public static final SourceTypeEnum MICROWAVE_MONITORING_STATION
A station dedicated to the monitoring of the road network by processing microwave information.
-
MOBILE_TELEPHONE_CALLER
public static final SourceTypeEnum MOBILE_TELEPHONE_CALLER
A caller using a mobile telephone (who may or may not be on the road network).
-
NON_POLICE_EMERGENCY_SERVICE_PATROL
public static final SourceTypeEnum NON_POLICE_EMERGENCY_SERVICE_PATROL
Emergency service patrols other than police.
-
OTHER_INFORMATION
public static final SourceTypeEnum OTHER_INFORMATION
Other sources of information.
-
OTHER_OFFICIAL_VEHICLE
public static final SourceTypeEnum OTHER_OFFICIAL_VEHICLE
Personnel from a vehicle belonging to the road operator or authority or any emergency service, including authorised breakdown service organisations.
-
POLICE_PATROL
public static final SourceTypeEnum POLICE_PATROL
A police patrol.
-
PRIVATE_BREAKDOWN_SERVICE
public static final SourceTypeEnum PRIVATE_BREAKDOWN_SERVICE
A private breakdown service.
-
PUBLIC_AND_PRIVATE_UTILITIES
public static final SourceTypeEnum PUBLIC_AND_PRIVATE_UTILITIES
A utility organisation, either public or private.
-
REGISTERED_MOTORIST_OBSERVER
public static final SourceTypeEnum REGISTERED_MOTORIST_OBSERVER
A motorist who is an officially registered observer.
-
ROAD_AUTHORITIES
public static final SourceTypeEnum ROAD_AUTHORITIES
A road authority.
-
ROAD_OPERATOR_PATROL
public static final SourceTypeEnum ROAD_OPERATOR_PATROL
A patrol of the road operator or authority.
-
ROADSIDE_TELEPHONE_CALLER
public static final SourceTypeEnum ROADSIDE_TELEPHONE_CALLER
A caller who is using an emergency roadside telephone.
-
SPOTTER_AIRCRAFT
public static final SourceTypeEnum SPOTTER_AIRCRAFT
A spotter aircraft of an organisation specifically assigned to the monitoring of the traffic network.
-
TRAFFIC_MONITORING_STATION
public static final SourceTypeEnum TRAFFIC_MONITORING_STATION
A station, usually automatic, dedicated to the monitoring of the road network.
-
TRANSIT_OPERATOR
public static final SourceTypeEnum TRANSIT_OPERATOR
An operator of a transit service, e.g. bus link operator.
-
VEHICLE_PROBE_MEASUREMENT
public static final SourceTypeEnum VEHICLE_PROBE_MEASUREMENT
A specially equipped vehicle used to provide measurements.
-
VIDEO_PROCESSING_MONITORING_STATION
public static final SourceTypeEnum VIDEO_PROCESSING_MONITORING_STATION
A station dedicated to the monitoring of the road network by processing video image information.
-
-
Method Detail
-
values
public static SourceTypeEnum[] 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 (SourceTypeEnum c : SourceTypeEnum.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static SourceTypeEnum 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 SourceTypeEnum fromValue(String v)
-
-