Class MFDataModel.Markup
java.lang.Object
com.ibm.icu.message2.MFDataModel.Markup
- All Implemented Interfaces:
MFDataModel.Expression, MFDataModel.PatternPart
- Enclosing class:
MFDataModel
Deprecated.
This API is for technology preview only.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescription(package private) static enumDeprecated. -
Field Summary
FieldsModifier and TypeFieldDescriptionfinal List<MFDataModel.Attribute> Deprecated.This API is for technology preview only.final MFDataModel.Markup.KindDeprecated.This API is for technology preview only.final StringDeprecated.This API is for technology preview only.final Map<String, MFDataModel.Option> Deprecated.This API is for technology preview only. -
Constructor Summary
ConstructorsConstructorDescriptionMarkup(MFDataModel.Markup.Kind kind, String name, Map<String, MFDataModel.Option> options, List<MFDataModel.Attribute> attributes) Deprecated.This API is for technology preview only. -
Method Summary
-
Field Details
-
kind
Deprecated.This API is for technology preview only. -
name
Deprecated.This API is for technology preview only. -
options
Deprecated.This API is for technology preview only. -
attributes
Deprecated.This API is for technology preview only.
-
-
Constructor Details
-
Markup
@Deprecated public Markup(MFDataModel.Markup.Kind kind, String name, Map<String, MFDataModel.Option> options, List<MFDataModel.Attribute> attributes) Deprecated.This API is for technology preview only.
-