Interface InclusionMechanism

    • Method Detail

      • isMultiple

        boolean isMultiple()
        Returns the value of the 'Multiple' attribute. The default value is "false".

        If the meaning of the 'Multiple' attribute isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Multiple' attribute.
        See Also:
        setMultiple(boolean), FeatureSolutionPackage.getInclusionMechanism_Multiple()
        Generated class or method.
        EMF model class or method.
        default="false"
      • setMultiple

        void setMultiple​(boolean value)
        Sets the value of the 'Multiple' attribute.
        Parameters:
        value - the new value of the 'Multiple' attribute.
        See Also:
        isMultiple()
        Generated class or method.