Uses of Class
fr.marcwrobel.jbanking.IsoCurrency
-
Packages that use IsoCurrency Package Description fr.marcwrobel.jbanking -
-
Uses of IsoCurrency in fr.marcwrobel.jbanking
Methods in fr.marcwrobel.jbanking that return IsoCurrency Modifier and Type Method Description static IsoCurrencyIsoCurrency. valueOf(String name)Returns the enum constant of this type with the specified name.static IsoCurrency[]IsoCurrency. 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 IsoCurrency Modifier and Type Method Description static Set<IsoCurrency>IsoCurrency. allOf(IsoCurrency.Category category)Get currencies of the given category.static Optional<IsoCurrency>IsoCurrency. fromAlphabeticCode(String code)Translate the given ISO 4217 alphabetical code to an IsoCurrency.static Optional<IsoCurrency>IsoCurrency. fromNumericCode(int code)Translate the given ISO 4217 numeric code to an IsoCurrency.
-