Class Mf2DataModel.Value

java.lang.Object
com.ibm.icu.message2.Mf2DataModel.Value
Enclosing class:
Mf2DataModel

@Deprecated public static class Mf2DataModel.Value extends Object
Deprecated.
This API is for technology preview only.
A Value can be either a Literal, or a Variable, but not both.
  • Method Details

    • builder

      @Deprecated public static Mf2DataModel.Value.Builder builder()
      Deprecated.
      This API is for technology preview only.
      Creates a builder.
      Returns:
      the Builder.
    • getLiteral

      @Deprecated public String getLiteral()
      Deprecated.
      This API is for technology preview only.
    • getVariableName

      @Deprecated public String getVariableName()
      Deprecated.
      This API is for technology preview only.
    • isLiteral

      @Deprecated public boolean isLiteral()
      Deprecated.
      This API is for technology preview only.
    • isVariable

      @Deprecated public boolean isVariable()
      Deprecated.
      This API is for technology preview only.
    • toString

      @Deprecated public String toString()
      Deprecated.
      This API is for technology preview only.
      Overrides:
      toString in class Object