Uses of Enum
com.ibm.icu.text.DisplayContext.Type
Packages that use DisplayContext.Type
-
Uses of DisplayContext.Type in com.ibm.icu.impl
Methods in com.ibm.icu.impl with parameters of type DisplayContext.Type -
Uses of DisplayContext.Type in com.ibm.icu.text
Subclasses with type arguments of type DisplayContext.Type in com.ibm.icu.textFields in com.ibm.icu.text declared as DisplayContext.TypeMethods in com.ibm.icu.text that return DisplayContext.TypeModifier and TypeMethodDescriptionDisplayContext.type()Get the Type part of the enum item (e.g.static DisplayContext.TypeReturns 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.TypeModifier and TypeMethodDescriptionDateFormat.getContext(DisplayContext.Type type) Get the formatter's DisplayContext value for the specified DisplayContext.Type, such as CAPITALIZATION.DateIntervalFormat.getContext(DisplayContext.Type type) 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.LocaleDisplayNames.LastResortLocaleDisplayNames.getContext(DisplayContext.Type type) 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