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 |
---|---|
Appendable |
IBAN.append(IbanFormat format,
Appendable appendable)
Formats an IBAN and appends the resulting text to a given
Appendable . |
String |
IBAN.toString(IbanFormat format)
Formats an IBAN to produce a string.
|
Copyright © 2013–2017 jDTAUS. All rights reserved.