|
Oracle UIX API Reference Release 2.1.22.0.0 B12196-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--oracle.cabo.share.nls.DateFormatContext | +--oracle.cabo.share.nls.ImmutableDateFormatContext
The ImmutableDateFormatContext class contains all date format parameters, which cannot be changed once initialised.
Constructor Summary | |
ImmutableDateFormatContext(DateFormatContext dfc)
Constructs a new ImmutableDateFormatContext, cloning the instance passed in. |
Method Summary | |
int |
getTwoDigitYearStart()
Returns the year offset for parsing years with only two digits. |
int |
hashCode()
Override of Object.hashCode(). |
boolean |
isLenient()
Returns whether or not to allow lenient parsing. |
Methods inherited from class oracle.cabo.share.nls.DateFormatContext |
clone, equals, toString |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public ImmutableDateFormatContext(DateFormatContext dfc)
Method Detail |
public int getTwoDigitYearStart()
DateFormatContext
getTwoDigitYearStart
in class DateFormatContext
public boolean isLenient()
DateFormatContext
isLenient
in class DateFormatContext
public int hashCode()
DateFormatContext
hashCode
in class DateFormatContext
|
Oracle UIX API Reference Release 2.1.22.0.0 B12196-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |