Interface PointCut

  • All Superinterfaces:
    EObject, Notifier

    public interface PointCut
    extends EObject
    A representation of the model object 'Point Cut'.

    The following features are supported:

    See Also:
    featureSolution.FeatureSolutionPackage#getPointCut()
    Generated class or method.
    EMF model class or method.
    • Method Detail

      • getPlacementStrategy

        PlacementStrategy getPlacementStrategy()
        Returns the value of the 'Placement Strategy' containment reference.

        If the meaning of the 'Placement Strategy' containment reference isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Placement Strategy' containment reference.
        See Also:
        setPlacementStrategy(PlacementStrategy), featureSolution.FeatureSolutionPackage#getPointCut_PlacementStrategy()
        Generated class or method.
        EMF model class or method.
        containment="true"
      • setPlacementStrategy

        void setPlacementStrategy​(PlacementStrategy value)
        Sets the value of the 'Placement Strategy' containment reference.
        Parameters:
        value - the new value of the 'Placement Strategy' containment reference.
        See Also:
        getPlacementStrategy()
        Generated class or method.
      • getName

        String getName()
        Returns the value of the 'Name' attribute.

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

        Returns:
        the value of the 'Name' attribute.
        See Also:
        setName(String), featureSolution.FeatureSolutionPackage#getPointCut_Name()
        Generated class or method.
        EMF model class or method.
      • setName

        void setName​(String value)
        Sets the value of the 'Name' attribute.
        Parameters:
        value - the new value of the 'Name' attribute.
        See Also:
        getName()
        Generated class or method.