Enum EnvironmentalObstructionTypeEnum

  • All Implemented Interfaces:
    Serializable, Comparable<EnvironmentalObstructionTypeEnum>

    public enum EnvironmentalObstructionTypeEnum
    extends Enum<EnvironmentalObstructionTypeEnum>

    Java class for EnvironmentalObstructionTypeEnum.

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

     <simpleType name="EnvironmentalObstructionTypeEnum">
       <restriction base="{http://www.w3.org/2001/XMLSchema}string">
         <enumeration value="avalanches"/>
         <enumeration value="earthquakeDamage"/>
         <enumeration value="fallenTrees"/>
         <enumeration value="fallingIce"/>
         <enumeration value="fallingLightIceOrSnow"/>
         <enumeration value="flashFloods"/>
         <enumeration value="flooding"/>
         <enumeration value="forestFire"/>
         <enumeration value="grassFire"/>
         <enumeration value="landslips"/>
         <enumeration value="mudSlide"/>
         <enumeration value="sewerOverflow"/>
         <enumeration value="rockfalls"/>
         <enumeration value="seriousFire"/>
         <enumeration value="smokeOrFumes"/>
         <enumeration value="stormDamage"/>
         <enumeration value="subsidence"/>
         <enumeration value="other"/>
       </restriction>
     </simpleType>