Uses of Enum
org.iban4j.CountryCode
Packages that use CountryCode
Package
Description
Root package for iban4j implementation.
Bban classes for iban4j implementation.
-
Uses of CountryCode in org.iban4j
Methods in org.iban4j that return CountryCodeModifier and TypeMethodDescriptionstatic CountryCodeBic.getCountryCode()Returns the country code from the Bic.Iban.getCountryCode()Returns iban's country code.static CountryCodeReturns the enum constant of this type with the specified name.static CountryCode[]CountryCode.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.iban4j with parameters of type CountryCodeModifier and TypeMethodDescriptionIban.Builder.countryCode(CountryCode countryCode) Sets iban's country code.static intIbanUtil.getIbanLength(CountryCode countryCode) Returns iban length for the specified country.static booleanIbanUtil.isSupportedCountry(CountryCode countryCode) Checks whether country is supporting iban.static IbanIban.random(CountryCode cc) -
Uses of CountryCode in org.iban4j.bban
Methods in org.iban4j.bban that return types with arguments of type CountryCodeMethods in org.iban4j.bban with parameters of type CountryCodeModifier and TypeMethodDescriptionstatic BbanStructureBbanStructure.forCountry(CountryCode countryCode) static booleanBbanStructure.hasNationalCheckDigit(CountryCode countryCode) Checks whether national Check digit is mandatory for specific country