|
Oracle UIX API Reference Release 2.1.22.0.0 B12196-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--oracle.cabo.share.nls.DecimalFormatContext
|
+--oracle.cabo.share.nls.MutableDecimalFormatContext
The MutableDecimalFormatContext class contains all number format parameters, which can be changed again after initialisation.
| Constructor Summary | |
MutableDecimalFormatContext(DecimalFormatContext dfc)
|
|
| Method Summary | |
char |
getDecimalSeparator()
Returns the character used as a decimal separator. |
char |
getGroupingSeparator()
Returns the character used to separate number groupings. |
void |
setDecimalSeparator(char decimalSeparator)
Sets the character used as a decimal separator. |
void |
setGroupingSeparator(char groupingSeparator)
Sets the character used to separate number groupings. |
| Methods inherited from class oracle.cabo.share.nls.DecimalFormatContext |
clone, equals, hashCode, toString |
| Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public MutableDecimalFormatContext(DecimalFormatContext dfc)
| Method Detail |
public char getGroupingSeparator()
getGroupingSeparator in class DecimalFormatContextpublic void setGroupingSeparator(char groupingSeparator)
public char getDecimalSeparator()
getDecimalSeparator in class DecimalFormatContextpublic void setDecimalSeparator(char decimalSeparator)
|
Oracle UIX API Reference Release 2.1.22.0.0 B12196-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||