Enum PoorRoadInfrastructureEnum
- java.lang.Object
-
- java.lang.Enum<PoorRoadInfrastructureEnum>
-
- eu.datex2.siri14.schema._1_0._1_0.PoorRoadInfrastructureEnum
-
- All Implemented Interfaces:
Serializable,Comparable<PoorRoadInfrastructureEnum>
public enum PoorRoadInfrastructureEnum extends Enum<PoorRoadInfrastructureEnum>
Java class for PoorRoadInfrastructureEnum.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="PoorRoadInfrastructureEnum"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="automaticPaymentLaneNotWorking"/> <enumeration value="automaticTollSystemNotWorkingPayManually"/> <enumeration value="bridgeViaductDamage"/> <enumeration value="damageToRoadInfrastructure"/> <enumeration value="emergencyTelephoneNumberNotWorking"/> <enumeration value="emergencyTelephonesNotWorking"/> <enumeration value="galleryLightsNotWorking"/> <enumeration value="laneControlSignsNotWorking"/> <enumeration value="laneControlSignsWorkingIncorrectly"/> <enumeration value="levelCrossingFailure"/> <enumeration value="levelCrossingNotWorkingNormally"/> <enumeration value="opticFiberDamage"/> <enumeration value="powerFailure"/> <enumeration value="rampControlSignalsNotWorking"/> <enumeration value="rampControlSignalsWorkingIncorrectly"/> <enumeration value="safetyBarrierDamage"/> <enumeration value="temporaryTrafficLightsNotWorking"/> <enumeration value="temporaryTrafficLightsWorkingIncorrectly"/> <enumeration value="trafficLightsNotWorking"/> <enumeration value="trafficLightsWorkingIncorrectly"/> <enumeration value="trafficSignalControlComputerNotWorking"/> <enumeration value="trafficSignalsNotWorkingProperly"/> <enumeration value="trafficSignalTimingsChanged"/> <enumeration value="tunnelLightsNotWorking"/> <enumeration value="tunnelVentilationNotWorking"/> <enumeration value="variableMessageSignsNotWorking"/> <enumeration value="variableMessageSignsWorkingIncorrectly"/> <enumeration value="other"/> </restriction> </simpleType>
-
-
Enum Constant Summary
Enum Constants Enum Constant Description AUTOMATIC_PAYMENT_LANE_NOT_WORKINGAutomatic payment lane not working at toll plaza.AUTOMATIC_TOLL_SYSTEM_NOT_WORKING_PAY_MANUALLYAutomatic payment system not working at toll plaza.BRIDGE_VIADUCT_DAMAGEDamage to bridge or viaduct.DAMAGE_TO_ROAD_INFRASTRUCTUREUnspecified damage to road infrastructure.EMERGENCY_TELEPHONE_NUMBER_NOT_WORKINGThe designated telephone number for reporting problems or requesting assistance is not working.EMERGENCY_TELEPHONES_NOT_WORKINGEmergency telephones within a specified length of road are not working.GALLERY_LIGHTS_NOT_WORKINGLights within the gallery are not working.LANE_CONTROL_SIGNS_NOT_WORKINGElectronic traffic lane control signals are not working.LANE_CONTROL_SIGNS_WORKING_INCORRECTLYElectronic traffic lane control signals are not working correctly (such that misleading or incorrect information may be provided).LEVEL_CROSSING_FAILUREThe traffic control equipment where a railway crosses the road is not working.LEVEL_CROSSING_NOT_WORKING_NORMALLYThe traffic control equipment where a railway crosses the road is not working correctly, presenting a potential hazard to motorists.OPTIC_FIBER_DAMAGEDamage to fibre optic comunications which may cause failures or malfunctuions of other systems.OTHEROther than as defined in this enumeration.POWER_FAILUREPower failure.RAMP_CONTROL_SIGNALS_NOT_WORKINGThe ramp control signals that control the entry and exit of vehicles to and from carriageways at the specified location are not working (i.e.RAMP_CONTROL_SIGNALS_WORKING_INCORRECTLYThe traffic lights that control the entry and exit of vehicles to and from a carriageway at the specified location are working incorrectly, presenting a potential hazard to motorists.SAFETY_BARRIER_DAMAGEDamage to the safety barrier.TEMPORARY_TRAFFIC_LIGHTS_NOT_WORKINGThe temporary traffic lights at the specified location are not working (i.e.TEMPORARY_TRAFFIC_LIGHTS_WORKING_INCORRECTLYThe temporary traffic lights at the specified location are working incorrectly, presenting a potential hazard to motorists.TRAFFIC_LIGHTS_NOT_WORKINGThe traffic lights at the specified location are not working (i.e.TRAFFIC_LIGHTS_WORKING_INCORRECTLYThe traffic lights at the specified location are working incorrectly, presenting a potential hazard to motorists.TRAFFIC_SIGNAL_CONTROL_COMPUTER_NOT_WORKINGThe traffic signal timing computer is not working possibly causing greater disruption to traffic than under normal conditions.TRAFFIC_SIGNAL_TIMINGS_CHANGEDTraffic signal phase timings or sequence have been altered which may cause a hazard to road users.TRAFFIC_SIGNALS_NOT_WORKING_PROPERLYThe traffic signals at the specified location are working incorrectly, presenting a potential hazard to motorists.TUNNEL_LIGHTS_NOT_WORKINGLights within the tunnel are not working.TUNNEL_VENTILATION_NOT_WORKINGVentilation equipment in the tunnel is not working, possibly causing pollution problems and poor air quality.VARIABLE_MESSAGE_SIGNS_NOT_WORKINGVariable message signs at the specified location are not working.VARIABLE_MESSAGE_SIGNS_WORKING_INCORRECTLYVariable message signs at the specified location are not working correctly (such that misleading or incorrect information may be provided).
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PoorRoadInfrastructureEnumfromValue(String v)Stringvalue()static PoorRoadInfrastructureEnumvalueOf(String name)Returns the enum constant of this type with the specified name.static PoorRoadInfrastructureEnum[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
AUTOMATIC_PAYMENT_LANE_NOT_WORKING
public static final PoorRoadInfrastructureEnum AUTOMATIC_PAYMENT_LANE_NOT_WORKING
Automatic payment lane not working at toll plaza.
-
AUTOMATIC_TOLL_SYSTEM_NOT_WORKING_PAY_MANUALLY
public static final PoorRoadInfrastructureEnum AUTOMATIC_TOLL_SYSTEM_NOT_WORKING_PAY_MANUALLY
Automatic payment system not working at toll plaza. Pay manually instead.
-
BRIDGE_VIADUCT_DAMAGE
public static final PoorRoadInfrastructureEnum BRIDGE_VIADUCT_DAMAGE
Damage to bridge or viaduct.
-
DAMAGE_TO_ROAD_INFRASTRUCTURE
public static final PoorRoadInfrastructureEnum DAMAGE_TO_ROAD_INFRASTRUCTURE
Unspecified damage to road infrastructure.
-
EMERGENCY_TELEPHONE_NUMBER_NOT_WORKING
public static final PoorRoadInfrastructureEnum EMERGENCY_TELEPHONE_NUMBER_NOT_WORKING
The designated telephone number for reporting problems or requesting assistance is not working.
-
EMERGENCY_TELEPHONES_NOT_WORKING
public static final PoorRoadInfrastructureEnum EMERGENCY_TELEPHONES_NOT_WORKING
Emergency telephones within a specified length of road are not working.
-
GALLERY_LIGHTS_NOT_WORKING
public static final PoorRoadInfrastructureEnum GALLERY_LIGHTS_NOT_WORKING
Lights within the gallery are not working.
-
LANE_CONTROL_SIGNS_NOT_WORKING
public static final PoorRoadInfrastructureEnum LANE_CONTROL_SIGNS_NOT_WORKING
Electronic traffic lane control signals are not working.
-
LANE_CONTROL_SIGNS_WORKING_INCORRECTLY
public static final PoorRoadInfrastructureEnum LANE_CONTROL_SIGNS_WORKING_INCORRECTLY
Electronic traffic lane control signals are not working correctly (such that misleading or incorrect information may be provided).
-
LEVEL_CROSSING_FAILURE
public static final PoorRoadInfrastructureEnum LEVEL_CROSSING_FAILURE
The traffic control equipment where a railway crosses the road is not working.
-
LEVEL_CROSSING_NOT_WORKING_NORMALLY
public static final PoorRoadInfrastructureEnum LEVEL_CROSSING_NOT_WORKING_NORMALLY
The traffic control equipment where a railway crosses the road is not working correctly, presenting a potential hazard to motorists.
-
OPTIC_FIBER_DAMAGE
public static final PoorRoadInfrastructureEnum OPTIC_FIBER_DAMAGE
Damage to fibre optic comunications which may cause failures or malfunctuions of other systems.
-
POWER_FAILURE
public static final PoorRoadInfrastructureEnum POWER_FAILURE
Power failure.
-
RAMP_CONTROL_SIGNALS_NOT_WORKING
public static final PoorRoadInfrastructureEnum RAMP_CONTROL_SIGNALS_NOT_WORKING
The ramp control signals that control the entry and exit of vehicles to and from carriageways at the specified location are not working (i.e. they appear to be switched off).
-
RAMP_CONTROL_SIGNALS_WORKING_INCORRECTLY
public static final PoorRoadInfrastructureEnum RAMP_CONTROL_SIGNALS_WORKING_INCORRECTLY
The traffic lights that control the entry and exit of vehicles to and from a carriageway at the specified location are working incorrectly, presenting a potential hazard to motorists.
-
SAFETY_BARRIER_DAMAGE
public static final PoorRoadInfrastructureEnum SAFETY_BARRIER_DAMAGE
Damage to the safety barrier.
-
TEMPORARY_TRAFFIC_LIGHTS_NOT_WORKING
public static final PoorRoadInfrastructureEnum TEMPORARY_TRAFFIC_LIGHTS_NOT_WORKING
The temporary traffic lights at the specified location are not working (i.e. they appear to be switched off).
-
TEMPORARY_TRAFFIC_LIGHTS_WORKING_INCORRECTLY
public static final PoorRoadInfrastructureEnum TEMPORARY_TRAFFIC_LIGHTS_WORKING_INCORRECTLY
The temporary traffic lights at the specified location are working incorrectly, presenting a potential hazard to motorists.
-
TRAFFIC_LIGHTS_NOT_WORKING
public static final PoorRoadInfrastructureEnum TRAFFIC_LIGHTS_NOT_WORKING
The traffic lights at the specified location are not working (i.e. they appear to be switched off).
-
TRAFFIC_LIGHTS_WORKING_INCORRECTLY
public static final PoorRoadInfrastructureEnum TRAFFIC_LIGHTS_WORKING_INCORRECTLY
The traffic lights at the specified location are working incorrectly, presenting a potential hazard to motorists.
-
TRAFFIC_SIGNAL_CONTROL_COMPUTER_NOT_WORKING
public static final PoorRoadInfrastructureEnum TRAFFIC_SIGNAL_CONTROL_COMPUTER_NOT_WORKING
The traffic signal timing computer is not working possibly causing greater disruption to traffic than under normal conditions.
-
TRAFFIC_SIGNALS_NOT_WORKING_PROPERLY
public static final PoorRoadInfrastructureEnum TRAFFIC_SIGNALS_NOT_WORKING_PROPERLY
The traffic signals at the specified location are working incorrectly, presenting a potential hazard to motorists.
-
TRAFFIC_SIGNAL_TIMINGS_CHANGED
public static final PoorRoadInfrastructureEnum TRAFFIC_SIGNAL_TIMINGS_CHANGED
Traffic signal phase timings or sequence have been altered which may cause a hazard to road users.
-
TUNNEL_LIGHTS_NOT_WORKING
public static final PoorRoadInfrastructureEnum TUNNEL_LIGHTS_NOT_WORKING
Lights within the tunnel are not working.
-
TUNNEL_VENTILATION_NOT_WORKING
public static final PoorRoadInfrastructureEnum TUNNEL_VENTILATION_NOT_WORKING
Ventilation equipment in the tunnel is not working, possibly causing pollution problems and poor air quality.
-
VARIABLE_MESSAGE_SIGNS_NOT_WORKING
public static final PoorRoadInfrastructureEnum VARIABLE_MESSAGE_SIGNS_NOT_WORKING
Variable message signs at the specified location are not working.
-
VARIABLE_MESSAGE_SIGNS_WORKING_INCORRECTLY
public static final PoorRoadInfrastructureEnum VARIABLE_MESSAGE_SIGNS_WORKING_INCORRECTLY
Variable message signs at the specified location are not working correctly (such that misleading or incorrect information may be provided).
-
OTHER
public static final PoorRoadInfrastructureEnum OTHER
Other than as defined in this enumeration.
-
-
Method Detail
-
values
public static PoorRoadInfrastructureEnum[] 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 (PoorRoadInfrastructureEnum c : PoorRoadInfrastructureEnum.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static PoorRoadInfrastructureEnum 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 PoorRoadInfrastructureEnum fromValue(String v)
-
-