Class FieldDateMath

    • Method Detail

      • _toJsonString

        public java.lang.String _toJsonString()
      • isExpr

        public boolean isExpr()
        Is this variant instance of kind expr?
      • expr

        public java.lang.String expr()
        Get the expr variant value.
        Throws:
        java.lang.IllegalStateException - if the current variant is not of the expr kind.
      • isValue

        public boolean isValue()
        Is this variant instance of kind value?
      • value

        public java.lang.Double value()
        Get the value variant value.
        Throws:
        java.lang.IllegalStateException - if the current variant is not of the value kind.