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.Methods in com.ibm.icu.message2 that return MFDataModel.AttributeModifier and TypeMethodDescriptionprivate MFDataModel.AttributeMFParser.getAttribute()Deprecated.Methods in com.ibm.icu.message2 that return types with arguments of type MFDataModel.AttributeModifier and TypeMethodDescriptionprivate List<MFDataModel.Attribute> MFParser.getAttributes()Deprecated.Method parameters in com.ibm.icu.message2 with type arguments of type MFDataModel.AttributeModifier and TypeMethodDescriptionprivate voidMFSerializer.attributesToString(List<MFDataModel.Attribute> attributes) Deprecated.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(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.