public interface ICurrency
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCurrencyCode()
Gets the currency code of this currency.
|
java.util.Currency |
getJavaCurrency()
Gets the
java currency instance |
java.lang.String |
getSymbol()
Gets the symbol of this currency if there is one.
|
java.lang.String getCurrencyCode()
java.lang.String getSymbol()
java.util.Currency getJavaCurrency()
java currency
instancejava currency
instance. Can be null if this currency is not ISO 4217 oneCopyright © 2024. All rights reserved.