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