|
Oracle® Globalization Development Kit Java API Reference 10g Release 2 (10.2) Part No. B14224-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--oracle.i18n.text.OraDecimalFormatSymbols
The OraDecimalFormatSymbols
class is a class that maintains Oracle decimal format symbols such as decimal separator and currency symbols.
OraDecimalFormat
, Serialized FormConstructor Summary | |
OraDecimalFormatSymbols() Constructs an OraDecimalFormatSymbols object for the default locale. |
|
OraDecimalFormatSymbols(Locale locale) Constructs an OraDecimalFormatSymbols object for the given locale. |
|
OraDecimalFormatSymbols(oracle.i18n.util.OraLocaleInfo localeInfo) Constructs an OraDecimalFormatSymbols object for the given OraLocaleInfo object. |
Method Summary | |
Object |
clone() Overrides the clone method. |
boolean |
equals(Object object) Overrides the equals method. |
String |
getCurrencySymbol() Returns the local currency symbol for this object. |
char |
getDecimalSeparator() Returns the decimal separator for this object. |
char |
getGroupingSeparator() Returns the grouping separator for this object. |
String |
getInternationalCurrencySymbol() Returns the international currency symbol for this object. |
int |
hashCode() Overrides the hashCode method. |
void |
setCurrencySymbol(String curSym) Sets the local currency symbol to the given symbol for this object. |
void |
setDecimalSeparator(char decSep) Sets the decimal separator to the given symbol for this object. |
void |
setGroupingSeparator(char groupSep) Sets the grouping separator to the given symbol for this object. |
void |
setInternationalCurrencySymbol(String intCurSym) Sets the international currency symbol to the given symbol for this object. |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public OraDecimalFormatSymbols()
OraDecimalFormatSymbols
object for the default locale.public OraDecimalFormatSymbols(Locale locale)
OraDecimalFormatSymbols
object for the given locale.locale
- the given localepublic OraDecimalFormatSymbols(oracle.i18n.util.OraLocaleInfo localeInfo)
OraDecimalFormatSymbols
object for the given OraLocaleInfo
object.localeInfo
- the given OraLocaleInfo
objectMethod Detail |
public String getCurrencySymbol()
public void setCurrencySymbol(String curSym)
curSym
- the given local currency symbolpublic char getDecimalSeparator()
public void setDecimalSeparator(char decSep)
decSep
- the given symbolpublic char getGroupingSeparator()
public void setGroupingSeparator(char groupSep)
groupSep
- the given symbolpublic String getInternationalCurrencySymbol()
public void setInternationalCurrencySymbol(String intCurSym)
intCurSym
- the given international currency symbolpublic Object clone()
clone
method.clone
in class Object
public boolean equals(Object object)
equals
method.equals
in class Object
object
- an object to be comparedtrue
if two objects are identical, otherwise false
public int hashCode()
hashCode
method.hashCode
in class Object
|
Oracle® Globalization Development Kit Java API Reference 10g Release 2 (10.2) Part No. B14224-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |