Uses of Enum
org.bardframework.commons.utils.data.CurrencyCode
Packages that use CurrencyCode
-
Uses of CurrencyCode in org.bardframework.commons.utils.data
Methods in org.bardframework.commons.utils.data that return CurrencyCodeModifier and TypeMethodDescriptionstatic CurrencyCodeCurrencyCode.getByCode(int code) Get aCurrencyCodethat corresponds to the given ISO 4217 numeric code.static CurrencyCodeGet aCurrencyCodethat corresponds to the given ISO 4217 alpha-3 code.static CurrencyCodeGet aCurrencyCodethat corresponds to the given ISO 4217 alpha-3 code.static CurrencyCodeCurrencyCode.getByCodeIgnoreCase(String code) Get aCurrencyCodethat corresponds to the given ISO 4217 alpha-3 code.static CurrencyCodeReturns the enum constant of this type with the specified name.static CurrencyCode[]CurrencyCode.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.bardframework.commons.utils.data that return types with arguments of type CurrencyCodeModifier and TypeMethodDescriptionstatic List<CurrencyCode> CurrencyCode.findByName(String regex) Get a list ofCurrencyCodeby a name regular expression.static List<CurrencyCode> CurrencyCode.findByName(Pattern pattern) Get a list ofCurrencyCodeby a name pattern.static List<CurrencyCode> CurrencyCode.getByCountry(String country) Get a list ofCurrencyCodeinstances whose country list contains the specified country.static List<CurrencyCode> CurrencyCode.getByCountry(String country, boolean caseSensitive) Get a list ofCurrencyCodeinstances whose country list contains the specified country.static List<CurrencyCode> CurrencyCode.getByCountry(CountryCode country) Get a list ofCurrencyCodeinstances whose country list contains the specified country.static List<CurrencyCode> CurrencyCode.getByCountryIgnoreCase(String country) Get a list ofCurrencyCodeinstances whose country list contains the specified country.