Enum RoadMaintenanceTypeEnum

  • All Implemented Interfaces:
    Serializable, Comparable<RoadMaintenanceTypeEnum>

    public enum RoadMaintenanceTypeEnum
    extends Enum<RoadMaintenanceTypeEnum>

    Java class for RoadMaintenanceTypeEnum.

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

     <simpleType name="RoadMaintenanceTypeEnum">
       <restriction base="{http://www.w3.org/2001/XMLSchema}string">
         <enumeration value="clearanceWork"/>
         <enumeration value="controlledAvalanche"/>
         <enumeration value="installationWork"/>
         <enumeration value="grassCuttingWork"/>
         <enumeration value="maintenanceWork"/>
         <enumeration value="overheadWorks"/>
         <enumeration value="repairWork"/>
         <enumeration value="resurfacingWork"/>
         <enumeration value="roadMarkingWork"/>
         <enumeration value="roadsideWork"/>
         <enumeration value="roadworksClearance"/>
         <enumeration value="roadworks"/>
         <enumeration value="rockFallPreventativeMaintenance"/>
         <enumeration value="saltingInProgress"/>
         <enumeration value="snowploughsInUse"/>
         <enumeration value="treeAndVegetationCuttingWork"/>
         <enumeration value="other"/>
       </restriction>
     </simpleType>