public enum PhysicalMountingEnum extends Enum<PhysicalMountingEnum>
Java class for PhysicalMountingEnum.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="PhysicalMountingEnum">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="centralReservationMounted"/>
<enumeration value="gantryMounted"/>
<enumeration value="overheadBridgeMounted"/>
<enumeration value="roadsideCantileverMounted"/>
<enumeration value="roadsideMounted"/>
<enumeration value="trailerMounted"/>
<enumeration value="tunnelEntranceMounted"/>
<enumeration value="vehicleMounted"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
CENTRAL_RESERVATION_MOUNTED |
GANTRY_MOUNTED |
OVERHEAD_BRIDGE_MOUNTED |
ROADSIDE_CANTILEVER_MOUNTED |
ROADSIDE_MOUNTED |
TRAILER_MOUNTED |
TUNNEL_ENTRANCE_MOUNTED |
VEHICLE_MOUNTED |
| Modifier and Type | Method and Description |
|---|---|
static PhysicalMountingEnum |
fromValue(String v) |
String |
value() |
static PhysicalMountingEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PhysicalMountingEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PhysicalMountingEnum CENTRAL_RESERVATION_MOUNTED
public static final PhysicalMountingEnum GANTRY_MOUNTED
public static final PhysicalMountingEnum OVERHEAD_BRIDGE_MOUNTED
public static final PhysicalMountingEnum ROADSIDE_CANTILEVER_MOUNTED
public static final PhysicalMountingEnum ROADSIDE_MOUNTED
public static final PhysicalMountingEnum TRAILER_MOUNTED
public static final PhysicalMountingEnum TUNNEL_ENTRANCE_MOUNTED
public static final PhysicalMountingEnum VEHICLE_MOUNTED
public static PhysicalMountingEnum[] values()
for (PhysicalMountingEnum c : PhysicalMountingEnum.values()) System.out.println(c);
public static PhysicalMountingEnum 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 PhysicalMountingEnum fromValue(String v)
Copyright © 2014–2015 Centrum dopravního výzkumu, v.v.i.. All rights reserved.