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="litterClearance"/>
<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="sweepingOfRoad"/>
<enumeration value="treeAndVegetationCuttingWork"/>
<enumeration value="other"/>
</restriction>
</simpleType>
| Modifier and Type | Method and Description |
|---|---|
static RoadMaintenanceTypeEnum |
fromValue(String v) |
String |
value() |
static RoadMaintenanceTypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RoadMaintenanceTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RoadMaintenanceTypeEnum CLEARANCE_WORK
public static final RoadMaintenanceTypeEnum CONTROLLED_AVALANCHE
public static final RoadMaintenanceTypeEnum INSTALLATION_WORK
public static final RoadMaintenanceTypeEnum GRASS_CUTTING_WORK
public static final RoadMaintenanceTypeEnum LITTER_CLEARANCE
public static final RoadMaintenanceTypeEnum MAINTENANCE_WORK
public static final RoadMaintenanceTypeEnum OVERHEAD_WORKS
public static final RoadMaintenanceTypeEnum REPAIR_WORK
public static final RoadMaintenanceTypeEnum RESURFACING_WORK
public static final RoadMaintenanceTypeEnum ROAD_MARKING_WORK
public static final RoadMaintenanceTypeEnum ROADSIDE_WORK
public static final RoadMaintenanceTypeEnum ROADWORKS_CLEARANCE
public static final RoadMaintenanceTypeEnum ROADWORKS
public static final RoadMaintenanceTypeEnum ROCK_FALL_PREVENTATIVE_MAINTENANCE
public static final RoadMaintenanceTypeEnum SALTING_IN_PROGRESS
public static final RoadMaintenanceTypeEnum SNOWPLOUGHS_IN_USE
public static final RoadMaintenanceTypeEnum SWEEPING_OF_ROAD
public static final RoadMaintenanceTypeEnum TREE_AND_VEGETATION_CUTTING_WORK
public static final RoadMaintenanceTypeEnum OTHER
public static RoadMaintenanceTypeEnum[] values()
for (RoadMaintenanceTypeEnum c : RoadMaintenanceTypeEnum.values()) System.out.println(c);
public static RoadMaintenanceTypeEnum valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String value()
public static RoadMaintenanceTypeEnum fromValue(String v)
Copyright © 2014–2015 Centrum dopravního výzkumu, v.v.i.. All rights reserved.