Package | Description |
---|---|
eu.datex2.schema.dynamisch.messstellen.umfelddaten |
Modifier and Type | Field and Description |
---|---|
protected java.util.List<WeatherRelatedRoadConditionTypeEnum> |
RoadSurfaceConditionInformation.weatherRelatedRoadConditionTypes |
Modifier and Type | Method and Description |
---|---|
static WeatherRelatedRoadConditionTypeEnum |
WeatherRelatedRoadConditionTypeEnum.fromValue(java.lang.String v) |
static WeatherRelatedRoadConditionTypeEnum |
WeatherRelatedRoadConditionTypeEnum.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static WeatherRelatedRoadConditionTypeEnum[] |
WeatherRelatedRoadConditionTypeEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<WeatherRelatedRoadConditionTypeEnum> |
RoadSurfaceConditionInformation.getWeatherRelatedRoadConditionTypes()
Gets the value of the weatherRelatedRoadConditionTypes property.
|