Uses of Class
uk.org.siri.siri13.VehicleModesEnumeration
-
Packages that use VehicleModesEnumeration Package Description uk.org.siri.siri13 -
-
Uses of VehicleModesEnumeration in uk.org.siri.siri13
Fields in uk.org.siri.siri13 with type parameters of type VehicleModesEnumeration Modifier and Type Field Description protected List<VehicleModesEnumeration>DatedTimetableVersionFrame. vehicleModesprotected List<VehicleModesEnumeration>DatedVehicleJourney. vehicleModesprotected List<VehicleModesEnumeration>EstimatedVehicleJourney. vehicleModesprotected List<VehicleModesEnumeration>InterchangeJourneyStructure. vehicleModesprotected List<VehicleModesEnumeration>MonitoredFeederArrivalCancellationStructure. vehicleModesprotected List<VehicleModesEnumeration>MonitoredStopVisitCancellationStructure. vehicleModesprotected List<VehicleModesEnumeration>MonitoredVehicleJourneyStructure. vehicleModesprotected List<VehicleModesEnumeration>TargetedVehicleJourneyStructure. vehicleModesprotected List<VehicleModesEnumeration>TimetabledFeederArrival. vehicleModesprotected List<VehicleModesEnumeration>TimetabledFeederArrivalCancellation. vehicleModesprotected List<VehicleModesEnumeration>TimetabledStopVisitCancellationStructure. vehicleModesprotected List<VehicleModesEnumeration>VehicleActivityCancellationStructure. vehicleModesMethods in uk.org.siri.siri13 that return VehicleModesEnumeration Modifier and Type Method Description static VehicleModesEnumerationVehicleModesEnumeration. fromValue(String v)static VehicleModesEnumerationVehicleModesEnumeration. valueOf(String name)Returns the enum constant of this type with the specified name.static VehicleModesEnumeration[]VehicleModesEnumeration. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in uk.org.siri.siri13 that return types with arguments of type VehicleModesEnumeration Modifier and Type Method Description List<VehicleModesEnumeration>DatedTimetableVersionFrame. getVehicleModes()Gets the value of the vehicleModes property.List<VehicleModesEnumeration>DatedVehicleJourney. getVehicleModes()Gets the value of the vehicleModes property.List<VehicleModesEnumeration>EstimatedVehicleJourney. getVehicleModes()Gets the value of the vehicleModes property.List<VehicleModesEnumeration>InterchangeJourneyStructure. getVehicleModes()Gets the value of the vehicleModes property.List<VehicleModesEnumeration>MonitoredFeederArrivalCancellationStructure. getVehicleModes()Gets the value of the vehicleModes property.List<VehicleModesEnumeration>MonitoredStopVisitCancellationStructure. getVehicleModes()Gets the value of the vehicleModes property.List<VehicleModesEnumeration>MonitoredVehicleJourneyStructure. getVehicleModes()Gets the value of the vehicleModes property.List<VehicleModesEnumeration>TargetedVehicleJourneyStructure. getVehicleModes()Gets the value of the vehicleModes property.List<VehicleModesEnumeration>TimetabledFeederArrival. getVehicleModes()Gets the value of the vehicleModes property.List<VehicleModesEnumeration>TimetabledFeederArrivalCancellation. getVehicleModes()Gets the value of the vehicleModes property.List<VehicleModesEnumeration>TimetabledStopVisitCancellationStructure. getVehicleModes()Gets the value of the vehicleModes property.List<VehicleModesEnumeration>VehicleActivityCancellationStructure. getVehicleModes()Gets the value of the vehicleModes property.
-