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