Package com.ibm.icu.message2
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 enum
Deprecated. -
Field Summary
FieldsModifier and TypeFieldDescriptionfinal List
<MFDataModel.Attribute> Deprecated.final MFDataModel.Markup.Kind
Deprecated.final String
Deprecated.final Map
<String, MFDataModel.Option> Deprecated. -
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. -
name
Deprecated. -
options
Deprecated. -
attributes
Deprecated.
-
-
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.
-