Interface LinkEndDestructionData

    • Method Detail

      • isDestroyDuplicates

        boolean isDestroyDuplicates()
        Returns the value of the 'Destroy Duplicates' attribute. The default value is "false". Specifies whether to destroy duplicates of the value in nonunique Association ends.
        Returns:
        the value of the 'Destroy Duplicates' attribute.
        See Also:
        setDestroyDuplicates(boolean), com.nomagic.uml2.ext.magicdraw.metadata.UMLPackage#getLinkEndDestructionData_DestroyDuplicates()
        Model:
        default="false" dataType="com.nomagic.uml2.ext.magicdraw.Boolean" required="true" ordered="false"
        Generated:
      • setDestroyDuplicates

        void setDestroyDuplicates​(boolean value)
        Sets the value of the 'Destroy Duplicates' attribute.
        Parameters:
        value - the new value of the 'Destroy Duplicates' attribute.
        See Also:
        isDestroyDuplicates()
        Generated:
      • setDestroyAt

        void setDestroyAt​(@CheckForNull
                          InputPin value)
        Sets the value of the 'Destroy At' reference.
        Parameters:
        value - the new value of the 'Destroy At' reference.
        See Also:
        getDestroyAt()
        Generated: