public interface AmountMoneyCurrencyStorage
AmountMoneyPanel#DEFAULT_CURRENCIES).| Modifier and Type | Method and Description |
|---|---|
Set<org.jscience.economics.money.Currency> |
getCurrencies() |
void |
removeCurrency(org.jscience.economics.money.Currency currency) |
void |
saveCurrency(org.jscience.economics.money.Currency currency) |
org.jscience.economics.money.Currency |
translate(Currency currency)
Since Java currencies aren't really usable there's need for a
translation.
|
Set<org.jscience.economics.money.Currency> getCurrencies() throws AmountMoneyCurrencyStorageException
void saveCurrency(org.jscience.economics.money.Currency currency)
throws AmountMoneyCurrencyStorageException
void removeCurrency(org.jscience.economics.money.Currency currency)
throws AmountMoneyCurrencyStorageException
org.jscience.economics.money.Currency translate(Currency currency) throws AmountMoneyCurrencyStorageException
currency - the currency to translateAmountMoneyCurrencyStorageException - is an exception accessing the
internal set of available currencies occursCopyright © 2018. All rights reserved.