|
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.ImmutableDecimalFormatContext
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 |
public ImmutableDecimalFormatContext(DecimalFormatContext dfc)
Method Detail |
public char getGroupingSeparator()
getGroupingSeparator
in class DecimalFormatContext
public char getDecimalSeparator()
getDecimalSeparator
in class DecimalFormatContext
public int hashCode()
DecimalFormatContext
hashCode
in class DecimalFormatContext
|
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 |