Oracle UIX API Reference
Release 2.1.22.0.0
B12196-01

oracle.cabo.share.nls
Class ImmutableDecimalFormatContext

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

public final class ImmutableDecimalFormatContext
extends DecimalFormatContext

The ImmutableDecimalFormatContext class contains all number format parameters, and cannot be changed once initialised.


Constructor Summary
ImmutableDecimalFormatContext(DecimalFormatContext dfc)
          Constructs a new ImmutableDecimalFormatContext, cloning the instance passed in.
 
Method Summary
 char getDecimalSeparator()
          Returns the character used as a decimal separator.
 char getGroupingSeparator()
          Returns the character used to separate number groupings.
 int hashCode()
          Override of Object.hashCode().
 
Methods inherited from class oracle.cabo.share.nls.DecimalFormatContext
clone, equals, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ImmutableDecimalFormatContext

public ImmutableDecimalFormatContext(DecimalFormatContext dfc)
Constructs a new ImmutableDecimalFormatContext, cloning the instance passed in.
Method Detail

getGroupingSeparator

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

getDecimalSeparator

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

hashCode

public int hashCode()
Description copied from class: DecimalFormatContext
Override of Object.hashCode().
Overrides:
hashCode in class DecimalFormatContext

Oracle UIX API Reference
Release 2.1.22.0.0
B12196-01

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