Interface WebTimeNode

    • Method Detail

      • getTime

        java.lang.String getTime()
        Returns the time value, which will be the node value of a time node.
        Specified by:
        getTime in interface WebTime
        Returns:
        The text value of the time node.
        See Also:
        setTime(java.lang.String)
      • setTime

        void setTime​(java.lang.String time)
        Sets the time value, which will be the node value of a time node. This will not be validated until the expression is sent to the Intelligence Server.
        Specified by:
        setTime in interface WebTime
        Parameters:
        time - The text value of the time node.
        See Also:
        getTime()