oracle.cabo.share.nls
Class DateFormatContext
java.lang.Object
|
+--oracle.cabo.share.nls.DateFormatContext
- All Implemented Interfaces:
- java.lang.Cloneable
- Direct Known Subclasses:
- ImmutableDateFormatContext, MutableDateFormatContext
- public abstract class DateFormatContext
- extends java.lang.Object
- implements java.lang.Cloneable
The DateFormatContext class contains all date format parameters.
Method Summary |
java.lang.Object |
clone()
|
boolean |
equals(java.lang.Object obj)
Override of Object.equals(). |
abstract int |
getTwoDigitYearStart()
Returns the year offset for parsing years with only two digits. |
int |
hashCode()
Override of Object.hashCode(). |
abstract boolean |
isLenient()
Returns whether or not to allow lenient parsing. |
java.lang.String |
toString()
Override of Object.toString(). |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
DateFormatContext
public DateFormatContext()
getTwoDigitYearStart
public abstract int getTwoDigitYearStart()
- Returns the year offset for parsing years with only two digits.
isLenient
public abstract boolean isLenient()
- Returns whether or not to allow lenient parsing.
hashCode
public int hashCode()
- Override of Object.hashCode().
- Overrides:
hashCode
in class java.lang.Object
equals
public boolean equals(java.lang.Object obj)
- Override of Object.equals().
- Overrides:
equals
in class java.lang.Object
clone
public java.lang.Object clone()
- Overrides:
clone
in class java.lang.Object
toString
public java.lang.String toString()
- Override of Object.toString().
- Overrides:
toString
in class java.lang.Object