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