| Constructor and Description |
|---|
CurrencyConverter() |
| Modifier and Type | Method and Description |
|---|---|
Currency |
convertFrom(String value)
|
String |
convertTo(Currency value)
Returns a
String instance representing the ISO 4217 code of the configuration parameter's value. |
public Currency convertFrom(String value)
convertFrom in interface Converter<Currency>value - The configuration parameter's String valueCurrency instance representing the configuration parameter's valueCurrency.getInstance(String)Copyright © 2022. All rights reserved.