|
Oracle® Database Globalization Development Kit Java API Reference 11g Release 1 (11.1) Book Part Number B28299-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
oracle.i18n.text.OraDecimalFormatSymbols
public final class OraDecimalFormatSymbols
The OraDecimalFormatSymbols class is a class that maintains Oracle decimal format symbols such as decimal separator and currency symbols.
OraDecimalFormat, Serialized Form| Constructor Summary | |
|---|---|
OraDecimalFormatSymbols()Deprecated. As of Oracle Database 10g Release 2 (10.2), replaced by OraDecimalFormatSymbols.OraDecimalFormatSymbols(Locale) |
|
OraDecimalFormatSymbols(Locale locale)Constructs an OraDecimalFormatSymbols object for the given locale. |
|
OraDecimalFormatSymbols(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.OraDecimalFormatSymbols(Locale)OraDecimalFormatSymbols object for the default locale.public OraDecimalFormatSymbols(Locale locale)
OraDecimalFormatSymbols object for the given locale.
locale - the given localepublic OraDecimalFormatSymbols(OraLocaleInfo localeInfo)
OraDecimalFormatSymbols object for the given OraLocaleInfo object.
localeInfo - the given OraLocaleInfo object| Method 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 Objectpublic boolean equals(Object object)
equals method.equals in class Objectobject - an object to be comparedtrue if two objects are identical, otherwise falsepublic int hashCode()
hashCode method.hashCode in class Object
|
Oracle® Database Globalization Development Kit Java API Reference 11g Release 1 (11.1) Book Part Number B28299-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||