| Package | Description |
|---|---|
| org.jscience.economics.money |
Provides support for monetary quantities and their currencies.
|
| Modifier and Type | Field and Description |
|---|---|
static Currency |
Currency.AUD
The Australian Dollar currency unit.
|
static Currency |
Currency.CAD
The Canadian Dollar currency unit.
|
static Currency |
Currency.CNY
The China Yan currency.
|
static Currency |
Currency.EUR
The Euro currency.
|
static Currency |
Currency.GBP
The British Pound currency.
|
static Currency |
Currency.JPY
The Japanese Yen currency.
|
static Currency |
Currency.KRW
The Korean Republic Won currency.
|
static Currency |
Currency.TWD
The Taiwanese dollar currency.
|
static Currency |
Currency.USD
The United State dollar currency.
|
| Modifier and Type | Method and Description |
|---|---|
static Currency |
Currency.getReferenceCurrency()
Returns the currency used as reference when setting the exchange rate.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
Currency.setReferenceCurrency(Currency currency)
Sets the reference currency (context-local).
|