Uses of Class
eu.datex2.siri13.schema._1_0._1_0.LanesEnum
-
Packages that use LanesEnum Package Description eu.datex2.siri13.schema._1_0._1_0 -
-
Uses of LanesEnum in eu.datex2.siri13.schema._1_0._1_0
Fields in eu.datex2.siri13.schema._1_0._1_0 declared as LanesEnum Modifier and Type Field Description protected LanesEnumLocationCharacteristicsOverride. measurementLanesOverrideprotected LanesEnumMeasurementSpecificCharacteristics. specificLaneFields in eu.datex2.siri13.schema._1_0._1_0 with type parameters of type LanesEnum Modifier and Type Field Description protected List<LanesEnum>SupplementaryPositionalDescription. lanesMethods in eu.datex2.siri13.schema._1_0._1_0 that return LanesEnum Modifier and Type Method Description static LanesEnumLanesEnum. fromValue(String v)LanesEnumLocationCharacteristicsOverride. getMeasurementLanesOverride()Gets the value of the measurementLanesOverride property.LanesEnumMeasurementSpecificCharacteristics. getSpecificLane()Gets the value of the specificLane property.static LanesEnumLanesEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static LanesEnum[]LanesEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in eu.datex2.siri13.schema._1_0._1_0 that return types with arguments of type LanesEnum Modifier and Type Method Description List<LanesEnum>SupplementaryPositionalDescription. getLanes()Gets the value of the lanes property.Methods in eu.datex2.siri13.schema._1_0._1_0 with parameters of type LanesEnum Modifier and Type Method Description voidLocationCharacteristicsOverride. setMeasurementLanesOverride(LanesEnum value)Sets the value of the measurementLanesOverride property.voidMeasurementSpecificCharacteristics. setSpecificLane(LanesEnum value)Sets the value of the specificLane property.
-