Package com.ibm.icu.message2
Class Mf2DataModel
java.lang.Object
com.ibm.icu.message2.Mf2DataModel
Deprecated.
This API is for technology preview only.
This maps closely to the official specification.
Since it is not final, we will not add javadoc everywhere.
See the description of the syntax with examples and use cases and the corresponding EBNF.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Deprecated.This API is for technology preview only.static class
Deprecated.This API is for technology preview only.static class
Deprecated.This API is for technology preview only.static interface
Deprecated.This API is for technology preview only.static class
Deprecated.This API is for technology preview only.static class
Deprecated.This API is for technology preview only.static class
Deprecated.This API is for technology preview only.static class
Deprecated.This API is for technology preview only.static class
Deprecated.This API is for technology preview only. -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Mf2DataModel.OrderedMap
<String, Mf2DataModel.Expression> Deprecated.private final Mf2DataModel.Pattern
Deprecated.private final List
<Mf2DataModel.Expression> Deprecated.private final Mf2DataModel.OrderedMap
<Mf2DataModel.SelectorKeys, Mf2DataModel.Pattern> Deprecated. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Mf2DataModel.Builder
builder()
Deprecated.This API is for technology preview only.Deprecated.This API is for technology preview only.Deprecated.This API is for technology preview only.Deprecated.This API is for technology preview only.Deprecated.This API is for technology preview only.toString()
Deprecated.This API is for technology preview only.
-
Field Details
-
localVariables
Deprecated. -
selectors
Deprecated. -
variants
Deprecated. -
pattern
Deprecated.
-
-
Constructor Details
-
Mf2DataModel
Deprecated.
-
-
Method Details
-
builder
Deprecated.This API is for technology preview only.Creates a builder.- Returns:
- the Builder.
-
getLocalVariables
Deprecated.This API is for technology preview only. -
getSelectors
Deprecated.This API is for technology preview only. -
getVariants
@Deprecated public Mf2DataModel.OrderedMap<Mf2DataModel.SelectorKeys,Mf2DataModel.Pattern> getVariants()Deprecated.This API is for technology preview only. -
getPattern
Deprecated.This API is for technology preview only. -
toString
Deprecated.This API is for technology preview only.
-