Uses of Enum
de.knightsoftnet.validators.shared.data.CountryEnum
Packages that use CountryEnum
Package
Description
this package contains interfaces for constants.
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 CountryEnumModifier and TypeMethodDescriptionCountryBankAccountBicData.getCountryCode()CountryBankAccountData.getCountryCode()static CountryEnumReturns 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 CountryEnumModifier and TypeMethodDescriptionIbanLengthMapConstantsImpl.getIbanLengthMap()IbanLengthMapSharedConstants.getIbanLengthMap()VatIdMapConstantsImpl.vatIds()VatIdMapSharedConstants.vatIds()Methods in de.knightsoftnet.validators.shared.data with parameters of type CountryEnumModifier and TypeMethodDescriptionvoidBankAccountBicConstantsImpl.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 CountryEnumModifier and TypeMethodDescriptionvoidIbanLengthMapConstantsImpl.setIbanLengthMap(Map<CountryEnum, IbanLengthDefinition> ibanLengthMap) setter for iban length map.Constructors in de.knightsoftnet.validators.shared.data with parameters of type CountryEnumModifierConstructorDescriptionCountryBankAccountBicData(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 CountryEnumModifier and TypeMethodDescriptionfinal CountryEnumAbstractPhoneNumberUtil.detectCountryCode(PhoneNumberInterface phoneNumberData) detect country code for given phone number.final CountryEnumAbstractPhoneNumberUtil.detectCountryCode(String phoneNumber) detect country code for given phone number.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 CountryEnumModifier and TypeMethodDescriptionstatic 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.