Package com.ibm.icu.message2
Class MFDataModel.InputDeclaration
- java.lang.Object
-
- com.ibm.icu.message2.MFDataModel.InputDeclaration
-
- All Implemented Interfaces:
MFDataModel.Declaration
- Enclosing class:
- MFDataModel
@Deprecated public static class MFDataModel.InputDeclaration extends Object implements MFDataModel.Declaration
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 String
name
Deprecated.This API is for technology preview only.MFDataModel.VariableExpression
value
Deprecated.This API is for technology preview only.
-
Constructor Summary
Constructors Constructor Description InputDeclaration(String name, MFDataModel.VariableExpression value)
Deprecated.This API is for technology preview only.
-
-
-
Field Detail
-
name
@Deprecated public final String name
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.
-
value
@Deprecated public final MFDataModel.VariableExpression value
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
-
InputDeclaration
@Deprecated public InputDeclaration(String name, MFDataModel.VariableExpression value)
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.
-
-