Package | Description |
---|---|
eu.datex2.schema.dynamisch.messquerschnitte.verkehrslage |
Modifier and Type | Field and Description |
---|---|
protected TrafficStatusEnum |
ReferenceSettings.trafficStatusDefault |
protected TrafficStatusEnum |
TrafficStatusValue.trafficStatusValue |
Modifier and Type | Method and Description |
---|---|
static TrafficStatusEnum |
TrafficStatusEnum.fromValue(java.lang.String v) |
TrafficStatusEnum |
ReferenceSettings.getTrafficStatusDefault()
Gets the value of the trafficStatusDefault property.
|
TrafficStatusEnum |
TrafficStatusValue.getTrafficStatusValue()
Gets the value of the trafficStatusValue property.
|
static TrafficStatusEnum |
TrafficStatusEnum.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TrafficStatusEnum[] |
TrafficStatusEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ReferenceSettings.setTrafficStatusDefault(TrafficStatusEnum value)
Sets the value of the trafficStatusDefault property.
|
void |
TrafficStatusValue.setTrafficStatusValue(TrafficStatusEnum value)
Sets the value of the trafficStatusValue property.
|