|
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
The DecimalFormatContext class contains all number format parameters.
Constructor Summary | |
DecimalFormatContext()
|
Method Summary | |
java.lang.Object |
clone()
|
boolean |
equals(java.lang.Object obj)
Override of Object.equals(). |
abstract char |
getDecimalSeparator()
Returns the character used as a decimal separator. |
abstract char |
getGroupingSeparator()
Returns the character used to separate number groups. |
int |
hashCode()
Override of Object.hashCode(). |
java.lang.String |
toString()
Override of Object.toString(). |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public DecimalFormatContext()
Method Detail |
public abstract char getGroupingSeparator()
public abstract char getDecimalSeparator()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public java.lang.Object clone()
clone
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
|
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 |