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

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_ar
              extended by com.google.gwt.i18n.client.impl.cldr.DateTimeFormatInfoImpl_ar_LB
All Implemented Interfaces:
DateTimeFormatInfo, Localizable

public class DateTimeFormatInfoImpl_ar_LB
extends DateTimeFormatInfoImpl_ar

Implementation of DateTimeFormatInfo for locale "ar_LB".


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

Constructor Detail

DateTimeFormatInfoImpl_ar_LB

public DateTimeFormatInfoImpl_ar_LB()
Method Detail

firstDayOfTheWeek

public int firstDayOfTheWeek()
Specified by:
firstDayOfTheWeek in interface DateTimeFormatInfo
Overrides:
firstDayOfTheWeek in class DateTimeFormatInfoImpl_ar
Returns:
the day which generally comes first in a weekly calendar view, as an index into the return value of DateTimeFormatInfo.weekdaysFull().

monthsFull

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

monthsFullStandalone

public java.lang.String[] monthsFullStandalone()
Specified by:
monthsFullStandalone in interface DateTimeFormatInfo
Overrides:
monthsFullStandalone in class DateTimeFormatInfoImpl_ar
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_ar
Returns:
an array of month abbreviations.

monthsShortStandalone

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

weekdaysShort

public java.lang.String[] weekdaysShort()
Specified by:
weekdaysShort in interface DateTimeFormatInfo
Overrides:
weekdaysShort in class DateTimeFormatInfoImpl_ar
Returns:
an array of abbreviations for weekdays.

weekdaysShortStandalone

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

weekendEnd

public int weekendEnd()
Specified by:
weekendEnd in interface DateTimeFormatInfo
Overrides:
weekendEnd in class DateTimeFormatInfoImpl_ar
Returns:
the day which starts the weekend, as an index into the return value of DateTimeFormatInfo.weekdaysFull().

weekendStart

public int weekendStart()
Specified by:
weekendStart in interface DateTimeFormatInfo
Overrides:
weekendStart in class DateTimeFormatInfoImpl_ar
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.