public enum VmsDatexSupplementalPictogramEnum extends Enum<VmsDatexSupplementalPictogramEnum>
Java class for VmsDatexSupplementalPictogramEnum.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="VmsDatexSupplementalPictogramEnum">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="distanceToTheBeginningofTheApplicationZone"/>
<enumeration value="exceptAnyPowerDrivenVehicleDrawingTrailer"/>
<enumeration value="exceptBus"/>
<enumeration value="exceptGoodsVehicles"/>
<enumeration value="exceptSemiTrailer"/>
<enumeration value="exceptVehiclesCarryingDangerousGoods"/>
<enumeration value="inCaseOfIceOrSnow"/>
<enumeration value="lengthOfTheApplicationZone"/>
<enumeration value="restrictedToAnyPowerDrivenVehicleDrawingTrailer"/>
<enumeration value="restricetdToBus"/>
<enumeration value="restrictedToGoodsVehicles"/>
<enumeration value="restrictedToSemiTrailer"/>
<enumeration value="restrictedToVehiclesCarryingDangerousGoods"/>
<enumeration value="maintenanceVehicles"/>
<enumeration value="snowPloughs"/>
<enumeration value="other"/>
</restriction>
</simpleType>
| Modifier and Type | Method and Description |
|---|---|
static VmsDatexSupplementalPictogramEnum |
fromValue(String v) |
String |
value() |
static VmsDatexSupplementalPictogramEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VmsDatexSupplementalPictogramEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VmsDatexSupplementalPictogramEnum DISTANCE_TO_THE_BEGINNINGOF_THE_APPLICATION_ZONE
public static final VmsDatexSupplementalPictogramEnum EXCEPT_ANY_POWER_DRIVEN_VEHICLE_DRAWING_TRAILER
public static final VmsDatexSupplementalPictogramEnum EXCEPT_BUS
public static final VmsDatexSupplementalPictogramEnum EXCEPT_GOODS_VEHICLES
public static final VmsDatexSupplementalPictogramEnum EXCEPT_SEMI_TRAILER
public static final VmsDatexSupplementalPictogramEnum EXCEPT_VEHICLES_CARRYING_DANGEROUS_GOODS
public static final VmsDatexSupplementalPictogramEnum IN_CASE_OF_ICE_OR_SNOW
public static final VmsDatexSupplementalPictogramEnum LENGTH_OF_THE_APPLICATION_ZONE
public static final VmsDatexSupplementalPictogramEnum RESTRICTED_TO_ANY_POWER_DRIVEN_VEHICLE_DRAWING_TRAILER
public static final VmsDatexSupplementalPictogramEnum RESTRICETD_TO_BUS
public static final VmsDatexSupplementalPictogramEnum RESTRICTED_TO_GOODS_VEHICLES
public static final VmsDatexSupplementalPictogramEnum RESTRICTED_TO_SEMI_TRAILER
public static final VmsDatexSupplementalPictogramEnum RESTRICTED_TO_VEHICLES_CARRYING_DANGEROUS_GOODS
public static final VmsDatexSupplementalPictogramEnum MAINTENANCE_VEHICLES
public static final VmsDatexSupplementalPictogramEnum SNOW_PLOUGHS
public static final VmsDatexSupplementalPictogramEnum OTHER
public static VmsDatexSupplementalPictogramEnum[] values()
for (VmsDatexSupplementalPictogramEnum c : VmsDatexSupplementalPictogramEnum.values()) System.out.println(c);
public static VmsDatexSupplementalPictogramEnum 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 VmsDatexSupplementalPictogramEnum fromValue(String v)
Copyright © 2014–2015 Centrum dopravního výzkumu, v.v.i.. All rights reserved.