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