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 java.util.List<MFDataModel.Attribute>
MFDataModel.FunctionExpression. attributes
Deprecated.java.util.List<MFDataModel.Attribute>
MFDataModel.LiteralExpression. attributes
Deprecated.java.util.List<MFDataModel.Attribute>
MFDataModel.Markup. attributes
Deprecated.java.util.List<MFDataModel.Attribute>
MFDataModel.UnsupportedExpression. attributes
Deprecated.java.util.List<MFDataModel.Attribute>
MFDataModel.VariableExpression. attributes
Deprecated.Methods in com.ibm.icu.message2 that return MFDataModel.Attribute Modifier and Type Method Description private MFDataModel.Attribute
MFParser. getAttribute()
Deprecated.Methods in com.ibm.icu.message2 that return types with arguments of type MFDataModel.Attribute Modifier and Type Method Description private java.util.List<MFDataModel.Attribute>
MFParser. getAttributes()
Deprecated.Method parameters in com.ibm.icu.message2 with type arguments of type MFDataModel.Attribute Modifier and Type Method Description private void
MFSerializer. attributesToString(java.util.List<MFDataModel.Attribute> attributes)
Deprecated.Constructor parameters in com.ibm.icu.message2 with type arguments of type MFDataModel.Attribute Constructor Description FunctionExpression(MFDataModel.FunctionAnnotation annotation, java.util.List<MFDataModel.Attribute> attributes)
Deprecated.This API is for technology preview only.LiteralExpression(MFDataModel.Literal arg, MFDataModel.Annotation annotation, java.util.List<MFDataModel.Attribute> attributes)
Deprecated.This API is for technology preview only.Markup(MFDataModel.Markup.Kind kind, java.lang.String name, java.util.Map<java.lang.String,MFDataModel.Option> options, java.util.List<MFDataModel.Attribute> attributes)
Deprecated.This API is for technology preview only.UnsupportedExpression(MFDataModel.UnsupportedAnnotation annotation, java.util.List<MFDataModel.Attribute> attributes)
Deprecated.This API is for technology preview only.VariableExpression(MFDataModel.VariableRef arg, MFDataModel.Annotation annotation, java.util.List<MFDataModel.Attribute> attributes)
Deprecated.This API is for technology preview only.
-