Interface Pin

    • Method Detail

      • isControl

        boolean isControl()
        Returns the value of the 'Control' attribute. The default value is "false". Indicates whether the Pin provides data to the Action or just controls how the Action executes.
        Returns:
        the value of the 'Control' attribute.
        See Also:
        setControl(boolean), com.nomagic.uml2.ext.magicdraw.metadata.UMLPackage#getPin_Control()
        Model:
        default="false" dataType="com.nomagic.uml2.ext.magicdraw.Boolean" required="true" ordered="false"
        Generated:
      • setControl

        void setControl​(boolean value)
        Sets the value of the 'Control' attribute.
        Parameters:
        value - the new value of the 'Control' attribute.
        See Also:
        isControl()
        Generated: