Package org.joda.time.tz
Interface NameProvider
-
- All Known Implementing Classes:
DefaultNameProvider
public interface NameProviderService provider factory for localized time zone names.- Since:
- 1.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetName(Locale locale, String id, String nameKey)Returns a localized name, or null if not found.StringgetShortName(Locale locale, String id, String nameKey)Returns a localized short name, or null if not found.
-