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