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