Interface WebValueNode

    • Method Detail

      • getValue

        java.lang.String getValue()
        Returns the value of the current node.
        Returns:
        The value of this node.
        See Also:
        setValue(java.lang.String)
      • setValue

        void setValue​(java.lang.String value)
        Sets the value of the current node. The string will not be checked for validity before being sent to the Intelligence Server.
        Parameters:
        value - The constant to set on the current node.
        See Also:
        getValue()