Uses of Enum
fr.marcwrobel.jbanking.IsoCountry
Packages that use IsoCountry
Package
Description
Classes that relates to
ISO 3166-1 countries and
ISO 4217 currencies.Classes that relates to
Creditor Identifiers handling and
validation.Classes that relates to
ISO 13616:2007 IBANs handling and validation (for
both check digit and national bank account number structure).-
Uses of IsoCountry in fr.marcwrobel.jbanking
Methods in fr.marcwrobel.jbanking that return IsoCountryModifier and TypeMethodDescriptionstatic IsoCountryReturns the enum constant of this type with the specified name.static IsoCountry[]IsoCountry.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in fr.marcwrobel.jbanking that return types with arguments of type IsoCountryModifier and TypeMethodDescriptionstatic Optional<IsoCountry>IsoCountry.fromAlpha2Code(String code) Translate the given ISO 3166-1 alpha-2 code to an IsoCountry.static Optional<IsoCountry>IsoCountry.fromAlpha3Code(String code) Translate the given ISO 3166-1 alpha-3 code to an IsoCountry.static Optional<IsoCountry>IsoCountry.fromNumericCode(int code) Translate the given ISO 3166-1 numeric code to an IsoCountry.IsoCurrency.getCountries()Returns the countries that are using this currency.IsoCountry.getDependency()Returns the country on which this country depends.Agreement.getParticipants()Get the participants of this agreement. -
Uses of IsoCountry in fr.marcwrobel.jbanking.creditor
Constructors in fr.marcwrobel.jbanking.creditor with parameters of type IsoCountryModifierConstructorDescriptionCreditorIdentifier(IsoCountry country, String businessCode, String creditorNationalId) Create a new Creditor Identifier from the given country code, the creditor business code and the creditor national id. -
Uses of IsoCountry in fr.marcwrobel.jbanking.iban
Constructors in fr.marcwrobel.jbanking.iban with parameters of type IsoCountryModifierConstructorDescriptionIban(IsoCountry country, String bban) Create a new IBAN from the given country code and BBAN.