Package | Description |
---|---|
eu.datex2.schema.dynamisch.tmcmeldungen |
Modifier and Type | Field and Description |
---|---|
protected DrivingConditionTypeEnum |
Conditions.drivingConditionType |
Modifier and Type | Method and Description |
---|---|
static DrivingConditionTypeEnum |
DrivingConditionTypeEnum.fromValue(java.lang.String v) |
DrivingConditionTypeEnum |
Conditions.getDrivingConditionType()
Gets the value of the drivingConditionType property.
|
static DrivingConditionTypeEnum |
DrivingConditionTypeEnum.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DrivingConditionTypeEnum[] |
DrivingConditionTypeEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Conditions.setDrivingConditionType(DrivingConditionTypeEnum value)
Sets the value of the drivingConditionType property.
|