Package | Description |
---|---|
eu.datex2.schema.dynamisch.tmcmeldungen |
Modifier and Type | Field and Description |
---|---|
protected OpenlrFunctionalRoadClassEnum |
OpenlrLineAttributes.openlrFunctionalRoadClass |
protected OpenlrFunctionalRoadClassEnum |
OpenlrPathAttributes.openlrLowestFRCToNextLRPoint |
Modifier and Type | Method and Description |
---|---|
static OpenlrFunctionalRoadClassEnum |
OpenlrFunctionalRoadClassEnum.fromValue(java.lang.String v) |
OpenlrFunctionalRoadClassEnum |
OpenlrLineAttributes.getOpenlrFunctionalRoadClass()
Gets the value of the openlrFunctionalRoadClass property.
|
OpenlrFunctionalRoadClassEnum |
OpenlrPathAttributes.getOpenlrLowestFRCToNextLRPoint()
Gets the value of the openlrLowestFRCToNextLRPoint property.
|
static OpenlrFunctionalRoadClassEnum |
OpenlrFunctionalRoadClassEnum.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static OpenlrFunctionalRoadClassEnum[] |
OpenlrFunctionalRoadClassEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
OpenlrLineAttributes.setOpenlrFunctionalRoadClass(OpenlrFunctionalRoadClassEnum value)
Sets the value of the openlrFunctionalRoadClass property.
|
void |
OpenlrPathAttributes.setOpenlrLowestFRCToNextLRPoint(OpenlrFunctionalRoadClassEnum value)
Sets the value of the openlrLowestFRCToNextLRPoint property.
|