Interface FeatureChoice

    • Method Detail

      • isSelected

        boolean isSelected()
        Returns the value of the 'Selected' attribute. Indicates whether the Feature shall be active.
        Returns:
        the value of the 'Selected' attribute.
        See Also:
        setSelected(boolean), designdecisionPackage.getFeatureChoice_Selected()
        Generated class or method.
        EMF model class or method.
        dataType="org.eclipse.uml2.types.Boolean"
      • setSelected

        void setSelected​(boolean value)
        Sets the value of the 'Selected' attribute.
        Parameters:
        value - the new value of the 'Selected' attribute.
        See Also:
        isSelected()
        Generated class or method.
      • isPresent

        boolean isPresent()
        Returns the value of the 'Present' attribute. Indicates whether the Feature is active.
        Returns:
        the value of the 'Present' attribute.
        See Also:
        setPresent(boolean), designdecisionPackage.getFeatureChoice_Present()
        Generated class or method.
        EMF model class or method.
        dataType="org.eclipse.uml2.types.Boolean"
      • setPresent

        void setPresent​(boolean value)
        Sets the value of the 'Present' attribute.
        Parameters:
        value - the new value of the 'Present' attribute.
        See Also:
        isPresent()
        Generated class or method.