| Package | Description |
|---|---|
| org.iban4j |
Root package for iban4j implementation.
|
| Modifier and Type | Method and Description |
|---|---|
static IbanFormat |
IbanFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IbanFormat[] |
IbanFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
IbanUtil.validate(String iban,
IbanFormat format)
Validates iban.
|
static Iban |
Iban.valueOf(String iban,
IbanFormat format)
Returns an Iban object holding the value of the specified String.
|
Copyright © 2020. All rights reserved.