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