Package org.iban4j.bban
Class BbanStructure
java.lang.Object
org.iban4j.bban.BbanStructure
Class that represents BBAN structure
-
Method Summary
Modifier and TypeMethodDescriptionstatic BbanStructureforCountry(CountryCode countryCode) intReturns the length of bban.static booleanhasNationalCheckDigit(CountryCode countryCode) Checks whether national Check digit is mandatory for specific countrystatic List<CountryCode>
-
Method Details
-
forCountry
- Parameters:
countryCode- the country code.- Returns:
- BbanStructure for specified country or null if country is not supported.
-
hasNationalCheckDigit
Checks whether national Check digit is mandatory for specific country- Parameters:
countryCode- the country code- Returns:
- true/false
-
getEntries
-
supportedCountries
-
getBbanLength
public int getBbanLength()Returns the length of bban.- Returns:
- int length
-