Interface PhoneCountryConstantsProvider
- All Known Implementing Classes:
PhoneCountryConstantsProviderImpl
public interface PhoneCountryConstantsProvider
utility interface for phone country constants provider.
- Author:
- Manfred Tremmel
-
Method Summary
Modifier and TypeMethodDescriptionget phone country constants for current local.getPhoneCountryConstants(Locale plocale) get phone country constants for given local.voidset phone country constants when they are available.voidsetPhoneCountrySharedConstantsWhenAvailable(Locale plocale, HasSetPhoneCountrySharedConstants preceiver) set phone country constants for given local when they are available.
-
Method Details
-
getPhoneCountryConstants
PhoneCountrySharedConstants getPhoneCountryConstants()get phone country constants for current local.- Returns:
- PhoneCountrySharedConstants
-
getPhoneCountryConstants
get phone country constants for given local.- Parameters:
plocale- local to get for- Returns:
- PhoneCountrySharedConstants
-