Package | Description |
---|---|
org.josef.finance |
Finance related Packages and Classes.
|
Modifier and Type | Method and Description |
---|---|
static CCurrency |
CCurrency.findCurrency(int numericCode)
Finds the currency with the supplied numericCode.
|
static CCurrency |
CCurrency.findCurrency(Locale locale)
Finds the currency used by the supplied locale.
|
static CCurrency |
CCurrency.findCurrency(String alphaCode)
Finds the currency with the supplied alphaCode.
|
static CCurrency |
CCurrency.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CCurrency[] |
CCurrency.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2008–2018. All rights reserved.