Interface RemoveVariableValueAction

    • Method Detail

      • isRemoveDuplicates

        boolean isRemoveDuplicates()
        Returns the value of the 'Remove Duplicates' attribute. The default value is "false". Specifies whether to remove duplicates of the value in nonunique Variables.
        Returns:
        the value of the 'Remove Duplicates' attribute.
        See Also:
        setRemoveDuplicates(boolean), com.nomagic.uml2.ext.magicdraw.metadata.UMLPackage#getRemoveVariableValueAction_RemoveDuplicates()
        Model:
        default="false" dataType="com.nomagic.uml2.ext.magicdraw.Boolean" required="true" ordered="false"
        Generated:
      • setRemoveDuplicates

        void setRemoveDuplicates​(boolean value)
        Sets the value of the 'Remove Duplicates' attribute.
        Parameters:
        value - the new value of the 'Remove Duplicates' attribute.
        See Also:
        isRemoveDuplicates()
        Generated:
      • setRemoveAt

        void setRemoveAt​(@CheckForNull
                         InputPin value)
        Sets the value of the 'Remove At' containment reference.
        Parameters:
        value - the new value of the 'Remove At' containment reference.
        See Also:
        getRemoveAt()
        Generated: