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