public static class CustomLocale.Number extends Object
Constructor and Description |
---|
Number() |
Modifier and Type | Method and Description |
---|---|
String |
getDecimal()
Gets string representation of decimal separator
|
String |
getGrouping()
Gets string representation of grouping separator
|
String |
getMinus()
Gets string representation of negative sign
|
String |
getPercent()
Gets string representation of percent symbol
|
CustomLocale.Number |
setDecimal(String decimal)
Sets string representation of decimal separator
|
CustomLocale.Number |
setGrouping(String grouping)
Sets string representation of grouping separator
|
CustomLocale.Number |
setMinus(String minus)
Sets string representation of negative sign
|
CustomLocale.Number |
setPercent(String percent)
Sets string representation of percent symbol
|
public String getDecimal()
public CustomLocale.Number setDecimal(String decimal)
decimal
- decimal separator
public String getGrouping()
public CustomLocale.Number setGrouping(String grouping)
grouping
- grouping separator
public String getPercent()
public CustomLocale.Number setPercent(String percent)
percent
- percent symbol
public String getMinus()
public CustomLocale.Number setMinus(String minus)
minus
- negative sign
Copyright © 2023. All rights reserved.