Uses of Class
com.ibm.icu.message2.MFDataModel.Option
-
Packages that use MFDataModel.Option Package Description com.ibm.icu.message2 Tech Preview implementation of the MessageFormat v2 specification. -
-
Uses of MFDataModel.Option in com.ibm.icu.message2
Fields in com.ibm.icu.message2 with type parameters of type MFDataModel.Option Modifier and Type Field Description Map<String,MFDataModel.Option>MFDataModel.FunctionRef. optionsDeprecated.This API is for technology preview only.Map<String,MFDataModel.Option>MFDataModel.Markup. optionsDeprecated.This API is for technology preview only.Constructor parameters in com.ibm.icu.message2 with type arguments of type MFDataModel.Option Constructor Description FunctionRef(String name, Map<String,MFDataModel.Option> options)Deprecated.This API is for technology preview only.Markup(com.ibm.icu.message2.MFDataModel.Markup.Kind kind, String name, Map<String,MFDataModel.Option> options, List<MFDataModel.Attribute> attributes)Deprecated.This API is for technology preview only.
-