Uses of Class
fr.marcwrobel.jbanking.IsoCurrency.Category
-
Packages that use IsoCurrency.Category Package Description fr.marcwrobel.jbanking -
-
Uses of IsoCurrency.Category in fr.marcwrobel.jbanking
Methods in fr.marcwrobel.jbanking that return IsoCurrency.Category Modifier and Type Method Description IsoCurrency.CategoryIsoCurrency. getCategory()Returns this currencycategory.static IsoCurrency.CategoryIsoCurrency.Category. valueOf(String name)Returns 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.Category Modifier and Type Method Description static Set<IsoCurrency>IsoCurrency. allOf(IsoCurrency.Category category)Get currencies of the given category.
-