protected static enum UDRohdaten.RoadSurfaceInformationEnum extends java.lang.Enum<UDRohdaten.RoadSurfaceInformationEnum>
| Enum Constant and Description |
|---|
DEICING_CONCENTRATION
Restsalz.
|
DEPTH_OF_SNOW
Schneehöhe.
|
PROTECTION_TEMPERATURE
Gefriertemperatur.
|
ROAD_SURFACE_TEMPERATURE
Oberflächentemperatur.
|
WATER_FILM_THICKNESS
Wasserfilmdicke.
|
| Modifier and Type | Method and Description |
|---|---|
static UDRohdaten.RoadSurfaceInformationEnum |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static UDRohdaten.RoadSurfaceInformationEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UDRohdaten.RoadSurfaceInformationEnum ROAD_SURFACE_TEMPERATURE
public static final UDRohdaten.RoadSurfaceInformationEnum PROTECTION_TEMPERATURE
public static final UDRohdaten.RoadSurfaceInformationEnum DEICING_CONCENTRATION
public static final UDRohdaten.RoadSurfaceInformationEnum DEPTH_OF_SNOW
public static final UDRohdaten.RoadSurfaceInformationEnum WATER_FILM_THICKNESS
public static UDRohdaten.RoadSurfaceInformationEnum[] values()
for (UDRohdaten.RoadSurfaceInformationEnum c : UDRohdaten.RoadSurfaceInformationEnum.values()) System.out.println(c);
public static UDRohdaten.RoadSurfaceInformationEnum 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 null