com.ibm.text
Class ChineseDateFormatSymbols
java.lang.Object
|
+--com.ibm.text.DateFormatSymbols
|
+--com.ibm.text.ChineseDateFormatSymbols
- All Implemented Interfaces:
- java.lang.Cloneable, java.io.Serializable
- public class ChineseDateFormatSymbols
- extends DateFormatSymbols
A subclass of DateFormatSymbols
for ChineseDateFormat
.
This class contains additional symbols corresponding to the
ChineseCalendar.IS_LEAP_MONTH
field.
- Author:
- Alan Liu
- See Also:
ChineseDateFormat
,
ChineseCalendar
, Serialized Form
Methods inherited from class com.ibm.text.DateFormatSymbols |
clone, equals, getAmPmStrings, getDateFormatBundle, getDateFormatBundle, getEras, getLocalPatternChars, getMonths, getShortMonths, getShortWeekdays, getWeekdays, getZoneStrings, hashCode, setAmPmStrings, setEras, setLocalPatternChars, setMonths, setShortMonths, setShortWeekdays, setWeekdays, setZoneStrings |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
ChineseDateFormatSymbols
public ChineseDateFormatSymbols()
ChineseDateFormatSymbols
public ChineseDateFormatSymbols(java.util.Locale locale)
ChineseDateFormatSymbols
public ChineseDateFormatSymbols(Calendar cal,
java.util.Locale locale)
getLeapMonth
public java.lang.String getLeapMonth(int isLeapMonth)
constructCalendarSpecific
protected void constructCalendarSpecific(java.util.ResourceBundle bundle)
- Override DateFormatSymbols.
- Overrides:
constructCalendarSpecific
in class DateFormatSymbols
Copyright (c) 1998-2000 IBM Corporation and others.