com.google.gwt.i18n.client.impl.cldr
Class DateTimeFormatInfoImpl_pa_PK

java.lang.Object
  extended by com.google.gwt.i18n.client.DefaultDateTimeFormatInfo
      extended by com.google.gwt.i18n.client.impl.cldr.DateTimeFormatInfoImpl
          extended by com.google.gwt.i18n.client.impl.cldr.DateTimeFormatInfoImpl_pa
              extended by com.google.gwt.i18n.client.impl.cldr.DateTimeFormatInfoImpl_pa_PK
All Implemented Interfaces:
DateTimeFormatInfo, Localizable

public class DateTimeFormatInfoImpl_pa_PK
extends DateTimeFormatInfoImpl_pa

Implementation of DateTimeFormatInfo for locale "pa_PK".


Constructor Summary
DateTimeFormatInfoImpl_pa_PK()
           
 
Method Summary
 java.lang.String[] erasFull()
           
 java.lang.String[] monthsFull()
           
 java.lang.String[] monthsFullStandalone()
           
 java.lang.String[] monthsShort()
           
 java.lang.String[] monthsShortStandalone()
           
 java.lang.String[] quartersFull()
           
 java.lang.String[] weekdaysFull()
           
 java.lang.String[] weekdaysFullStandalone()
           
 int weekendStart()
           
 
Methods inherited from class com.google.gwt.i18n.client.impl.cldr.DateTimeFormatInfoImpl_pa
ampms, dateFormatFull, dateFormatLong, dateFormatMedium, dateFormatShort, erasShort, formatMonthNumDay, formatYearMonthAbbrev, formatYearMonthAbbrevDay, formatYearMonthFull, formatYearMonthFullDay, formatYearMonthNumDay, formatYearMonthWeekdayDay, formatYearQuarterFull, formatYearQuarterShort, monthsNarrow, monthsNarrowStandalone, weekdaysNarrow, weekdaysNarrowStandalone, weekdaysShort, weekdaysShortStandalone
 
Methods inherited from class com.google.gwt.i18n.client.DefaultDateTimeFormatInfo
dateFormat, dateTime, dateTimeFull, dateTimeLong, dateTimeMedium, dateTimeShort, firstDayOfTheWeek, formatDay, formatHour12Minute, formatHour12MinuteSecond, formatHour24Minute, formatHour24MinuteSecond, formatMinuteSecond, formatMonthAbbrev, formatMonthAbbrevDay, formatMonthFull, formatMonthFullDay, formatMonthFullWeekdayDay, formatYear, formatYearMonthNum, quartersShort, timeFormat, timeFormatFull, timeFormatLong, timeFormatMedium, timeFormatShort, weekendEnd
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DateTimeFormatInfoImpl_pa_PK

public DateTimeFormatInfoImpl_pa_PK()
Method Detail

erasFull

public java.lang.String[] erasFull()
Specified by:
erasFull in interface DateTimeFormatInfo
Overrides:
erasFull in class DateTimeFormatInfoImpl_pa
Returns:
an array of the full era names.

monthsFull

public java.lang.String[] monthsFull()
Specified by:
monthsFull in interface DateTimeFormatInfo
Overrides:
monthsFull in class DateTimeFormatInfoImpl_pa
Returns:
an array of full month names.

monthsFullStandalone

public java.lang.String[] monthsFullStandalone()
Specified by:
monthsFullStandalone in interface DateTimeFormatInfo
Overrides:
monthsFullStandalone in class DateTimeFormatInfoImpl_pa
Returns:
an array of month names for use in a stand-alone context.

monthsShort

public java.lang.String[] monthsShort()
Specified by:
monthsShort in interface DateTimeFormatInfo
Overrides:
monthsShort in class DateTimeFormatInfoImpl_pa
Returns:
an array of month abbreviations.

monthsShortStandalone

public java.lang.String[] monthsShortStandalone()
Specified by:
monthsShortStandalone in interface DateTimeFormatInfo
Overrides:
monthsShortStandalone in class DateTimeFormatInfoImpl_pa
Returns:
an array of month abbreviations, suitable for use in a stand-alone context.

quartersFull

public java.lang.String[] quartersFull()
Specified by:
quartersFull in interface DateTimeFormatInfo
Overrides:
quartersFull in class DateTimeFormatInfoImpl_pa
Returns:
an array of full quarter names.

weekdaysFull

public java.lang.String[] weekdaysFull()
Specified by:
weekdaysFull in interface DateTimeFormatInfo
Overrides:
weekdaysFull in class DateTimeFormatInfoImpl_pa
Returns:
an array of the full names of weekdays.

weekdaysFullStandalone

public java.lang.String[] weekdaysFullStandalone()
Specified by:
weekdaysFullStandalone in interface DateTimeFormatInfo
Overrides:
weekdaysFullStandalone in class DateTimeFormatInfoImpl_pa
Returns:
an array of the full names of weekdays, suitable for use in a stand-alone context.

weekendStart

public int weekendStart()
Specified by:
weekendStart in interface DateTimeFormatInfo
Overrides:
weekendStart in class DateTimeFormatInfoImpl_pa
Returns:
the day which ends the weekend, as an index into the return value of DateTimeFormatInfo.weekdaysFull(). Note that this value may be numerically less than DateTimeFormatInfo.weekendEnd() - for example, DateTimeFormatInfo.weekendEnd() of 6 and DateTimeFormatInfo.weekendStart() of 0 means Saturday and Sunday are the weekend.