public static class CustomLocale.Currency extends Object
| Constructor and Description |
|---|
Currency() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDecimal()
Gets string representation of decimal separator.
|
String |
getIsoname()
Gets currency ISO name
|
String |
getSymbol()
Gets short string representation of currency symbol
|
CustomLocale.Currency |
setDecimal(String decimal)
Sets string representation of decimal separator.
|
CustomLocale.Currency |
setIsoname(String isoname)
Sets currency ISO name
|
CustomLocale.Currency |
setSymbol(String symbol)
Sets short string representation of currency symbol
|
public String getSymbol()
public CustomLocale.Currency setSymbol(String symbol)
symbol - currency symbol
public String getIsoname()
public CustomLocale.Currency setIsoname(String isoname)
isoname - currency ISO name
public String getDecimal()
public CustomLocale.Currency setDecimal(String decimal)
decimal - decimal separator
Copyright © 2021. All rights reserved.