Uses of Class
com.ibm.icu.message2.MFDataModel.Attribute
Packages that use MFDataModel.Attribute
-
Uses of MFDataModel.Attribute in com.ibm.icu.message2
Fields in com.ibm.icu.message2 with type parameters of type MFDataModel.AttributeModifier and TypeFieldDescriptionfinal List<MFDataModel.Attribute> MFDataModel.FunctionExpression.attributesDeprecated.This API is for technology preview only.final List<MFDataModel.Attribute> MFDataModel.LiteralExpression.attributesDeprecated.This API is for technology preview only.final List<MFDataModel.Attribute> MFDataModel.Markup.attributesDeprecated.This API is for technology preview only.final List<MFDataModel.Attribute> MFDataModel.VariableExpression.attributesDeprecated.This API is for technology preview only.Constructor parameters in com.ibm.icu.message2 with type arguments of type MFDataModel.AttributeModifierConstructorDescriptionFunctionExpression(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.