Uses of Enum
org.iban4j.IbanFormat
Packages that use IbanFormat
-
Uses of IbanFormat in org.iban4j
Methods in org.iban4j that return IbanFormatModifier and TypeMethodDescriptionstatic IbanFormatReturns 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.Methods in org.iban4j with parameters of type IbanFormatModifier and TypeMethodDescriptionstatic booleanIbanUtil.isValid(String iban, IbanFormat format) Validates iban.static voidIbanUtil.validate(String iban, IbanFormat format) Validates iban.static IbanIban.valueOf(String iban, IbanFormat format) Returns an Iban object holding the value of the specified String.