| Modifier and Type | Method and Description |
|---|---|
static CurrencyCode |
CurrencyCode.getByCode(int code)
Get a CurrencyCode that corresponds to the given
ISO 4217
numeric code.
|
static CurrencyCode |
CurrencyCode.getByCode(String code)
Get a CurrencyCode that corresponds to the given
ISO 4217
alpha-3 code.
|
static CurrencyCode |
CurrencyCode.getByCode(String code,
boolean caseSensitive)
Get a CurrencyCode that corresponds to the given
ISO 4217
alpha-3 code.
|
static CurrencyCode |
CurrencyCode.valueOf(String name)
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.
|
| Modifier and Type | Method and Description |
|---|---|
static List<CurrencyCode> |
CurrencyCode.getByCountry(CountryCode country)
Get a list of
CurrencyCode instances whose country list
contains the specified country. |
static List<CurrencyCode> |
CurrencyCode.getByCountry(String country)
Get a list of
CurrencyCode instances whose country
list contains the specified country. |
static List<CurrencyCode> |
CurrencyCode.getByCountry(String country,
boolean caseSensitive)
Get a list of
CurrencyCode instances whose country
list contains the specified country. |
Copyright © 2014. All rights reserved.