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

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

public class DateTimeFormatInfoImpl_de_AT
extends DateTimeFormatInfoImpl_de

Implementation of DateTimeFormatInfo for locale "de_AT".


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

Constructor Detail

DateTimeFormatInfoImpl_de_AT

public DateTimeFormatInfoImpl_de_AT()
Method Detail

dateFormatFull

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

dateFormatLong

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

monthsFull

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

monthsFullStandalone

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

monthsShortStandalone

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