| Package | Description |
|---|---|
| org.iban4j |
Root package for iban4j implementation.
|
| org.iban4j.bban |
Bban classes for iban4j implementation.
|
| Modifier and Type | Method and Description |
|---|---|
BbanEntryType |
IbanFormatException.getBbanEntryType() |
| Constructor and Description |
|---|
IbanFormatException(IbanFormatException.IbanFormatViolation violation,
BbanEntryType entryType,
Object actual,
char invalidCharacter,
String s)
Constructs a
IbanFormatException with the
specified violation, entryType, actual value,
invalidCharacter and detail message. |
| Modifier and Type | Method and Description |
|---|---|
BbanEntryType |
BbanStructureEntry.getEntryType() |
static BbanEntryType |
BbanEntryType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BbanEntryType[] |
BbanEntryType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2020. All rights reserved.