Package com.ibm.icu.message2
Class MFDataModel.LiteralExpression
- java.lang.Object
-
- com.ibm.icu.message2.MFDataModel.LiteralExpression
-
- All Implemented Interfaces:
MFDataModel.Expression
,MFDataModel.PatternPart
- Enclosing class:
- MFDataModel
@Deprecated public static class MFDataModel.LiteralExpression extends java.lang.Object implements MFDataModel.Expression
Deprecated.This API is for technology preview only.
-
-
Field Summary
Fields Modifier and Type Field Description MFDataModel.Annotation
annotation
Deprecated.MFDataModel.Literal
arg
Deprecated.java.util.List<MFDataModel.Attribute>
attributes
Deprecated.
-
Constructor Summary
Constructors Constructor Description LiteralExpression(MFDataModel.Literal arg, MFDataModel.Annotation annotation, java.util.List<MFDataModel.Attribute> attributes)
Deprecated.This API is for technology preview only.
-
-
-
Field Detail
-
arg
public final MFDataModel.Literal arg
Deprecated.
-
annotation
public final MFDataModel.Annotation annotation
Deprecated.
-
attributes
public final java.util.List<MFDataModel.Attribute> attributes
Deprecated.
-
-
Constructor Detail
-
LiteralExpression
@Deprecated public LiteralExpression(MFDataModel.Literal arg, MFDataModel.Annotation annotation, java.util.List<MFDataModel.Attribute> attributes)
Deprecated.This API is for technology preview only.
-
-