Interface VStackItem

    • Method Detail

      • getValue

        java.lang.Object getValue()
        Returns the value of the 'Value' attribute.

        If the meaning of the 'Value' attribute isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Value' attribute.
        See Also:
        setValue(Object), VStackPackage.getStackItem_Value()
      • setValue

        void setValue​(java.lang.Object value)
        Sets the value of the 'Value' attribute.
        Parameters:
        value - the new value of the 'Value' attribute.
        See Also:
        getValue()