Uses of Class
com.ibm.icu.text.DisplayContext.Type
-
Packages that use DisplayContext.Type Package Description com.ibm.icu.text -
-
Uses of DisplayContext.Type in com.ibm.icu.text
Methods in com.ibm.icu.text that return DisplayContext.Type Modifier and Type Method Description DisplayContext.TypeDisplayContext. type()Get the Type part of the enum item (e.g.static DisplayContext.TypeDisplayContext.Type. valueOf(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 DisplayContextDateFormat. getContext(DisplayContext.Type type)[icu] Get the formatter's DisplayContext value for the specified DisplayContext.Type, such as CAPITALIZATION.DisplayContextDateIntervalFormat. getContext(DisplayContext.Type type)[icu] Get the formatter's DisplayContext value for the specified DisplayContext.Type, such as CAPITALIZATION.abstract DisplayContextLocaleDisplayNames. getContext(DisplayContext.Type type)Returns the current value for a specified DisplayContext.Type.DisplayContextNumberFormat. getContext(DisplayContext.Type type)[icu] Get the formatter's DisplayContext value for the specified DisplayContext.Type, such as CAPITALIZATION.
-