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

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_uz
              extended by com.google.gwt.i18n.client.impl.cldr.DateTimeFormatInfoImpl_uz_Arab
All Implemented Interfaces:
DateTimeFormatInfo, Localizable
Direct Known Subclasses:
DateTimeFormatInfoImpl_uz_Arab_AF

public class DateTimeFormatInfoImpl_uz_Arab
extends DateTimeFormatInfoImpl_uz

Implementation of DateTimeFormatInfo for locale "uz_Arab".


Constructor Summary
DateTimeFormatInfoImpl_uz_Arab()
           
 
Method Summary
 java.lang.String dateFormatFull()
           
 java.lang.String dateFormatLong()
           
 java.lang.String dateFormatMedium()
           
 java.lang.String dateFormatShort()
           
 java.lang.String[] erasFull()
           
 java.lang.String[] erasShort()
           
 int firstDayOfTheWeek()
           
 java.lang.String[] monthsFull()
           
 java.lang.String[] monthsFullStandalone()
           
 java.lang.String[] monthsShort()
           
 java.lang.String[] monthsShortStandalone()
           
 java.lang.String timeFormatFull()
           
 java.lang.String timeFormatLong()
           
 java.lang.String timeFormatMedium()
           
 java.lang.String timeFormatShort()
           
 java.lang.String[] weekdaysFull()
           
 java.lang.String[] weekdaysFullStandalone()
           
 java.lang.String[] weekdaysShort()
           
 java.lang.String[] weekdaysShortStandalone()
           
 
Methods inherited from class com.google.gwt.i18n.client.impl.cldr.DateTimeFormatInfoImpl_uz
monthsNarrow, monthsNarrowStandalone, quartersFull, weekdaysNarrow, weekdaysNarrowStandalone
 
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, formatMonthFullWeekdayDay, formatMonthNumDay, formatYear, formatYearMonthAbbrev, formatYearMonthAbbrevDay, formatYearMonthFull, formatYearMonthFullDay, formatYearMonthNum, formatYearMonthNumDay, formatYearMonthWeekdayDay, formatYearQuarterFull, formatYearQuarterShort, quartersShort, timeFormat, weekendEnd, weekendStart
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DateTimeFormatInfoImpl_uz_Arab

public DateTimeFormatInfoImpl_uz_Arab()
Method Detail

dateFormatFull

public java.lang.String dateFormatFull()
Specified by:
dateFormatFull in interface DateTimeFormatInfo
Overrides:
dateFormatFull in class DateTimeFormatInfoImpl_uz
Returns:
a "full" date format.

dateFormatLong

public java.lang.String dateFormatLong()
Specified by:
dateFormatLong in interface DateTimeFormatInfo
Overrides:
dateFormatLong in class DateTimeFormatInfoImpl_uz
Returns:
a "long" date format.

dateFormatMedium

public java.lang.String dateFormatMedium()
Specified by:
dateFormatMedium in interface DateTimeFormatInfo
Overrides:
dateFormatMedium in class DateTimeFormatInfoImpl_uz
Returns:
a "medium" date format.

dateFormatShort

public java.lang.String dateFormatShort()
Specified by:
dateFormatShort in interface DateTimeFormatInfo
Overrides:
dateFormatShort in class DateTimeFormatInfoImpl_uz
Returns:
a "short" date format.

erasFull

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

erasShort

public java.lang.String[] erasShort()
Specified by:
erasShort in interface DateTimeFormatInfo
Overrides:
erasShort in class DateTimeFormatInfoImpl_uz
Returns:
abbreviations of the era names.

firstDayOfTheWeek

public int firstDayOfTheWeek()
Specified by:
firstDayOfTheWeek in interface DateTimeFormatInfo
Overrides:
firstDayOfTheWeek in class DefaultDateTimeFormatInfo
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_uz
Returns:
an array of full month names.

monthsFullStandalone

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

monthsShortStandalone

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

timeFormatFull

public java.lang.String timeFormatFull()
Specified by:
timeFormatFull in interface DateTimeFormatInfo
Overrides:
timeFormatFull in class DateTimeFormatInfoImpl_uz
Returns:
a "full" time format.

timeFormatLong

public java.lang.String timeFormatLong()
Specified by:
timeFormatLong in interface DateTimeFormatInfo
Overrides:
timeFormatLong in class DateTimeFormatInfoImpl_uz
Returns:
a "long" time format.

timeFormatMedium

public java.lang.String timeFormatMedium()
Specified by:
timeFormatMedium in interface DateTimeFormatInfo
Overrides:
timeFormatMedium in class DateTimeFormatInfoImpl_uz
Returns:
a "medium" time format.

timeFormatShort

public java.lang.String timeFormatShort()
Specified by:
timeFormatShort in interface DateTimeFormatInfo
Overrides:
timeFormatShort in class DateTimeFormatInfoImpl_uz
Returns:
a "short" time format.

weekdaysFull

public java.lang.String[] weekdaysFull()
Specified by:
weekdaysFull in interface DateTimeFormatInfo
Overrides:
weekdaysFull in class DateTimeFormatInfoImpl_uz
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_uz
Returns:
an array of the full names of weekdays, 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_uz
Returns:
an array of abbreviations for weekdays.

weekdaysShortStandalone

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