|
Oracle® Globalization Development Kit Java API Reference 10g Release 1(10.1) B10971-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--oracle.i18n.text.OraDecimalFormatSymbols
OraDecimalFormatSymbols is a class to maintain Oracle format symbols used by Oracle number/currency formatting.
OraDecimalFormat
,
Serialized FormConstructor Summary | |
OraDecimalFormatSymbols()
Construct an OraDecimalFormatSymbols for the default locale. |
|
OraDecimalFormatSymbols(Locale locale)
Construct an OraDecimalFormatSymbols for the given locale. |
|
OraDecimalFormatSymbols(oracle.i18n.util.OraLocaleInfo localeInfo)
Construct an OraDecimalFormatSymbols for the given OraLocaleInfo. |
Method Summary | |
Object |
clone()
Overrides cloneable. |
boolean |
equals(Object object)
Overrides equals. |
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 hashCode. |
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()
public OraDecimalFormatSymbols(Locale locale)
locale
- the given locale.public OraDecimalFormatSymbols(oracle.i18n.util.OraLocaleInfo localeInfo)
localeInfo
- the given OraLocaleInfo.Method Detail |
public String getCurrencySymbol()
public void setCurrencySymbol(String curSym)
curSym
- the given local currency symbol.public char getDecimalSeparator()
public void setDecimalSeparator(char decSep)
decSep
- the given symbol.public char getGroupingSeparator()
public void setGroupingSeparator(char groupSep)
groupSep
- the given symbol.public String getInternationalCurrencySymbol()
public void setInternationalCurrencySymbol(String intCurSym)
intCurSym
- the given international currency symbol.public Object clone()
clone
in class Object
public boolean equals(Object object)
equals
in class Object
public int hashCode()
hashCode
in class Object
|
Oracle® Globalization Development Kit Java API Reference 10g Release 1(10.1) B10971-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |