Uses of Class
org.onebusaway.gtfs.model.RiderCategory
-
Packages that use RiderCategory Package Description org.onebusaway.gtfs.impl org.onebusaway.gtfs.model org.onebusaway.gtfs.services -
-
Uses of RiderCategory in org.onebusaway.gtfs.impl
Methods in org.onebusaway.gtfs.impl that return types with arguments of type RiderCategory Modifier and Type Method Description Collection<RiderCategory>GtfsDaoImpl. getAllRiderCategories()Collection<RiderCategory>GtfsDataServiceImpl. getAllRiderCategories() -
Uses of RiderCategory in org.onebusaway.gtfs.model
Methods in org.onebusaway.gtfs.model that return RiderCategory Modifier and Type Method Description RiderCategoryFareMedium. getRiderCategory()RiderCategoryFareProduct. getRiderCategory()Methods in org.onebusaway.gtfs.model with parameters of type RiderCategory Modifier and Type Method Description voidFareMedium. setRiderCategory(RiderCategory riderCategory)voidFareProduct. setRiderCategory(RiderCategory riderCategory) -
Uses of RiderCategory in org.onebusaway.gtfs.services
Methods in org.onebusaway.gtfs.services that return types with arguments of type RiderCategory Modifier and Type Method Description Collection<RiderCategory>GtfsDao. getAllRiderCategories()RiderCategoryMethods
-