Uses of Class
org.onebusaway.gtfs.model.Translation
-
Packages that use Translation Package Description org.onebusaway.gtfs.impl org.onebusaway.gtfs.model org.onebusaway.gtfs.model.translation org.onebusaway.gtfs.services -
-
Uses of Translation in org.onebusaway.gtfs.impl
Methods in org.onebusaway.gtfs.impl that return types with arguments of type Translation Modifier and Type Method Description Collection<Translation>GtfsDaoImpl. getAllTranslations()Collection<Translation>GtfsDataServiceImpl. getAllTranslations() -
Uses of Translation in org.onebusaway.gtfs.model
Constructors in org.onebusaway.gtfs.model with parameters of type Translation Constructor Description Translation(Translation t) -
Uses of Translation in org.onebusaway.gtfs.model.translation
Constructors in org.onebusaway.gtfs.model.translation with parameters of type Translation Constructor Description PropertyTranslation(String propertyName, Translation translation) -
Uses of Translation in org.onebusaway.gtfs.services
Methods in org.onebusaway.gtfs.services that return types with arguments of type Translation Modifier and Type Method Description Collection<Translation>GtfsDao. getAllTranslations()TranslationMethods
-