Oracle® Globalization Development Kit Java API Reference
10g Release 1(10.1)

B10971-01

Serialized Form

Class oracle.i18n.servlet.localesource.ApplicationDefault implements Serializable


Class oracle.i18n.servlet.localesource.HttpAcceptLanguage implements Serializable


Class oracle.i18n.servlet.localesource.LocaleSource implements Serializable

Serialization Methods

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
Serialized Fields

m_isCached

boolean m_isCached

m_isReadOnly

boolean m_isReadOnly

m_isValidated

boolean m_isValidated


Class oracle.i18n.servlet.localesource.LocaleSource.Alignment implements Serializable

Serialized Fields

m_name

String m_name


Class oracle.i18n.servlet.localesource.LocaleSource.WritingDirection implements Serializable

Serialized Fields

m_name

String m_name


Class oracle.i18n.text.OraDateFormat implements Serializable

Serialized Fields

calendar

Calendar calendar
The calendar that this OraDateFormat uses to calculate the datetime field values. Subclasses should initialize it accordingly based on the locale associated with this OraDateFormat.


Class oracle.i18n.text.OraDateFormatSymbols implements Serializable

Serialized Fields

amPmStrings

String[] amPmStrings

decimalSeparator

char decimalSeparator

eras

String[] eras

groupingSeparator

char groupingSeparator

months

String[] months

shortMonths

String[] shortMonths

weekdays

String[] weekdays

shortWeekdays

String[] shortWeekdays

monthLength

int monthLength

shortMonthLength

int shortMonthLength

weekdayLength

int weekdayLength

shortWeekdayLength

int shortWeekdayLength

amPmLength

int amPmLength

eraLength

int eraLength


Class oracle.i18n.text.OraDecimalFormat implements Serializable

Serialized Fields

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


Class oracle.i18n.text.OraDecimalFormatSymbols implements Serializable

Serialized Fields

currencySymbol

String currencySymbol

decimalSeparator

char decimalSeparator

groupingSeparator

char groupingSeparator

internationalCurrencySymbol

String internationalCurrencySymbol

infinity

char infinity

NaN

char NaN


Class oracle.i18n.text.OraNumberFormat implements Serializable

Serialized Fields

groupingUsed

boolean groupingUsed

parseIntegerOnly

boolean parseIntegerOnly

maximumIntegerDigits

int maximumIntegerDigits

minimumIntegerDigits

int minimumIntegerDigits

maximumFractionDigits

int maximumFractionDigits

minimumFractionDigits

int minimumFractionDigits


Class oracle.i18n.text.OraSimpleDateFormat implements Serializable

Serialized Fields

locale

Locale locale

oraDatePat

OraDateFormatPattern oraDatePat

symbols

oracle.i18n.text.OraDateFormatSymbols symbols


Class oracle.i18n.servlet.localesource.UserInput implements Serializable


Oracle® Globalization Development Kit Java API Reference
10g Release 1(10.1)

B10971-01

Copyright © 2003 Oracle Corporation. All Rights Reserved.