Uses of Class
com.ibm.icu.message2.Mf2DataModel.Value
Packages that use Mf2DataModel.Value
-
Uses of Mf2DataModel.Value in com.ibm.icu.message2
Fields in com.ibm.icu.message2 declared as Mf2DataModel.ValueModifier and TypeFieldDescriptionprivate Mf2DataModel.ValueMf2DataModel.Expression.Builder.operandDeprecated.private final Mf2DataModel.ValueMf2DataModel.Expression.operandDeprecated.(package private) Mf2DataModel.ValueMf2Serializer.Option.valueFields in com.ibm.icu.message2 with type parameters of type Mf2DataModel.ValueModifier and TypeFieldDescriptionprivate final Mf2DataModel.OrderedMap<String, Mf2DataModel.Value> Mf2DataModel.Expression.Builder.optionsDeprecated.private final Map<String, Mf2DataModel.Value> Mf2DataModel.Expression.optionsDeprecated.Methods in com.ibm.icu.message2 that return Mf2DataModel.ValueModifier and TypeMethodDescriptionMf2DataModel.Value.Builder.build()Deprecated.This API is for technology preview only.Mf2DataModel.Expression.getOperand()Deprecated.This API is for technology preview only.Methods in com.ibm.icu.message2 that return types with arguments of type Mf2DataModel.ValueModifier and TypeMethodDescriptionMf2DataModel.Expression.getOptions()Deprecated.This API is for technology preview only.Methods in com.ibm.icu.message2 with parameters of type Mf2DataModel.ValueModifier and TypeMethodDescriptionMf2DataModel.Expression.Builder.addOption(String key, Mf2DataModel.Value value) Deprecated.This API is for technology preview only.Mf2DataModel.Expression.Builder.setOperand(Mf2DataModel.Value operand) Deprecated.This API is for technology preview only.private ObjectMf2DataModelFormatter.variableToObjectEx(Mf2DataModel.Value value, Map<String, Object> arguments) Method parameters in com.ibm.icu.message2 with type arguments of type Mf2DataModel.ValueModifier and TypeMethodDescriptionMf2DataModel.Expression.Builder.addOptions(Map<String, Mf2DataModel.Value> otherOptions) Deprecated.This API is for technology preview only.Mf2DataModelFormatter.mf2OptToFixedOptions(Map<String, Mf2DataModel.Value> options) Mf2DataModelFormatter.mf2OptToVariableOptions(Map<String, Mf2DataModel.Value> options, Map<String, Object> arguments)