Package com.ibm.icu.message2
Class MFDataModel.SelectMessage
- java.lang.Object
-
- com.ibm.icu.message2.MFDataModel.SelectMessage
-
- All Implemented Interfaces:
MFDataModel.Message
- Enclosing class:
- MFDataModel
@Deprecated public static class MFDataModel.SelectMessage extends Object implements MFDataModel.Message
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 List<MFDataModel.Declaration>
declarations
Deprecated.This API is for technology preview only.List<MFDataModel.Expression>
selectors
Deprecated.This API is for technology preview only.List<MFDataModel.Variant>
variants
Deprecated.This API is for technology preview only.
-
Constructor Summary
Constructors Constructor Description SelectMessage(List<MFDataModel.Declaration> declarations, List<MFDataModel.Expression> selectors, List<MFDataModel.Variant> variants)
Deprecated.This API is for technology preview only.
-
-
-
Field Detail
-
declarations
@Deprecated public final List<MFDataModel.Declaration> declarations
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.
-
selectors
@Deprecated public final List<MFDataModel.Expression> selectors
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.
-
variants
@Deprecated public final List<MFDataModel.Variant> variants
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
-
SelectMessage
@Deprecated public SelectMessage(List<MFDataModel.Declaration> declarations, List<MFDataModel.Expression> selectors, List<MFDataModel.Variant> variants)
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.
-
-