Uses of Enum
fr.marcwrobel.jbanking.IsoCurrency.Category
Packages that use IsoCurrency.Category
-
Uses of IsoCurrency.Category in fr.marcwrobel.jbanking
Methods in fr.marcwrobel.jbanking that return IsoCurrency.CategoryModifier and TypeMethodDescriptionIsoCurrency.getCategory()Returns this currencycategory.static IsoCurrency.CategoryReturns the enum constant of this type with the specified name.static IsoCurrency.Category[]IsoCurrency.Category.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in fr.marcwrobel.jbanking with parameters of type IsoCurrency.CategoryModifier and TypeMethodDescriptionstatic Set<IsoCurrency>IsoCurrency.allOf(IsoCurrency.Category category) Get currencies of the given category.