public enum WeatherRelatedRoadConditionTypeEnum extends java.lang.Enum<WeatherRelatedRoadConditionTypeEnum>
Java class for WeatherRelatedRoadConditionTypeEnum.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="WeatherRelatedRoadConditionTypeEnum"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="blackIce"/> <enumeration value="deepSnow"/> <enumeration value="dry"/> <enumeration value="freezingOfWetRoads"/> <enumeration value="freezingPavements"/> <enumeration value="freezingRain"/> <enumeration value="freshSnow"/> <enumeration value="ice"/> <enumeration value="iceBuildUp"/> <enumeration value="iceWithWheelBarTracks"/> <enumeration value="icyPatches"/> <enumeration value="looseSnow"/> <enumeration value="normalWinterConditionsForPedestrians"/> <enumeration value="packedSnow"/> <enumeration value="roadSurfaceMelting"/> <enumeration value="slipperyRoad"/> <enumeration value="slushOnRoad"/> <enumeration value="slushStrings"/> <enumeration value="snowDrifts"/> <enumeration value="snowOnPavement"/> <enumeration value="snowOnTheRoad"/> <enumeration value="surfaceWater"/> <enumeration value="wet"/> <enumeration value="wetAndIcyRoad"/> <enumeration value="wetIcyPavement"/> <enumeration value="other"/> </restriction> </simpleType>
Enum Constant and Description |
---|
BLACK_ICE
Severe skid risk due to black ice (i.e. clear ice, which is impossible or very difficult to see).
|
DEEP_SNOW
Deep snow on the roadway.
|
DRY
The road surface is dry.
|
FREEZING_OF_WET_ROADS
The wet road surface is subject to freezing.
|
FREEZING_PAVEMENTS
The pavements for pedestrians are subject to freezing.
|
FREEZING_RAIN
Severe skid risk due to rain falling on sub-zero temperature road surface and freezing.
|
FRESH_SNOW
Fresh snow (with little or no traffic yet) on the roadway.
|
ICE
Increased skid risk due to ice (of any kind).
|
ICE_BUILD_UP
Ice is building up on the roadway causing a serious skid hazard.
|
ICE_WITH_WHEEL_BAR_TRACKS
Ice on the road frozen in the form of wheel tracks.
|
ICY_PATCHES
Severe skid risk due to icy patches (i.e. intermittent ice on roadway).
|
LOOSE_SNOW
Powdery snow on the road which is subject to being blown by the wind.
|
NORMAL_WINTER_CONDITIONS_FOR_PEDESTRIANS
Conditions for pedestrians are consistent with those normally expected in winter.
|
OTHER
Other than as defined in this enumeration.
|
PACKED_SNOW
Packed snow (heavily trafficked) on the roadway.
|
ROAD_SURFACE_MELTING
The road surface is melting, or has melted due to abnormally high temperatures.
|
SLIPPERY_ROAD
The road surface is slippery due to bad weather conditions.
|
SLUSH_ON_ROAD
Increased skid risk due to melting snow (slush) on road.
|
SLUSH_STRINGS
Melting snow (slush) on the roadway is formed into wheel tracks.
|
SNOW_DRIFTS
Snow drifting is in progress or patches of deep snow are present due to earlier drifting.
|
SNOW_ON_PAVEMENT
Snow is on the pedestrian pavement.
|
SNOW_ON_THE_ROAD
Snow is lying on the road surface.
|
SURFACE_WATER
Water is resting on the roadway which provides an increased hazard to vehicles.
|
WET
Road surface is wet.
|
WET_AND_ICY_ROAD
Increased skid risk due to partly thawed, wet road with packed snow and ice, or rain falling on packed snow and ice.
|
WET_ICY_PAVEMENT
Partly thawed, wet pedestrian pavement with packed snow and ice, or rain falling on packed snow and ice.
|
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
value |
Modifier and Type | Method and Description |
---|---|
static WeatherRelatedRoadConditionTypeEnum |
fromValue(java.lang.String v) |
java.lang.String |
value() |
static WeatherRelatedRoadConditionTypeEnum |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static WeatherRelatedRoadConditionTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WeatherRelatedRoadConditionTypeEnum BLACK_ICE
public static final WeatherRelatedRoadConditionTypeEnum DEEP_SNOW
public static final WeatherRelatedRoadConditionTypeEnum DRY
public static final WeatherRelatedRoadConditionTypeEnum FREEZING_OF_WET_ROADS
public static final WeatherRelatedRoadConditionTypeEnum FREEZING_PAVEMENTS
public static final WeatherRelatedRoadConditionTypeEnum FREEZING_RAIN
public static final WeatherRelatedRoadConditionTypeEnum FRESH_SNOW
public static final WeatherRelatedRoadConditionTypeEnum ICE
public static final WeatherRelatedRoadConditionTypeEnum ICE_BUILD_UP
public static final WeatherRelatedRoadConditionTypeEnum ICE_WITH_WHEEL_BAR_TRACKS
public static final WeatherRelatedRoadConditionTypeEnum ICY_PATCHES
public static final WeatherRelatedRoadConditionTypeEnum LOOSE_SNOW
public static final WeatherRelatedRoadConditionTypeEnum NORMAL_WINTER_CONDITIONS_FOR_PEDESTRIANS
public static final WeatherRelatedRoadConditionTypeEnum PACKED_SNOW
public static final WeatherRelatedRoadConditionTypeEnum ROAD_SURFACE_MELTING
public static final WeatherRelatedRoadConditionTypeEnum SLIPPERY_ROAD
public static final WeatherRelatedRoadConditionTypeEnum SLUSH_ON_ROAD
public static final WeatherRelatedRoadConditionTypeEnum SLUSH_STRINGS
public static final WeatherRelatedRoadConditionTypeEnum SNOW_DRIFTS
public static final WeatherRelatedRoadConditionTypeEnum SNOW_ON_PAVEMENT
public static final WeatherRelatedRoadConditionTypeEnum SNOW_ON_THE_ROAD
public static final WeatherRelatedRoadConditionTypeEnum SURFACE_WATER
public static final WeatherRelatedRoadConditionTypeEnum WET
public static final WeatherRelatedRoadConditionTypeEnum WET_AND_ICY_ROAD
public static final WeatherRelatedRoadConditionTypeEnum WET_ICY_PAVEMENT
public static final WeatherRelatedRoadConditionTypeEnum OTHER
public static WeatherRelatedRoadConditionTypeEnum[] values()
for (WeatherRelatedRoadConditionTypeEnum c : WeatherRelatedRoadConditionTypeEnum.values()) System.out.println(c);
public static WeatherRelatedRoadConditionTypeEnum 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 WeatherRelatedRoadConditionTypeEnum fromValue(java.lang.String v)