Oracle UIX API Reference
Release 2.1.22.0.0
B12196-01

oracle.cabo.share.nls
Class MutableDecimalFormatContext

java.lang.Object
  |
  +--oracle.cabo.share.nls.DecimalFormatContext
        |
        +--oracle.cabo.share.nls.MutableDecimalFormatContext
All Implemented Interfaces:
java.lang.Cloneable

public final class MutableDecimalFormatContext
extends DecimalFormatContext

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

MutableDecimalFormatContext

public MutableDecimalFormatContext(DecimalFormatContext dfc)
Method Detail

getGroupingSeparator

public char getGroupingSeparator()
Returns the character used to separate number groupings.
Overrides:
getGroupingSeparator in class DecimalFormatContext

setGroupingSeparator

public void setGroupingSeparator(char groupingSeparator)
Sets the character used to separate number groupings.

getDecimalSeparator

public char getDecimalSeparator()
Returns the character used as a decimal separator.
Overrides:
getDecimalSeparator in class DecimalFormatContext

setDecimalSeparator

public void setDecimalSeparator(char decimalSeparator)
Sets the character used as a decimal separator.

Oracle UIX API Reference
Release 2.1.22.0.0
B12196-01

Copyright © 2002,2003, Oracle. All Rights Reserved.