Uses of Class
com.ibm.icu.text.DisplayContext.Type
-
Packages that use DisplayContext.Type Package Description com.ibm.icu.impl com.ibm.icu.text -
-
Uses of DisplayContext.Type in com.ibm.icu.impl
Methods in com.ibm.icu.impl with parameters of type DisplayContext.Type Modifier and Type Method Description DisplayContext
LocaleDisplayNamesImpl. getContext(DisplayContext.Type type)
-
Uses of DisplayContext.Type in com.ibm.icu.text
Fields in com.ibm.icu.text declared as DisplayContext.Type Modifier and Type Field Description private DisplayContext.Type
DisplayContext. type
Methods in com.ibm.icu.text that return DisplayContext.Type Modifier and Type Method Description DisplayContext.Type
DisplayContext. type()
Get the Type part of the enum item (e.g.static DisplayContext.Type
DisplayContext.Type. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static DisplayContext.Type[]
DisplayContext.Type. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.ibm.icu.text with parameters of type DisplayContext.Type Modifier and Type Method Description DisplayContext
DateFormat. getContext(DisplayContext.Type type)
Get the formatter's DisplayContext value for the specified DisplayContext.Type, such as CAPITALIZATION.DisplayContext
DateIntervalFormat. getContext(DisplayContext.Type type)
Get the formatter's DisplayContext value for the specified DisplayContext.Type, such as CAPITALIZATION.abstract DisplayContext
LocaleDisplayNames. getContext(DisplayContext.Type type)
Returns the current value for a specified DisplayContext.Type.DisplayContext
LocaleDisplayNames.LastResortLocaleDisplayNames. getContext(DisplayContext.Type type)
DisplayContext
NumberFormat. getContext(DisplayContext.Type type)
Get the formatter's DisplayContext value for the specified DisplayContext.Type, such as CAPITALIZATION.Constructors in com.ibm.icu.text with parameters of type DisplayContext.Type Constructor Description DisplayContext(DisplayContext.Type type, int value)
-