Uses of Class
com.ibm.icu.message2.MFDataModel.Attribute
-
Packages that use MFDataModel.Attribute Package Description com.ibm.icu.message2 Tech Preview implementation of the MessageFormat v2 specification. -
-
Uses of MFDataModel.Attribute in com.ibm.icu.message2
Fields in com.ibm.icu.message2 with type parameters of type MFDataModel.Attribute Modifier and Type Field Description List<MFDataModel.Attribute>
MFDataModel.FunctionExpression. attributes
Deprecated.This API is for technology preview only.List<MFDataModel.Attribute>
MFDataModel.LiteralExpression. attributes
Deprecated.This API is for technology preview only.List<MFDataModel.Attribute>
MFDataModel.Markup. attributes
Deprecated.This API is for technology preview only.List<MFDataModel.Attribute>
MFDataModel.VariableExpression. attributes
Deprecated.This API is for technology preview only.Constructor parameters in com.ibm.icu.message2 with type arguments of type MFDataModel.Attribute Constructor Description FunctionExpression(MFDataModel.FunctionRef function, List<MFDataModel.Attribute> attributes)
Deprecated.This API is for technology preview only.LiteralExpression(MFDataModel.Literal arg, MFDataModel.FunctionRef function, List<MFDataModel.Attribute> attributes)
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.VariableExpression(MFDataModel.VariableRef arg, MFDataModel.FunctionRef function, List<MFDataModel.Attribute> attributes)
Deprecated.This API is for technology preview only.
-