Uses of Class
fr.marcwrobel.jbanking.IsoCountry
-
Packages that use IsoCountry Package Description fr.marcwrobel.jbanking fr.marcwrobel.jbanking.creditor fr.marcwrobel.jbanking.iban -
-
Uses of IsoCountry in fr.marcwrobel.jbanking
Methods in fr.marcwrobel.jbanking that return IsoCountry Modifier and Type Method Description static IsoCountryIsoCountry. valueOf(String name)Returns 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 IsoCountry Modifier and Type Method Description static 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.Set<IsoCountry>IsoCurrency. getCountries()Returns the countries that are using this currency.Optional<IsoCountry>IsoCountry. getDependency()Returns the country on which this country depends.Set<IsoCountry>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 IsoCountry Constructor Description CreditorIdentifier(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 IsoCountry Constructor Description Iban(IsoCountry country, String bban)Create a new IBAN from the given country code and BBAN.
-