Uses of Class
eu.datex2.siri20.schema._2_0rc1._2_0.LaneEnum
-
Packages that use LaneEnum Package Description eu.datex2.siri20.schema._2_0rc1._2_0 -
-
Uses of LaneEnum in eu.datex2.siri20.schema._2_0rc1._2_0
Fields in eu.datex2.siri20.schema._2_0rc1._2_0 declared as LaneEnum Modifier and Type Field Description protected LaneEnumLocationCharacteristicsOverride. measurementLanesOverrideprotected LaneEnumMeasurementSpecificCharacteristics. specificLaneFields in eu.datex2.siri20.schema._2_0rc1._2_0 with type parameters of type LaneEnum Modifier and Type Field Description protected List<LaneEnum>SupplementaryPositionalDescription. lanesprotected List<LaneEnum>RoadOrCarriagewayOrLaneManagement. specifiedLanesMethods in eu.datex2.siri20.schema._2_0rc1._2_0 that return LaneEnum Modifier and Type Method Description static LaneEnumLaneEnum. fromValue(String v)LaneEnumLocationCharacteristicsOverride. getMeasurementLanesOverride()Gets the value of the measurementLanesOverride property.LaneEnumMeasurementSpecificCharacteristics. getSpecificLane()Gets the value of the specificLane property.static LaneEnumLaneEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static LaneEnum[]LaneEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in eu.datex2.siri20.schema._2_0rc1._2_0 that return types with arguments of type LaneEnum Modifier and Type Method Description List<LaneEnum>SupplementaryPositionalDescription. getLanes()Gets the value of the lanes property.List<LaneEnum>RoadOrCarriagewayOrLaneManagement. getSpecifiedLanes()Gets the value of the specifiedLanes property.Methods in eu.datex2.siri20.schema._2_0rc1._2_0 with parameters of type LaneEnum Modifier and Type Method Description voidLocationCharacteristicsOverride. setMeasurementLanesOverride(LaneEnum value)Sets the value of the measurementLanesOverride property.voidMeasurementSpecificCharacteristics. setSpecificLane(LaneEnum value)Sets the value of the specificLane property.
-