| 程序包 | 说明 |
|---|---|
| com.jn.langx.text.i18n |
| 限定符和类型 | 方法和说明 |
|---|---|
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.getByCodeIgnoreCase(String code)
Get a
CurrencyCode that corresponds to the given
ISO 4217
alpha-3 code. |
static CurrencyCode |
CurrencyCode.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static CurrencyCode[] |
CurrencyCode.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 方法和说明 |
|---|---|
static List<CurrencyCode> |
CurrencyCode.findByName(Pattern pattern)
Get a list of
CurrencyCode by a name pattern. |
static List<CurrencyCode> |
CurrencyCode.findByName(String regex)
Get a list of
CurrencyCode by a name regular expression. |
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. |
static List<CurrencyCode> |
CurrencyCode.getByCountryIgnoreCase(String country)
Get a list of
CurrencyCode instances whose country
list contains the specified country. |
Copyright © 2022. All rights reserved.