public enum MeasuredOrDerivedDataTypeEnum extends java.lang.Enum<MeasuredOrDerivedDataTypeEnum>
Java class for MeasuredOrDerivedDataTypeEnum.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="MeasuredOrDerivedDataTypeEnum"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="humidityInformation"/> <enumeration value="individualVehicleMeasurements"/> <enumeration value="pollutionInformation"/> <enumeration value="precipitationInformation"/> <enumeration value="pressureInformation"/> <enumeration value="radiationInformation"/> <enumeration value="roadSurfaceConditionInformation"/> <enumeration value="temperatureInformation"/> <enumeration value="trafficConcentration"/> <enumeration value="trafficFlow"/> <enumeration value="trafficHeadway"/> <enumeration value="trafficSpeed"/> <enumeration value="trafficStatusInformation"/> <enumeration value="travelTimeInformation"/> <enumeration value="visibilityInformation"/> <enumeration value="windInformation"/> </restriction> </simpleType>
Enum Constant and Description |
---|
HUMIDITY_INFORMATION
Measured or derived humidity information.
|
INDIVIDUAL_VEHICLE_MEASUREMENTS
Measured or derived individual vehicle measurements.
|
POLLUTION_INFORMATION
Measured or derived pollution information.
|
PRECIPITATION_INFORMATION
Measured or derived precipitation information.
|
PRESSURE_INFORMATION
Measured or derived pressure information.
|
RADIATION_INFORMATION
Measured or derived radiation information.
|
ROAD_SURFACE_CONDITION_INFORMATION
Measured or derived road surface conditions information.
|
TEMPERATURE_INFORMATION
Measured or derived temperature information.
|
TRAFFIC_CONCENTRATION
Measured or derived traffic concentration information.
|
TRAFFIC_FLOW
Measured or derived traffic flow information.
|
TRAFFIC_HEADWAY
Measured or derived traffic headway information.
|
TRAFFIC_SPEED
Measured or derived traffic speed information.
|
TRAFFIC_STATUS_INFORMATION
Measured or derived traffic status information.
|
TRAVEL_TIME_INFORMATION
Measured or derived travel time information.
|
VISIBILITY_INFORMATION
Measured or derived visibility information.
|
WIND_INFORMATION
Measured or derived wind information.
|
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
value |
Modifier and Type | Method and Description |
---|---|
static MeasuredOrDerivedDataTypeEnum |
fromValue(java.lang.String v) |
java.lang.String |
value() |
static MeasuredOrDerivedDataTypeEnum |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MeasuredOrDerivedDataTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MeasuredOrDerivedDataTypeEnum HUMIDITY_INFORMATION
public static final MeasuredOrDerivedDataTypeEnum INDIVIDUAL_VEHICLE_MEASUREMENTS
public static final MeasuredOrDerivedDataTypeEnum POLLUTION_INFORMATION
public static final MeasuredOrDerivedDataTypeEnum PRECIPITATION_INFORMATION
public static final MeasuredOrDerivedDataTypeEnum PRESSURE_INFORMATION
public static final MeasuredOrDerivedDataTypeEnum RADIATION_INFORMATION
public static final MeasuredOrDerivedDataTypeEnum ROAD_SURFACE_CONDITION_INFORMATION
public static final MeasuredOrDerivedDataTypeEnum TEMPERATURE_INFORMATION
public static final MeasuredOrDerivedDataTypeEnum TRAFFIC_CONCENTRATION
public static final MeasuredOrDerivedDataTypeEnum TRAFFIC_FLOW
public static final MeasuredOrDerivedDataTypeEnum TRAFFIC_HEADWAY
public static final MeasuredOrDerivedDataTypeEnum TRAFFIC_SPEED
public static final MeasuredOrDerivedDataTypeEnum TRAFFIC_STATUS_INFORMATION
public static final MeasuredOrDerivedDataTypeEnum TRAVEL_TIME_INFORMATION
public static final MeasuredOrDerivedDataTypeEnum VISIBILITY_INFORMATION
public static final MeasuredOrDerivedDataTypeEnum WIND_INFORMATION
public static MeasuredOrDerivedDataTypeEnum[] values()
for (MeasuredOrDerivedDataTypeEnum c : MeasuredOrDerivedDataTypeEnum.values()) System.out.println(c);
public static MeasuredOrDerivedDataTypeEnum valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String value()
public static MeasuredOrDerivedDataTypeEnum fromValue(java.lang.String v)