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

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

public class DateTimeFormatInfoImpl_syr_SY
extends DateTimeFormatInfoImpl_syr

Implementation of DateTimeFormatInfo for locale "syr_SY".


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

Constructor Detail

DateTimeFormatInfoImpl_syr_SY

public DateTimeFormatInfoImpl_syr_SY()
Method Detail

firstDayOfTheWeek

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

weekendEnd

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