Uses of Enum
fr.marcwrobel.jbanking.iban.BbanStructure
Packages that use BbanStructure
Package
Description
Classes that relates to
ISO 13616:2007 IBANs handling and validation (for
both check digit and national bank account number structure).-
Uses of BbanStructure in fr.marcwrobel.jbanking.iban
Methods in fr.marcwrobel.jbanking.iban that return BbanStructureModifier and TypeMethodDescriptionstatic BbanStructureReturns the enum constant of this type with the specified name.static BbanStructure[]BbanStructure.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in fr.marcwrobel.jbanking.iban that return types with arguments of type BbanStructureModifier and TypeMethodDescriptionstatic Optional<BbanStructure>BbanStructure.forCountry(IsoCountry country) Returns the appropriate BbanStructure given the country, or null if IBAN are not in use in this country.Methods in fr.marcwrobel.jbanking.iban with parameters of type BbanStructureModifier and TypeMethodDescriptionRandomIban.next(BbanStructure... structures) Generates a random IBAN for one of the givenISO 13616-compliant national IBAN formats(randomly chosen).