Uses of Class
eu.datex2.siri14.schema._1_0._1_0.TrafficDestinationTypeEnum
-
Packages that use TrafficDestinationTypeEnum Package Description eu.datex2.siri14.schema._1_0._1_0 -
-
Uses of TrafficDestinationTypeEnum in eu.datex2.siri14.schema._1_0._1_0
Fields in eu.datex2.siri14.schema._1_0._1_0 declared as TrafficDestinationTypeEnum Modifier and Type Field Description protected TrafficDestinationTypeEnumVehicleAndTrafficTypeAdvice. forTrafficOfTypeprotected TrafficDestinationTypeEnumStoZ. trafficDestinationTypeEnumMethods in eu.datex2.siri14.schema._1_0._1_0 that return TrafficDestinationTypeEnum Modifier and Type Method Description static TrafficDestinationTypeEnumTrafficDestinationTypeEnum. fromValue(String v)TrafficDestinationTypeEnumVehicleAndTrafficTypeAdvice. getForTrafficOfType()Gets the value of the forTrafficOfType property.TrafficDestinationTypeEnumStoZ. getTrafficDestinationTypeEnum()Gets the value of the trafficDestinationTypeEnum property.static TrafficDestinationTypeEnumTrafficDestinationTypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static TrafficDestinationTypeEnum[]TrafficDestinationTypeEnum. 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 TrafficDestinationTypeEnum Modifier and Type Method Description voidVehicleAndTrafficTypeAdvice. setForTrafficOfType(TrafficDestinationTypeEnum value)Sets the value of the forTrafficOfType property.voidStoZ. setTrafficDestinationTypeEnum(TrafficDestinationTypeEnum value)Sets the value of the trafficDestinationTypeEnum property.
-