public enum EquipmentOrSystemTypeEnum extends Enum<EquipmentOrSystemTypeEnum>
Java class for EquipmentOrSystemTypeEnum.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="EquipmentOrSystemTypeEnum">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="anprCameras"/>
<enumeration value="automatedTollSystem"/>
<enumeration value="cctvCameras"/>
<enumeration value="emergencyRoadsideTelephones"/>
<enumeration value="galleryLights"/>
<enumeration value="laneControlSigns"/>
<enumeration value="levelCrossing"/>
<enumeration value="matrixSigns"/>
<enumeration value="rampControls"/>
<enumeration value="roadsideCommunicationsSystem"/>
<enumeration value="roadsidePowerSystem"/>
<enumeration value="speedControlSigns"/>
<enumeration value="streetLighting"/>
<enumeration value="temporaryTrafficLights"/>
<enumeration value="tollGates"/>
<enumeration value="trafficLightSets"/>
<enumeration value="trafficSignals"/>
<enumeration value="tunnelLights"/>
<enumeration value="tunnelVentilation"/>
<enumeration value="variableMessageSigns"/>
<enumeration value="other"/>
</restriction>
</simpleType>
| Modifier and Type | Method and Description |
|---|---|
static EquipmentOrSystemTypeEnum |
fromValue(String v) |
String |
value() |
static EquipmentOrSystemTypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EquipmentOrSystemTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EquipmentOrSystemTypeEnum ANPR_CAMERAS
public static final EquipmentOrSystemTypeEnum AUTOMATED_TOLL_SYSTEM
public static final EquipmentOrSystemTypeEnum CCTV_CAMERAS
public static final EquipmentOrSystemTypeEnum EMERGENCY_ROADSIDE_TELEPHONES
public static final EquipmentOrSystemTypeEnum GALLERY_LIGHTS
public static final EquipmentOrSystemTypeEnum LANE_CONTROL_SIGNS
public static final EquipmentOrSystemTypeEnum LEVEL_CROSSING
public static final EquipmentOrSystemTypeEnum MATRIX_SIGNS
public static final EquipmentOrSystemTypeEnum RAMP_CONTROLS
public static final EquipmentOrSystemTypeEnum ROADSIDE_COMMUNICATIONS_SYSTEM
public static final EquipmentOrSystemTypeEnum ROADSIDE_POWER_SYSTEM
public static final EquipmentOrSystemTypeEnum SPEED_CONTROL_SIGNS
public static final EquipmentOrSystemTypeEnum STREET_LIGHTING
public static final EquipmentOrSystemTypeEnum TEMPORARY_TRAFFIC_LIGHTS
public static final EquipmentOrSystemTypeEnum TOLL_GATES
public static final EquipmentOrSystemTypeEnum TRAFFIC_LIGHT_SETS
public static final EquipmentOrSystemTypeEnum TRAFFIC_SIGNALS
public static final EquipmentOrSystemTypeEnum TUNNEL_LIGHTS
public static final EquipmentOrSystemTypeEnum TUNNEL_VENTILATION
public static final EquipmentOrSystemTypeEnum VARIABLE_MESSAGE_SIGNS
public static final EquipmentOrSystemTypeEnum OTHER
public static EquipmentOrSystemTypeEnum[] values()
for (EquipmentOrSystemTypeEnum c : EquipmentOrSystemTypeEnum.values()) System.out.println(c);
public static EquipmentOrSystemTypeEnum 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 EquipmentOrSystemTypeEnum fromValue(String v)
Copyright © 2014–2015 Centrum dopravního výzkumu, v.v.i.. All rights reserved.