Class MFDataModel.Markup
java.lang.Object
org.graalvm.shadowed.com.ibm.icu.message2.MFDataModel.Markup
- All Implemented Interfaces:
MFDataModel.Expression, MFDataModel.PatternPart
- Enclosing class:
MFDataModel
Deprecated.
This API is for technology preview only.
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal List<MFDataModel.Attribute> Deprecated.final org.graalvm.shadowed.com.ibm.icu.message2.MFDataModel.Markup.KindDeprecated.final StringDeprecated.final Map<String, MFDataModel.Option> Deprecated. -
Constructor Summary
ConstructorsConstructorDescriptionMarkup(org.graalvm.shadowed.com.ibm.icu.message2.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
public final org.graalvm.shadowed.com.ibm.icu.message2.MFDataModel.Markup.Kind kindDeprecated. -
name
Deprecated. -
options
Deprecated. -
attributes
Deprecated.
-
-
Constructor Details
-
Markup
@Deprecated public Markup(org.graalvm.shadowed.com.ibm.icu.message2.MFDataModel.Markup.Kind kind, String name, Map<String, MFDataModel.Option> options, List<MFDataModel.Attribute> attributes) Deprecated.This API is for technology preview only.
-