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 java.lang.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.  
 DateFormatSymbols getDateFormatSymbols()
          Deprecated.  
 ULocale getLocale()
          Deprecated.  
 java.lang.String getPatternString()
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getPatternString

public java.lang.String getPatternString()
Deprecated. 

getCalendar

public Calendar getCalendar()
Deprecated. 

getLocale

public ULocale getLocale()
Deprecated. 

getDateFormatSymbols

public DateFormatSymbols getDateFormatSymbols()
Deprecated. 


Copyright (c) 2007 IBM Corporation and others.