Uses of Class
org.onebusaway.gtfs.model.Level
-
Packages that use Level Package Description org.onebusaway.gtfs.impl org.onebusaway.gtfs.model org.onebusaway.gtfs.services -
-
Uses of Level in org.onebusaway.gtfs.impl
Methods in org.onebusaway.gtfs.impl that return Level Modifier and Type Method Description LevelGtfsDaoImpl. getLevelForId(AgencyAndId id)LevelGtfsDataServiceImpl. getLevelForId(AgencyAndId id)Methods in org.onebusaway.gtfs.impl that return types with arguments of type Level Modifier and Type Method Description Collection<Level>GtfsDaoImpl. getAllLevels()Collection<Level>GtfsDataServiceImpl. getAllLevels() -
Uses of Level in org.onebusaway.gtfs.model
Methods in org.onebusaway.gtfs.model that return Level Modifier and Type Method Description LevelStop. getLevel()Methods in org.onebusaway.gtfs.model with parameters of type Level Modifier and Type Method Description voidStop. setLevel(Level level) -
Uses of Level in org.onebusaway.gtfs.services
Methods in org.onebusaway.gtfs.services that return Level Modifier and Type Method Description LevelGtfsDao. getLevelForId(AgencyAndId id)Methods in org.onebusaway.gtfs.services that return types with arguments of type Level Modifier and Type Method Description Collection<Level>GtfsDao. getAllLevels()
-