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