Uses of Class
eu.datex2.siri20.schema._2_0rc1._2_0.VehicleUsageEnum
-
Packages that use VehicleUsageEnum Package Description eu.datex2.siri20.schema._2_0rc1._2_0 -
-
Uses of VehicleUsageEnum in eu.datex2.siri20.schema._2_0rc1._2_0
Fields in eu.datex2.siri20.schema._2_0rc1._2_0 declared as VehicleUsageEnum Modifier and Type Field Description protected VehicleUsageEnumVehicleCharacteristics. vehicleUsageMethods in eu.datex2.siri20.schema._2_0rc1._2_0 that return VehicleUsageEnum Modifier and Type Method Description static VehicleUsageEnumVehicleUsageEnum. fromValue(String v)VehicleUsageEnumVehicleCharacteristics. getVehicleUsage()Gets the value of the vehicleUsage property.static VehicleUsageEnumVehicleUsageEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static VehicleUsageEnum[]VehicleUsageEnum. 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 with parameters of type VehicleUsageEnum Modifier and Type Method Description voidVehicleCharacteristics. setVehicleUsage(VehicleUsageEnum value)Sets the value of the vehicleUsage property.
-