Package com.ibm.icu.util
Class Calendar.FormatConfiguration
- java.lang.Object
-
- com.ibm.icu.util.Calendar.FormatConfiguration
-
- Enclosing class:
- Calendar
@Deprecated public static class Calendar.FormatConfiguration extends Object
Deprecated.This API is ICU internal only.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
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description CalendargetCalendar()Deprecated.This API is ICU internal only.DateFormatSymbolsgetDateFormatSymbols()Deprecated.This API is ICU internal only.ULocalegetLocale()Deprecated.This API is ICU internal only.StringgetOverrideString()Deprecated.This API is ICU internal only.StringgetPatternString()Deprecated.This API is ICU internal only.
-
-
-
Method Detail
-
getPatternString
@Deprecated 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
@Deprecated public String getOverrideString()
Deprecated.This API is ICU internal only.- Status:
- Internal. This API is ICU internal only.
-
getCalendar
@Deprecated 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
@Deprecated 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
@Deprecated 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.
-
-