| Package | Description |
|---|---|
| org.iban4j |
Root package for iban4j implementation.
|
| org.iban4j.bban |
Bban classes for iban4j implementation.
|
| Modifier and Type | Method and Description |
|---|---|
static CountryCode |
CountryCode.getByCode(String code)
|
CountryCode |
Iban.getCountryCode()
Returns iban's country code.
|
CountryCode |
Bic.getCountryCode()
Returns the country code from the Bic.
|
static CountryCode |
CountryCode.valueOf(String name)
Returns 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.
|
| Modifier and Type | Method and Description |
|---|---|
Iban.Builder |
Iban.Builder.countryCode(CountryCode countryCode)
Sets iban's country code.
|
static int |
IbanUtil.getIbanLength(CountryCode countryCode)
Returns iban length for the specified country.
|
static boolean |
IbanUtil.isSupportedCountry(CountryCode countryCode)
Checks whether country is supporting iban.
|
static Iban |
Iban.random(CountryCode cc) |
| Modifier and Type | Method and Description |
|---|---|
static List<CountryCode> |
BbanStructure.supportedCountries() |
| Modifier and Type | Method and Description |
|---|---|
static BbanStructure |
BbanStructure.forCountry(CountryCode countryCode) |
Copyright © 2020. All rights reserved.