com.ibm.icu.util
Class Calendar.FormatConfiguration

java.lang.Object
  extended by com.ibm.icu.util.Calendar.FormatConfiguration
Enclosing class:
Calendar

Deprecated. This API is ICU internal only.

public static class Calendar.FormatConfiguration
extends Object

An instance of FormatConfiguration represents calendar specific date format configuration and used for calling the ICU private SimpleDateFormat factory method.

Status:
Internal. This API is ICU internal only.

Method Summary
 Calendar getCalendar()
          Deprecated. This API is ICU internal only.
 DateFormatSymbols getDateFormatSymbols()
          Deprecated. This API is ICU internal only.
 ULocale getLocale()
          Deprecated. This API is ICU internal only.
 String getOverrideString()
          Deprecated. This API is ICU internal only.
 String getPatternString()
          Deprecated. This API is ICU internal only.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getPatternString

public String getPatternString()
Deprecated. This API is ICU internal only.

Returns the pattern string

Returns:
the format pattern string
Status:
Internal. This API is ICU internal only.

getOverrideString

public String getOverrideString()
Deprecated. This API is ICU internal only.

Status:
Internal. This API is ICU internal only.

getCalendar

public Calendar getCalendar()
Deprecated. This API is ICU internal only.

Returns the calendar

Returns:
the calendar
Status:
Internal. This API is ICU internal only.

getLocale

public ULocale getLocale()
Deprecated. This API is ICU internal only.

Returns the locale

Returns:
the locale
Status:
Internal. This API is ICU internal only.

getDateFormatSymbols

public DateFormatSymbols getDateFormatSymbols()
Deprecated. This API is ICU internal only.

Returns the format symbols

Returns:
the format symbols
Status:
Internal. This API is ICU internal only.


Copyright (c) 2011 IBM Corporation and others.