Uses of Enum
com.ibm.icu.text.DisplayOptions.DisplayLength
Packages that use DisplayOptions.DisplayLength
-
Uses of DisplayOptions.DisplayLength in com.ibm.icu.text
Fields in com.ibm.icu.text declared as DisplayOptions.DisplayLengthModifier and TypeFieldDescriptionprivate DisplayOptions.DisplayLength
DisplayOptions.Builder.displayLength
private final DisplayOptions.DisplayLength
DisplayOptions.displayLength
Fields in com.ibm.icu.text with type parameters of type DisplayOptions.DisplayLengthModifier and TypeFieldDescriptionstatic final List<DisplayOptions.DisplayLength>
DisplayOptions.DisplayLength.VALUES
Unmodifiable 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.DisplayLength
Returns 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.