Uses of Class
de.knightsoftnet.validators.shared.data.PhoneCountryCodeData
-
Packages that use PhoneCountryCodeData Package Description de.knightsoftnet.validators.shared.data this package contains interfaces for constants. -
-
Uses of PhoneCountryCodeData in de.knightsoftnet.validators.shared.data
Methods in de.knightsoftnet.validators.shared.data that return PhoneCountryCodeData Modifier and Type Method Description PhoneCountryCodeDataPhoneCountryData. getCountryCodeData()Methods in de.knightsoftnet.validators.shared.data that return types with arguments of type PhoneCountryCodeData Modifier and Type Method Description Set<PhoneCountryCodeData>PhoneCountryConstantsImpl. getCountryCode()Set<PhoneCountryCodeData>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 PhoneCountryCodeData Modifier and Type Method Description protected 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 PhoneCountryCodeData Modifier and Type Method Description protected 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 PhoneCountryCodeData Constructor Description PhoneCountryData(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 PhoneCountryCodeData Constructor Description PhoneCountryConstantsImpl(Set<PhoneCountryCodeData> pcountryCode, Map<String,PhoneCountryData> pcountryMap)constructor initializing set.
-