Uses of Class
eu.datex2.siri13.schema._1_0._1_0.LaneUsageEnum
-
Packages that use LaneUsageEnum Package Description eu.datex2.siri13.schema._1_0._1_0 -
-
Uses of LaneUsageEnum in eu.datex2.siri13.schema._1_0._1_0
Fields in eu.datex2.siri13.schema._1_0._1_0 declared as LaneUsageEnum Modifier and Type Field Description protected LaneUsageEnumLaneUsage. laneUsageAdviceprotected LaneUsageEnumItoM. laneUsageEnumMethods in eu.datex2.siri13.schema._1_0._1_0 that return LaneUsageEnum Modifier and Type Method Description static LaneUsageEnumLaneUsageEnum. fromValue(String v)LaneUsageEnumLaneUsage. getLaneUsageAdvice()Gets the value of the laneUsageAdvice property.LaneUsageEnumItoM. getLaneUsageEnum()Gets the value of the laneUsageEnum property.static LaneUsageEnumLaneUsageEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static LaneUsageEnum[]LaneUsageEnum. 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 with parameters of type LaneUsageEnum Modifier and Type Method Description voidLaneUsage. setLaneUsageAdvice(LaneUsageEnum value)Sets the value of the laneUsageAdvice property.voidItoM. setLaneUsageEnum(LaneUsageEnum value)Sets the value of the laneUsageEnum property.
-