Oracle® Globalization Development Kit Java API Reference
10g Release 2 (10.2)
Part No. B14224-01
PREV NEXT
FRAMES NO FRAMES All Classes
Serialized Form
m_user
String m_user
m_appctx
oracle.i18n.servlet.ApplicationContext m_appctx
m_params
Map m_params
m_datasrc
DataSource m_datasrc
m_is_locale
boolean m_is_locale
m_is_short_lang
boolean m_is_short_lang
m_loadStatement
String m_loadStatement
m_storeStatement
String m_storeStatement
m_paramList
List m_paramList
readObject
private void readObject (ObjectInputStream s)
throws IOException ,
ClassNotFoundException
Reads the serialized form to construct this object
Throws:
IOException
- if I/O exception occurs
ClassNotFoundException
- if no corresponding class is found for the serialized form.
writeObject
private void writeObject (ObjectOutputStream s)
throws IOException
Writes this object into the serialized form
Serial Data:
Cache-able, Read-only, validated flags, followed by the parameter values in the order of Parameter.toArray.
Throws:
IOException
- if I/O exception occurs
m_isCached
boolean m_isCached
m_isReadOnly
boolean m_isReadOnly
m_isValidated
boolean m_isValidated
m_name
String m_name
m_name
String m_name
calendar
Calendar calendar
The calendar that this OraDateFormat
object uses to calculate the date/time field values. Subclasses should initialize the calendar
object accordingly based on the locale associated with this OraDateFormat
object.
amPmStrings
String [] amPmStrings
decimalSeparator
char decimalSeparator
eras
String [] eras
groupingSeparator
char groupingSeparator
months
String [] months
shortMonths
String [] shortMonths
weekdays
String [] weekdays
shortWeekdays
String [] shortWeekdays
capMonth
boolean capMonth
capShortMonth
boolean capShortMonth
capDay
boolean capDay
capShortDay
boolean capShortDay
upperEra
boolean upperEra
upperAmPm
boolean upperAmPm
monthLength
int monthLength
shortMonthLength
int shortMonthLength
weekdayLength
int weekdayLength
shortWeekdayLength
int shortWeekdayLength
amPmLength
int amPmLength
eraLength
int eraLength
useDefaultPattern
boolean useDefaultPattern
oraDecPatPos
OraDecimalFormatPattern oraDecPatPos
oraDecPatNeg
OraDecimalFormatPattern oraDecPatNeg
ora_lang
String ora_lang
ora_terr
String ora_terr
symbols
oracle.i18n.text.OraDecimalFormatSymbols symbols
decimalSeparatorShown
boolean decimalSeparatorShown
currencySymbol
String currencySymbol
decimalSeparator
char decimalSeparator
groupingSeparator
char groupingSeparator
internationalCurrencySymbol
String internationalCurrencySymbol
infinity
char infinity
NaN
char NaN
groupingUsed
boolean groupingUsed
parseIntegerOnly
boolean parseIntegerOnly
maximumIntegerDigits
int maximumIntegerDigits
minimumIntegerDigits
int minimumIntegerDigits
maximumFractionDigits
int maximumFractionDigits
minimumFractionDigits
int minimumFractionDigits
locale
Locale locale
oraDatePat
OraDateFormatPattern oraDatePat
symbols
oracle.i18n.text.OraDateFormatSymbols symbols
Oracle® Globalization Development Kit Java API Reference
10g Release 2 (10.2)
Part No. B14224-01
PREV NEXT
FRAMES NO FRAMES All Classes
Copyright © 2003, 2005, Oracle. All rights reserved.