Class Mf2DataModel.Value

  • Enclosing class:
    Mf2DataModel

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

      Nested Classes 
      Modifier and Type Class Description
      static class  Mf2DataModel.Value.Builder
      Deprecated.
      This API is for technology preview only.
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      static Mf2DataModel.Value.Builder builder()
      Deprecated.
      This API is for technology preview only.
      java.lang.String getLiteral()
      Deprecated.
      This API is for technology preview only.
      java.lang.String getVariableName()
      Deprecated.
      This API is for technology preview only.
      boolean isLiteral()
      Deprecated.
      This API is for technology preview only.
      boolean isVariable()
      Deprecated.
      This API is for technology preview only.
      java.lang.String toString()
      Deprecated.
      This API is for technology preview only.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Method Detail

      • 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 java.lang.String getLiteral()
        Deprecated.
        This API is for technology preview only.
      • getVariableName

        @Deprecated
        public java.lang.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 java.lang.String toString()
        Deprecated.
        This API is for technology preview only.
        Overrides:
        toString in class java.lang.Object