Uses of Class
eu.datex2.siri14.schema._1_0._1_0.RelativeTrafficFlowEnum
-
Packages that use RelativeTrafficFlowEnum Package Description eu.datex2.siri14.schema._1_0._1_0 -
-
Uses of RelativeTrafficFlowEnum in eu.datex2.siri14.schema._1_0._1_0
Fields in eu.datex2.siri14.schema._1_0._1_0 declared as RelativeTrafficFlowEnum Modifier and Type Field Description protected RelativeTrafficFlowEnumAbnormalTraffic. relativeTrafficFlowprotected RelativeTrafficFlowEnumNtoR. relativeTrafficFlowEnumMethods in eu.datex2.siri14.schema._1_0._1_0 that return RelativeTrafficFlowEnum Modifier and Type Method Description static RelativeTrafficFlowEnumRelativeTrafficFlowEnum. fromValue(String v)RelativeTrafficFlowEnumAbnormalTraffic. getRelativeTrafficFlow()Gets the value of the relativeTrafficFlow property.RelativeTrafficFlowEnumNtoR. getRelativeTrafficFlowEnum()Gets the value of the relativeTrafficFlowEnum property.static RelativeTrafficFlowEnumRelativeTrafficFlowEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static RelativeTrafficFlowEnum[]RelativeTrafficFlowEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in eu.datex2.siri14.schema._1_0._1_0 with parameters of type RelativeTrafficFlowEnum Modifier and Type Method Description voidAbnormalTraffic. setRelativeTrafficFlow(RelativeTrafficFlowEnum value)Sets the value of the relativeTrafficFlow property.voidNtoR. setRelativeTrafficFlowEnum(RelativeTrafficFlowEnum value)Sets the value of the relativeTrafficFlowEnum property.
-