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.attributes
Deprecated.final List
<MFDataModel.Attribute> MFDataModel.LiteralExpression.attributes
Deprecated.final List
<MFDataModel.Attribute> MFDataModel.Markup.attributes
Deprecated.final List
<MFDataModel.Attribute> MFDataModel.UnsupportedExpression.attributes
Deprecated.final List
<MFDataModel.Attribute> MFDataModel.VariableExpression.attributes
Deprecated.Methods in com.ibm.icu.message2 that return MFDataModel.AttributeModifier and TypeMethodDescriptionprivate MFDataModel.Attribute
MFParser.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 void
MFSerializer.attributesToString
(List<MFDataModel.Attribute> attributes) Deprecated.Constructor parameters in com.ibm.icu.message2 with type arguments of type MFDataModel.AttributeModifierConstructorDescriptionFunctionExpression
(MFDataModel.FunctionAnnotation annotation, List<MFDataModel.Attribute> attributes) Deprecated.This API is for technology preview only.LiteralExpression
(MFDataModel.Literal arg, MFDataModel.Annotation annotation, 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.UnsupportedExpression
(MFDataModel.UnsupportedAnnotation annotation, List<MFDataModel.Attribute> attributes) Deprecated.This API is for technology preview only.VariableExpression
(MFDataModel.VariableRef arg, MFDataModel.Annotation annotation, List<MFDataModel.Attribute> attributes) Deprecated.This API is for technology preview only.