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.- Status:
- Technology Preview. This API is still in the early stages of development. Use at your own risk.
-
-
Field Summary
Fields Modifier and Type Field Description List<MFDataModel.Attribute>
attributes
Deprecated.This API is for technology preview only.MFDataModel.FunctionRef
function
Deprecated.This API is for technology preview only.
-
Constructor Summary
Constructors Constructor Description FunctionExpression(MFDataModel.FunctionRef function, List<MFDataModel.Attribute> attributes)
Deprecated.This API is for technology preview only.
-
-
-
Field Detail
-
function
@Deprecated public final MFDataModel.FunctionRef function
Deprecated.This API is for technology preview only.- Status:
- Technology Preview. This API is still in the early stages of development. Use at your own risk.
-
attributes
@Deprecated public final List<MFDataModel.Attribute> attributes
Deprecated.This API is for technology preview only.- Status:
- Technology Preview. This API is still in the early stages of development. Use at your own risk.
-
-
Constructor Detail
-
FunctionExpression
@Deprecated public FunctionExpression(MFDataModel.FunctionRef function, List<MFDataModel.Attribute> attributes)
Deprecated.This API is for technology preview only.- Status:
- Technology Preview. This API is still in the early stages of development. Use at your own risk.
-
-