Uses of Enum
org.iban4j.bban.BbanEntryType
Packages that use BbanEntryType
Package
Description
Root package for iban4j implementation.
Bban classes for iban4j implementation.
-
Uses of BbanEntryType in org.iban4j
Methods in org.iban4j that return BbanEntryTypeConstructors in org.iban4j with parameters of type BbanEntryTypeModifierConstructorDescriptionIbanFormatException(IbanFormatException.IbanFormatViolation violation, BbanEntryType entryType, Object actual, char invalidCharacter, String s) Constructs aIbanFormatExceptionwith the specified violation, entryType, actual value, invalidCharacter and detail message. -
Uses of BbanEntryType in org.iban4j.bban
Methods in org.iban4j.bban that return BbanEntryTypeModifier and TypeMethodDescriptionBbanStructureEntry.getEntryType()static BbanEntryTypeReturns 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.