Uses of Enum
com.neovisionaries.i18n.CurrencyCode
-
Uses of CurrencyCode in com.neovisionaries.i18n
Fields in com.neovisionaries.i18n with type parameters of type CurrencyCodeModifier and TypeFieldDescriptionprivate static final Map
<Integer, CurrencyCode> CurrencyCode.numericMap
Methods in com.neovisionaries.i18n that return CurrencyCodeModifier and TypeMethodDescriptionstatic CurrencyCode
CurrencyCode.getByCode
(int code) Get aCurrencyCode
that corresponds to the given ISO 4217 numeric code.static CurrencyCode
Get aCurrencyCode
that corresponds to the given ISO 4217 alpha-3 code.static CurrencyCode
Get aCurrencyCode
that corresponds to the given ISO 4217 alpha-3 code.static CurrencyCode
CurrencyCode.getByCodeIgnoreCase
(String code) Get aCurrencyCode
that corresponds to the given ISO 4217 alpha-3 code.static CurrencyCode
Returns 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 com.neovisionaries.i18n that return types with arguments of type CurrencyCodeModifier and TypeMethodDescriptionstatic List
<CurrencyCode> CurrencyCode.findByName
(String regex) Get a list ofCurrencyCode
by a name regular expression.static List
<CurrencyCode> CurrencyCode.findByName
(Pattern pattern) Get a list ofCurrencyCode
by a name pattern.static List
<CurrencyCode> CurrencyCode.getByCountry
(CountryCode country) Get a list ofCurrencyCode
instances whose country list contains the specified country.static List
<CurrencyCode> CurrencyCode.getByCountry
(String country) Get a list ofCurrencyCode
instances whose country list contains the specified country.static List
<CurrencyCode> CurrencyCode.getByCountry
(String country, boolean caseSensitive) Get a list ofCurrencyCode
instances whose country list contains the specified country.static List
<CurrencyCode> CurrencyCode.getByCountryIgnoreCase
(String country) Get a list ofCurrencyCode
instances whose country list contains the specified country.