Interface LinkedObject

    • Method Detail

      • setObject

        void setObject​(EObject value)
        Sets the value of the 'Object' reference.
        Parameters:
        value - the new value of the 'Object' reference.
        See Also:
        getObject()
        Generated