|
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.OraDateFormatSymbols
OraDateFormatSymbols is a class to maintain Oracle datetime format symbols used by Oracle datetime formatting.
OraDateFormat
,
OraSimpleDateFormat
,
Serialized FormConstructor Summary | |
OraDateFormatSymbols()
Constructs an OraDateFormatSymbols object for the default locale. |
|
OraDateFormatSymbols(Locale locale)
Constructs an OraDateFormatSymbols object for the given locale. |
|
OraDateFormatSymbols(oracle.i18n.util.OraLocaleInfo localeInfo)
Constructs an OraDateFormatSymbols object for the given OraLocaleInfo. |
Method Summary | |
Object |
clone()
Overrids cloneable. |
boolean |
equals(Object obj)
Overrides equal. |
String[] |
getAmPmStrings()
Returns the meridian indicators for the object. |
String[] |
getEras()
Returns the era strings for the object. |
String[] |
getMonths()
Returns the month names for the object. |
String[] |
getShortMonths()
Returns the abbreviated month names for the object. |
String[] |
getShortWeekdays()
Returns the abbreviated names of day of the week for the object. |
String[] |
getWeekdays()
Returns the names of day of the week for the object. |
int |
hashCode()
Overrides hashCode. |
void |
setAmPmStrings(String[] amPmStrings)
Sets the meridian indicators to the given indicators for this object. |
void |
setEras(String[] eras)
Sets the eras to the given eras for this object. |
void |
setMonths(String[] months)
Sets the month names to the given month names for this object. |
void |
setShortMonths(String[] shortMonths)
Sets the abbreviated month names to the given abbreviated month names for this object. |
void |
setShortWeekdays(String[] shortWeekdays)
Sets the abbreviated names of day of the week to the given names for this object. |
void |
setWeekdays(String[] weekdays)
Sets the names of day of the week to the given names for this object. |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public OraDateFormatSymbols()
public OraDateFormatSymbols(Locale locale)
public OraDateFormatSymbols(oracle.i18n.util.OraLocaleInfo localeInfo)
Method Detail |
public String[] getEras()
public void setEras(String[] eras)
public String[] getMonths()
public void setMonths(String[] months)
months
- the given month names.public String[] getShortMonths()
public void setShortMonths(String[] shortMonths)
shortMonths
- the given abbreviated month names.public String[] getWeekdays()
public void setWeekdays(String[] weekdays)
weekdays
- the given names of day of the week.public String[] getShortWeekdays()
public void setShortWeekdays(String[] shortWeekdays)
shortWeekdays
- the given abbreviated names of day of the week.public String[] getAmPmStrings()
public void setAmPmStrings(String[] amPmStrings)
public Object clone()
clone
in class Object
public boolean equals(Object obj)
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 |