Uses of Enum
com.ibm.icu.text.DisplayOptions.DisplayLength
Packages that use DisplayOptions.DisplayLength
-
Uses of DisplayOptions.DisplayLength in com.ibm.icu.text
Subclasses with type arguments of type DisplayOptions.DisplayLength in com.ibm.icu.textModifier and TypeClassDescriptionstatic enumRepresents all the display lengths.Fields in com.ibm.icu.text declared as DisplayOptions.DisplayLengthModifier and TypeFieldDescriptionprivate DisplayOptions.DisplayLengthDisplayOptions.Builder.displayLengthprivate final DisplayOptions.DisplayLengthDisplayOptions.displayLengthFields in com.ibm.icu.text with type parameters of type DisplayOptions.DisplayLengthModifier and TypeFieldDescriptionstatic final List<DisplayOptions.DisplayLength> DisplayOptions.DisplayLength.VALUESUnmodifiable List of all display lengths constants.Methods in com.ibm.icu.text that return DisplayOptions.DisplayLengthModifier and TypeMethodDescriptionDisplayOptions.getDisplayLength()Gets the display length.static DisplayOptions.DisplayLengthReturns the enum constant of this type with the specified name.static DisplayOptions.DisplayLength[]DisplayOptions.DisplayLength.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 DisplayOptions.DisplayLengthModifier and TypeMethodDescriptionDisplayOptions.Builder.setDisplayLength(DisplayOptions.DisplayLength displayLength) Sets the display length.