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 java.lang.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.
-
-
Field Summary
Fields Modifier and Type Field Description private Calendar
cal
Deprecated.private DateFormatSymbols
formatData
Deprecated.private ULocale
loc
Deprecated.private java.lang.String
override
Deprecated.private java.lang.String
pattern
Deprecated.
-
Constructor Summary
Constructors Modifier Constructor Description private
FormatConfiguration()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description 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.java.lang.String
getOverrideString()
Deprecated.This API is ICU internal only.java.lang.String
getPatternString()
Deprecated.This API is ICU internal only.
-
-
-
Field Detail
-
pattern
private java.lang.String pattern
Deprecated.
-
override
private java.lang.String override
Deprecated.
-
formatData
private DateFormatSymbols formatData
Deprecated.
-
cal
private Calendar cal
Deprecated.
-
loc
private ULocale loc
Deprecated.
-
-
Method Detail
-
getPatternString
@Deprecated public java.lang.String getPatternString()
Deprecated.This API is ICU internal only.Returns the pattern string- Returns:
- the format pattern string
-
getOverrideString
@Deprecated public java.lang.String getOverrideString()
Deprecated.This API is ICU internal only.
-
getCalendar
@Deprecated public Calendar getCalendar()
Deprecated.This API is ICU internal only.Returns the calendar- Returns:
- the calendar
-
getLocale
@Deprecated public ULocale getLocale()
Deprecated.This API is ICU internal only.Returns the locale- Returns:
- the locale
-
getDateFormatSymbols
@Deprecated public DateFormatSymbols getDateFormatSymbols()
Deprecated.This API is ICU internal only.Returns the format symbols- Returns:
- the format symbols
-
-