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