Interface Feature

    • Method Detail

      • isStatic

        boolean isStatic()
        Returns the value of the 'Static' attribute. The default value is "false". Specifies whether this Feature characterizes individual instances classified by the Classifier (false) or the Classifier itself (true).
        Returns:
        the value of the 'Static' attribute.
        See Also:
        setStatic(boolean), com.nomagic.uml2.ext.magicdraw.metadata.UMLPackage#getFeature_Static()
        Model:
        default="false" dataType="com.nomagic.uml2.ext.magicdraw.Boolean" required="true" ordered="false"
        Generated:
      • setStatic

        void setStatic​(boolean value)
        Sets the value of the 'Static' attribute.
        Parameters:
        value - the new value of the 'Static' attribute.
        See Also:
        isStatic()
        Generated: