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.


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.  
 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.

Gets the pattern string

Returns:
the format pattern string

getOverrideString

public String getOverrideString()
Deprecated. 

getCalendar

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

Gets the calendar

Returns:
the calendar

getLocale

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

Gets the locale

Returns:
the locale

getDateFormatSymbols

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

Gets the format symbols

Returns:
the format symbols


Copyright (c) 2009 IBM Corporation and others.