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 Object
implements MFDataModel.Expression
Deprecated.
This API is for technology preview only.
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal List
<MFDataModel.Attribute> Deprecated.final MFDataModel.Function
Deprecated. -
Constructor Summary
ConstructorsConstructorDescriptionFunctionExpression
(MFDataModel.Function function, List<MFDataModel.Attribute> attributes) Deprecated.This API is for technology preview only. -
Method Summary
-
Field Details
-
function
Deprecated. -
attributes
Deprecated.
-
-
Constructor Details
-
FunctionExpression
@Deprecated public FunctionExpression(MFDataModel.Function function, List<MFDataModel.Attribute> attributes) Deprecated.This API is for technology preview only.
-