Enum PoorEnvironmentTypeEnum

  • All Implemented Interfaces:
    Serializable, Comparable<PoorEnvironmentTypeEnum>

    public enum PoorEnvironmentTypeEnum
    extends Enum<PoorEnvironmentTypeEnum>

    Java class for PoorEnvironmentTypeEnum.

    The following schema fragment specifies the expected content contained within this class.

     <simpleType name="PoorEnvironmentTypeEnum">
       <restriction base="{http://www.w3.org/2001/XMLSchema}string">
         <enumeration value="abnormalTemperature"/>
         <enumeration value="badWeather"/>
         <enumeration value="blizzard"/>
         <enumeration value="blowingDust"/>
         <enumeration value="blowingSnow"/>
         <enumeration value="crosswinds"/>
         <enumeration value="damagingHail"/>
         <enumeration value="denseFog"/>
         <enumeration value="eclipse"/>
         <enumeration value="extremeCold"/>
         <enumeration value="extremeHeat"/>
         <enumeration value="fog"/>
         <enumeration value="freezingFog"/>
         <enumeration value="frost"/>
         <enumeration value="gales"/>
         <enumeration value="gustyWinds"/>
         <enumeration value="hail"/>
         <enumeration value="heavyFrost"/>
         <enumeration value="heavyRain"/>
         <enumeration value="heavySnowfall"/>
         <enumeration value="hurricaneForceWinds"/>
         <enumeration value="lowSunGlare"/>
         <enumeration value="moderateFog"/>
         <enumeration value="ozonePollution"/>
         <enumeration value="patchyFog"/>
         <enumeration value="precipitationInTheArea"/>
         <enumeration value="rain"/>
         <enumeration value="rainChangingToSnow"/>
         <enumeration value="sandStorms"/>
         <enumeration value="severeExhaustPollution"/>
         <enumeration value="severeSmog"/>
         <enumeration value="showers"/>
         <enumeration value="sleet"/>
         <enumeration value="smogAlert"/>
         <enumeration value="smokeHazard"/>
         <enumeration value="snowChangingToRain"/>
         <enumeration value="snowfall"/>
         <enumeration value="sprayHazard"/>
         <enumeration value="stormForceWinds"/>
         <enumeration value="strongGustsOfWind"/>
         <enumeration value="strongWinds"/>
         <enumeration value="swarmsOfInsects"/>
         <enumeration value="temperatureFalling"/>
         <enumeration value="thunderstorms"/>
         <enumeration value="tornadoes"/>
         <enumeration value="veryStrongGustsOfWind"/>
         <enumeration value="visibilityReduced"/>
         <enumeration value="whiteOut"/>
         <enumeration value="winterStorm"/>
       </restriction>
     </simpleType>
     
    • Enum Constant Detail

      • ABNORMAL_TEMPERATURE

        public static final PoorEnvironmentTypeEnum ABNORMAL_TEMPERATURE
        The temperature is outside the normally expected range.
      • BAD_WEATHER

        public static final PoorEnvironmentTypeEnum BAD_WEATHER
        Adverse weather conditions are affecting driving conditions.
      • BLIZZARD

        public static final PoorEnvironmentTypeEnum BLIZZARD
        Heavy snowfall in combination with strong winds, limiting visibility to 50m or less.
      • BLOWING_DUST

        public static final PoorEnvironmentTypeEnum BLOWING_DUST
        Dust blowing across the roadway causing significantly reduced visibility.
      • BLOWING_SNOW

        public static final PoorEnvironmentTypeEnum BLOWING_SNOW
        Fallen snow moving due to the forces of wind.
      • CROSSWINDS

        public static final PoorEnvironmentTypeEnum CROSSWINDS
        Strong cross winds across the direction of the roadway (e.g. on a ridge or bridge).
      • DAMAGING_HAIL

        public static final PoorEnvironmentTypeEnum DAMAGING_HAIL
        Large falling ice pellets or frozen rain capable of causing injury or damage to property.
      • ECLIPSE

        public static final PoorEnvironmentTypeEnum ECLIPSE
        Eclipse, either partial or full, of the sun causing low light levels during normal daylight period.
      • EXTREME_HEAT

        public static final PoorEnvironmentTypeEnum EXTREME_HEAT
        Abnormally high expected maximum temperature.
      • FREEZING_FOG

        public static final PoorEnvironmentTypeEnum FREEZING_FOG
        Fog, in conjunction with sub-zero air temperatures causing possible freezing of road surface.
      • GUSTY_WINDS

        public static final PoorEnvironmentTypeEnum GUSTY_WINDS
        Constantly varying winds, significant at times.
      • HEAVY_RAIN

        public static final PoorEnvironmentTypeEnum HEAVY_RAIN
        Heavy rainfall, limiting visibility to 50m or less.
      • HEAVY_SNOWFALL

        public static final PoorEnvironmentTypeEnum HEAVY_SNOWFALL
        Dense falling snow, limiting visibility to 50m or less.
      • LOW_SUN_GLARE

        public static final PoorEnvironmentTypeEnum LOW_SUN_GLARE
        Difficult visibility conditions created by low elevation sunlight.
      • MODERATE_FOG

        public static final PoorEnvironmentTypeEnum MODERATE_FOG
        Misty conditions impairing vision over 100m.
      • OZONE_POLLUTION

        public static final PoorEnvironmentTypeEnum OZONE_POLLUTION
        High concentrations of ozone are present.
      • PATCHY_FOG

        public static final PoorEnvironmentTypeEnum PATCHY_FOG
        Fog, in which intermittent areas of dense fog may be encountered.
      • PRECIPITATION_IN_THE_AREA

        public static final PoorEnvironmentTypeEnum PRECIPITATION_IN_THE_AREA
        Unspecified precipitation is falling on the area.
      • RAIN_CHANGING_TO_SNOW

        public static final PoorEnvironmentTypeEnum RAIN_CHANGING_TO_SNOW
        Falling rain is changing to snow.
      • SAND_STORMS

        public static final PoorEnvironmentTypeEnum SAND_STORMS
        Sand blowing across the roadway causing significantly reduced visibility.
      • SEVERE_EXHAUST_POLLUTION

        public static final PoorEnvironmentTypeEnum SEVERE_EXHAUST_POLLUTION
        Pollution from exhaust fumes has reached a level sufficient to cause concern.
      • SEVERE_SMOG

        public static final PoorEnvironmentTypeEnum SEVERE_SMOG
        Environmental warning of very poor air quality resulting from smog.
      • SMOG_ALERT

        public static final PoorEnvironmentTypeEnum SMOG_ALERT
        Environmental warning of poor air quality resulting from smog.
      • SMOKE_HAZARD

        public static final PoorEnvironmentTypeEnum SMOKE_HAZARD
        Smoke drifting across the roadway causing significantly reduced visibility.
      • SNOW_CHANGING_TO_RAIN

        public static final PoorEnvironmentTypeEnum SNOW_CHANGING_TO_RAIN
        Falling snow is changing to rain.
      • SPRAY_HAZARD

        public static final PoorEnvironmentTypeEnum SPRAY_HAZARD
        Reduced visibility resulting from spray created by moving vehicles on a wet roadway.
      • STORM_FORCE_WINDS

        public static final PoorEnvironmentTypeEnum STORM_FORCE_WINDS
        Winds between 90 km/h and 120 km/h.
      • STRONG_GUSTS_OF_WIND

        public static final PoorEnvironmentTypeEnum STRONG_GUSTS_OF_WIND
        Constantly varying winds, strong at times.
      • SWARMS_OF_INSECTS

        public static final PoorEnvironmentTypeEnum SWARMS_OF_INSECTS
        Large numbers of insects which create a hazard for road users through reduced visibility.
      • TEMPERATURE_FALLING

        public static final PoorEnvironmentTypeEnum TEMPERATURE_FALLING
        The temperature is falling significantly.
      • THUNDERSTORMS

        public static final PoorEnvironmentTypeEnum THUNDERSTORMS
        Electrical storms, generally with heavy rain.
      • TORNADOES

        public static final PoorEnvironmentTypeEnum TORNADOES
        Very violent, whirling windstorms affecting narrow strips of country.
      • VERY_STRONG_GUSTS_OF_WIND

        public static final PoorEnvironmentTypeEnum VERY_STRONG_GUSTS_OF_WIND
        Constantly varying winds, very strong at times.
      • VISIBILITY_REDUCED

        public static final PoorEnvironmentTypeEnum VISIBILITY_REDUCED
        Environmental conditions causing reduced visibility.
      • WHITE_OUT

        public static final PoorEnvironmentTypeEnum WHITE_OUT
        Falling snow in blizzard conditions resulting in very reduced visibility.
      • WINTER_STORM

        public static final PoorEnvironmentTypeEnum WINTER_STORM
        Heavy rain, sleet, hail and/or snow in combination with strong winds, limiting visibility to 50m or less.
    • Method Detail

      • values

        public static PoorEnvironmentTypeEnum[] 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 (PoorEnvironmentTypeEnum c : PoorEnvironmentTypeEnum.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static PoorEnvironmentTypeEnum 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 name
        NullPointerException - if the argument is null
      • value

        public String value()