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
ISO 9362:2009 BICs handling and validation.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.bic
Methods in fr.marcwrobel.jbanking.bic that return IsoCountry -
Uses of IsoCountry in fr.marcwrobel.jbanking.creditor
Methods in fr.marcwrobel.jbanking.creditor that return IsoCountryModifier and TypeMethodDescriptionCreditorIdentifier.getCountry()Gets this Creditor IdentifierIsoCountry.Constructors in fr.marcwrobel.jbanking.creditor with parameters of type IsoCountryModifierConstructorDescriptionCreditorIdentifier(IsoCountry country, String businessCode, String nationalId) Create a new Creditor Identifier from the given country code, the creditor business code and the creditor national identifier. -
Uses of IsoCountry in fr.marcwrobel.jbanking.iban
Methods in fr.marcwrobel.jbanking.iban that return IsoCountryMethods in fr.marcwrobel.jbanking.iban with parameters of type IsoCountryModifier 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.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.