public enum MaintenanceVehicleActionsEnum extends Enum<MaintenanceVehicleActionsEnum>
Java class for MaintenanceVehicleActionsEnum.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="MaintenanceVehicleActionsEnum">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="maintenanceVehiclesMergingIntoTrafficFlow"/>
<enumeration value="saltAndGritSpreading"/>
<enumeration value="slowMoving"/>
<enumeration value="snowClearing"/>
<enumeration value="stoppingToServiceEquipments"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
MAINTENANCE_VEHICLES_MERGING_INTO_TRAFFIC_FLOW |
SALT_AND_GRIT_SPREADING |
SLOW_MOVING |
SNOW_CLEARING |
STOPPING_TO_SERVICE_EQUIPMENTS |
| Modifier and Type | Method and Description |
|---|---|
static MaintenanceVehicleActionsEnum |
fromValue(String v) |
String |
value() |
static MaintenanceVehicleActionsEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MaintenanceVehicleActionsEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MaintenanceVehicleActionsEnum MAINTENANCE_VEHICLES_MERGING_INTO_TRAFFIC_FLOW
public static final MaintenanceVehicleActionsEnum SALT_AND_GRIT_SPREADING
public static final MaintenanceVehicleActionsEnum SLOW_MOVING
public static final MaintenanceVehicleActionsEnum SNOW_CLEARING
public static final MaintenanceVehicleActionsEnum STOPPING_TO_SERVICE_EQUIPMENTS
public static MaintenanceVehicleActionsEnum[] values()
for (MaintenanceVehicleActionsEnum c : MaintenanceVehicleActionsEnum.values()) System.out.println(c);
public static MaintenanceVehicleActionsEnum 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 MaintenanceVehicleActionsEnum fromValue(String v)
Copyright © 2014–2015 Centrum dopravního výzkumu, v.v.i.. All rights reserved.