Uses of Class
de.knightsoftnet.validators.shared.data.PhoneCountryCodeData
Packages that use PhoneCountryCodeData
Package
Description
this package contains interfaces for constants.
-
Uses of PhoneCountryCodeData in de.knightsoftnet.validators.shared.data
Methods in de.knightsoftnet.validators.shared.data that return PhoneCountryCodeDataMethods in de.knightsoftnet.validators.shared.data that return types with arguments of type PhoneCountryCodeDataModifier and TypeMethodDescriptionPhoneCountryConstantsImpl.getCountryCode()PhoneCountrySharedConstants.getCountryCode()protected static Set<PhoneCountryCodeData>AbstractCreateClass.readPhoneCountryProperties(Locale plocale, Map<String, String> pphoneCountryNames, Map<String, String> pphoneCountryCodes) Methods in de.knightsoftnet.validators.shared.data with parameters of type PhoneCountryCodeDataModifier and TypeMethodDescriptionprotected static PhoneCountryDataAbstractCreateClass.addCountryToPhoneMap(Map<String, String> pphoneCountryNames, Map<String, PhoneCountryData> pcountryPhoneMap, Map<String, String> pphoneTrunkAndExitCodes, PhoneCountryCodeData pentry, String pcountryCode) intPhoneCountryCodeData.compareTo(PhoneCountryCodeData pcompare) voidPhoneCountryData.setCountryCodeData(PhoneCountryCodeData countryCodeData) Method parameters in de.knightsoftnet.validators.shared.data with type arguments of type PhoneCountryCodeDataModifier and TypeMethodDescriptionprotected static Map<String,PhoneCountryData> AbstractCreateClass.createMapFromPhoneCountry(Locale plocale, Set<PhoneCountryCodeData> pcountries, Map<String, String> pphoneCountryNames, Map<String, String> pphoneCountryCodes) voidPhoneCountryConstantsImpl.setCountryCode(Set<PhoneCountryCodeData> countryCode) setter for country code set.Constructors in de.knightsoftnet.validators.shared.data with parameters of type PhoneCountryCodeDataModifierConstructorDescriptionPhoneCountryData(String pcountryCode, String pcountryCodeName, String ptrunkCode, String pexitCode, boolean pareaCodeMustBeFilled, PhoneCountryCodeData pcountryCodeData) constructor initializing fields.Constructor parameters in de.knightsoftnet.validators.shared.data with type arguments of type PhoneCountryCodeDataModifierConstructorDescriptionPhoneCountryConstantsImpl(Set<PhoneCountryCodeData> pcountryCode, Map<String, PhoneCountryData> pcountryMap) constructor initializing set.