Package com.ibm.icu.message2
Class MFDataModel.VariableExpression
- java.lang.Object
-
- com.ibm.icu.message2.MFDataModel.VariableExpression
-
- All Implemented Interfaces:
MFDataModel.Expression
,MFDataModel.PatternPart
- Enclosing class:
- MFDataModel
@Deprecated public static class MFDataModel.VariableExpression 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 MFDataModel.VariableRef
arg
Deprecated.This API is for technology preview only.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 VariableExpression(MFDataModel.VariableRef arg, MFDataModel.FunctionRef function, List<MFDataModel.Attribute> attributes)
Deprecated.This API is for technology preview only.
-
-
-
Field Detail
-
arg
@Deprecated public final MFDataModel.VariableRef arg
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.
-
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
-
VariableExpression
@Deprecated public VariableExpression(MFDataModel.VariableRef arg, 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.
-
-