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

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_Latn
All Implemented Interfaces:
DateTimeFormatInfo, Localizable

public class DateTimeFormatInfoImpl_uz_Latn
extends DateTimeFormatInfoImpl_uz

Implementation of DateTimeFormatInfo for locale "uz_Latn".


Constructor Summary
DateTimeFormatInfoImpl_uz_Latn()
           
 
Method Summary
 java.lang.String formatYearMonthNumDay()
           
 java.lang.String[] monthsNarrow()
           
 java.lang.String[] monthsNarrowStandalone()
           
 java.lang.String[] monthsShort()
           
 java.lang.String[] monthsShortStandalone()
           
 java.lang.String[] weekdaysFull()
           
 java.lang.String[] weekdaysFullStandalone()
           
 java.lang.String[] weekdaysNarrow()
           
 java.lang.String[] weekdaysNarrowStandalone()
           
 java.lang.String[] weekdaysShort()
           
 java.lang.String[] weekdaysShortStandalone()
           
 
Methods inherited from class com.google.gwt.i18n.client.impl.cldr.DateTimeFormatInfoImpl_uz
dateFormatFull, dateFormatLong, dateFormatMedium, dateFormatShort, erasFull, erasShort, monthsFull, monthsFullStandalone, quartersFull, timeFormatFull, timeFormatLong, timeFormatMedium, timeFormatShort
 
Methods inherited from class com.google.gwt.i18n.client.DefaultDateTimeFormatInfo
ampms, dateFormat, dateTime, dateTimeFull, dateTimeLong, dateTimeMedium, dateTimeShort, firstDayOfTheWeek, formatDay, formatHour12Minute, formatHour12MinuteSecond, formatHour24Minute, formatHour24MinuteSecond, formatMinuteSecond, formatMonthAbbrev, formatMonthAbbrevDay, formatMonthFull, formatMonthFullDay, formatMonthFullWeekdayDay, formatMonthNumDay, formatYear, formatYearMonthAbbrev, formatYearMonthAbbrevDay, formatYearMonthFull, formatYearMonthFullDay, formatYearMonthNum, 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_Latn

public DateTimeFormatInfoImpl_uz_Latn()
Method Detail

formatYearMonthNumDay

public java.lang.String formatYearMonthNumDay()
Specified by:
formatYearMonthNumDay in interface DateTimeFormatInfo
Overrides:
formatYearMonthNumDay in class DefaultDateTimeFormatInfo
Returns:
localized format equivalent to the "yMd" skeleton pattern.

monthsNarrow

public java.lang.String[] monthsNarrow()
Specified by:
monthsNarrow in interface DateTimeFormatInfo
Overrides:
monthsNarrow in class DateTimeFormatInfoImpl_uz
Returns:
an array of the shortest abbreviations for months, typically a single character and not guaranteed to be unique.

monthsNarrowStandalone

public java.lang.String[] monthsNarrowStandalone()
Specified by:
monthsNarrowStandalone in interface DateTimeFormatInfo
Overrides:
monthsNarrowStandalone in class DateTimeFormatInfoImpl_uz
Returns:
an array of the shortest abbreviations for months suitable for use in a stand-alone context, typically a single character and not guaranteed to be unique.

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.

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.

weekdaysNarrow

public java.lang.String[] weekdaysNarrow()
Specified by:
weekdaysNarrow in interface DateTimeFormatInfo
Overrides:
weekdaysNarrow in class DateTimeFormatInfoImpl_uz
Returns:
an array of the shortest abbreviations for weekdays, typically a single character and not guaranteed to be unique.

weekdaysNarrowStandalone

public java.lang.String[] weekdaysNarrowStandalone()
Specified by:
weekdaysNarrowStandalone in interface DateTimeFormatInfo
Overrides:
weekdaysNarrowStandalone in class DateTimeFormatInfoImpl_uz
Returns:
an array of the shortest abbreviations for weekdays suitable for use in a stand-alone context, typically a single character and not guaranteed to be unique.

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.