| Modifier and Type | Field and Description |
|---|---|
protected Currency |
ConversionRate.fromCurrency |
protected Currency |
ConversionRate.toCurrency |
| Modifier and Type | Method and Description |
|---|---|
static Currency |
Currency.fromValue(String v) |
Currency |
ConversionRate.getFromCurrency()
Gets the value of the fromCurrency property.
|
Currency |
ConversionRate.getToCurrency()
Gets the value of the toCurrency property.
|
static Currency |
Currency.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Currency[] |
Currency.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ConversionRate.setFromCurrency(Currency value)
Sets the value of the fromCurrency property.
|
void |
ConversionRate.setToCurrency(Currency value)
Sets the value of the toCurrency property.
|
Copyright © 2013 jbundle.org. All Rights Reserved.