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