public interface CurrencyProperties
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
static java.lang.String |
VERSION |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCurrencyCode()
Return the alphabetic ISO 4217 code of currency..
|
java.lang.String |
getCurrencyName()
Return the currency name
|
int |
getFractionDigits()
Returns the fractional decimal digits
|
java.lang.String |
getNumericCode()
Return the numeric ISO 4217 code of currency.
|
java.lang.String |
getSymbol()
Gets the symbol of this currency for the default locale.
|
java.lang.String |
getSymbol(java.util.Locale locale)
Gets the symbol of this currency for the specified locale.
|
static final java.lang.String COPYRIGHT
static final java.lang.String VERSION
java.lang.String getCurrencyCode()
java.lang.String getNumericCode()
java.lang.String getSymbol()
java.lang.String getSymbol(java.util.Locale locale)
locale
- int getFractionDigits()
java.lang.String getCurrencyName()
Copyright © 2018 Pegasystems Inc. All Rights Reserved.