Uses of Enum
fr.marcwrobel.jbanking.IsoCurrency
Packages that use IsoCurrency
-
Uses of IsoCurrency in fr.marcwrobel.jbanking
Methods in fr.marcwrobel.jbanking that return IsoCurrencyModifier and TypeMethodDescriptionstatic IsoCurrencyReturns 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 IsoCurrencyModifier and TypeMethodDescriptionstatic 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.