public class CustomLocale extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CustomLocale.Currency
Data class for locale specific string representation of currency related symbols
|
static class |
CustomLocale.Number
Data class for locale specific string representation of number related symbols
|
| Constructor and Description |
|---|
CustomLocale() |
| Modifier and Type | Method and Description |
|---|---|
CustomLocale.Currency |
getCurrencyFormat()
Gets data for locale specific string representation of currency related symbols
|
CustomLocale.Number |
getNumberFormat()
Gets data for locale specific string representation of number related symbols
|
CustomLocale |
setCurrencyFormat(CustomLocale.Currency currencyFormat)
Sets data for locale specific string representation of currency related symbols
|
CustomLocale |
setNumberFormat(CustomLocale.Number numberFormat)
Sets data for locale specific string representation of number related symbols
|
public CustomLocale.Number getNumberFormat()
public CustomLocale setNumberFormat(CustomLocale.Number numberFormat)
numberFormat - data for locale specific string representation of number related symbols
public CustomLocale.Currency getCurrencyFormat()
public CustomLocale setCurrencyFormat(CustomLocale.Currency currencyFormat)
currencyFormat - data for locale specific string representation of currency related symbols
Copyright © 2021. All rights reserved.