Uses of Class
org.onebusaway.gtfs.model.translation.PropertyTranslation
-
Packages that use PropertyTranslation Package Description org.onebusaway.gtfs.model.translation -
-
Uses of PropertyTranslation in org.onebusaway.gtfs.model.translation
Methods in org.onebusaway.gtfs.model.translation that return types with arguments of type PropertyTranslation Modifier and Type Method Description List<PropertyTranslation>TranslationServiceData. getTranslationsByTypeAndLanguage(Class<?> type, String language)Methods in org.onebusaway.gtfs.model.translation with parameters of type PropertyTranslation Modifier and Type Method Description voidTranslationServiceData. putTranslation(Class<?> type, String language, PropertyTranslation translation)
-