Interface DestroyObjectAction

    • Method Detail

      • isDestroyLinks

        boolean isDestroyLinks()
        Returns the value of the 'Destroy Links' attribute. The default value is "false". Specifies whether links in which the object participates are destroyed along with the object.
        Returns:
        the value of the 'Destroy Links' attribute.
        See Also:
        setDestroyLinks(boolean), com.nomagic.uml2.ext.magicdraw.metadata.UMLPackage#getDestroyObjectAction_DestroyLinks()
        Model:
        default="false" dataType="com.nomagic.uml2.ext.magicdraw.Boolean" required="true" ordered="false"
        Generated:
      • setDestroyLinks

        void setDestroyLinks​(boolean value)
        Sets the value of the 'Destroy Links' attribute.
        Parameters:
        value - the new value of the 'Destroy Links' attribute.
        See Also:
        isDestroyLinks()
        Generated:
      • isDestroyOwnedObjects

        boolean isDestroyOwnedObjects()
        Returns the value of the 'Destroy Owned Objects' attribute. The default value is "false". Specifies whether objects owned by the object (via composition) are destroyed along with the object.
        Returns:
        the value of the 'Destroy Owned Objects' attribute.
        See Also:
        setDestroyOwnedObjects(boolean), com.nomagic.uml2.ext.magicdraw.metadata.UMLPackage#getDestroyObjectAction_DestroyOwnedObjects()
        Model:
        default="false" dataType="com.nomagic.uml2.ext.magicdraw.Boolean" required="true" ordered="false"
        Generated:
      • setDestroyOwnedObjects

        void setDestroyOwnedObjects​(boolean value)
        Sets the value of the 'Destroy Owned Objects' attribute.
        Parameters:
        value - the new value of the 'Destroy Owned Objects' attribute.
        See Also:
        isDestroyOwnedObjects()
        Generated:
      • setTarget

        void setTarget​(@CheckForNull
                       InputPin value)
        Sets the value of the 'Target' containment reference.
        Parameters:
        value - the new value of the 'Target' containment reference.
        See Also:
        getTarget()
        Generated: