Uses of Class
de.knightsoftnet.validators.shared.data.CountryEnum
-
Packages that use CountryEnum Package Description de.knightsoftnet.validators.shared.data this package contains interfaces for constants.de.knightsoftnet.validators.shared.util utility classes which can be used on server and client side. -
-
Uses of CountryEnum in de.knightsoftnet.validators.shared.data
Methods in de.knightsoftnet.validators.shared.data that return CountryEnum Modifier and Type Method Description CountryEnumCountryBankAccountBicData. getCountryCode()CountryEnumCountryBankAccountData. getCountryCode()static CountryEnumCountryEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static CountryEnum[]CountryEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.knightsoftnet.validators.shared.data that return types with arguments of type CountryEnum Modifier and Type Method Description Map<CountryEnum,IbanLengthDefinition>IbanLengthMapConstantsImpl. getIbanLengthMap()Map<CountryEnum,IbanLengthDefinition>IbanLengthMapSharedConstants. getIbanLengthMap()Map<CountryEnum,String>VatIdMapConstantsImpl. vatIds()Map<CountryEnum,String>VatIdMapSharedConstants. vatIds()Methods in de.knightsoftnet.validators.shared.data with parameters of type CountryEnum Modifier and Type Method Description voidBankAccountBicConstantsImpl. addBankAccounts(CountryEnum pcountry, Map<String,String> pmap)voidBankAccountBicSharedConstants. addBankAccounts(CountryEnum pcountry, Map<String,String> pmap)voidCountryBankAccountBicData. setCountryCode(CountryEnum countryCode)voidCountryBankAccountData. setCountryCode(CountryEnum countryCode)Method parameters in de.knightsoftnet.validators.shared.data with type arguments of type CountryEnum Modifier and Type Method Description voidIbanLengthMapConstantsImpl. setIbanLengthMap(Map<CountryEnum,IbanLengthDefinition> ibanLengthMap)setter for iban length map.Constructors in de.knightsoftnet.validators.shared.data with parameters of type CountryEnum Constructor Description CountryBankAccountBicData(CountryEnum pcountryCode, String pbankAccount, String pbic)constructor initializing fields.CountryBankAccountData(CountryEnum pcountryCode, String pbankAccount)constructor initializing fields. -
Uses of CountryEnum in de.knightsoftnet.validators.shared.util
Methods in de.knightsoftnet.validators.shared.util that return CountryEnum Modifier and Type Method Description static CountryEnumBicUtil. getCountryOfBic(String pstring)get country of bic.static CountryEnumAbstractIbanUtil. getCountryOfIban(String pstring)get country of iban.Methods in de.knightsoftnet.validators.shared.util with parameters of type CountryEnum Modifier and Type Method Description static StringRegionUtil. regionForCountryAndPostalCode(CountryEnum pcountryCode, String ppostalCode)get region for country code and postal code.static StringTaxNumberUtil. regionTaxToNational(String ptaxNumber, CountryEnum pcountryCode, String ppostalCode)get region for country code and postal code.
-