Interface FeatureChoice

All Superinterfaces:
Choice, EObject, Notifier
All Known Implementing Classes:
FeatureChoiceImpl

public interface FeatureChoice extends Choice
A representation of the model object 'Feature Choice'. The FeatureChoice represents a choice for a FeatureDegree.

The following features are supported:

See Also:
Generated class or method.
EMF model class or method.
  • Method Details

    • 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:
      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:
      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:
      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:
      Generated class or method.