Uses of Class
com.ibm.icu.text.DisplayOptions.SubstituteHandling
-
Packages that use DisplayOptions.SubstituteHandling Package Description com.ibm.icu.text -
-
Uses of DisplayOptions.SubstituteHandling in com.ibm.icu.text
Fields in com.ibm.icu.text with type parameters of type DisplayOptions.SubstituteHandling Modifier and Type Field Description static List<DisplayOptions.SubstituteHandling>DisplayOptions.SubstituteHandling. VALUESUnmodifiable List of all substitute handlings constants.Methods in com.ibm.icu.text that return DisplayOptions.SubstituteHandling Modifier and Type Method Description DisplayOptions.SubstituteHandlingDisplayOptions. getSubstituteHandling()Gets the substitute handling.static DisplayOptions.SubstituteHandlingDisplayOptions.SubstituteHandling. valueOf(String name)Returns the enum constant of this type with the specified name.static DisplayOptions.SubstituteHandling[]DisplayOptions.SubstituteHandling. 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.SubstituteHandling Modifier and Type Method Description DisplayOptions.BuilderDisplayOptions.Builder. setSubstituteHandling(DisplayOptions.SubstituteHandling substituteHandling)Sets the substitute handling.
-