Package featureSolution
Interface PointCut
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 Summary
Modifier and TypeMethodDescriptiongetName()Returns the value of the 'Name' attribute.Returns the value of the 'Placement Strategy' containment reference.voidSets the value of the 'Name' attribute.voidSets the value of the 'Placement Strategy' containment reference.Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
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
Sets the value of the 'Placement Strategy' containment reference.- Parameters:
value- the new value of the 'Placement Strategy' containment reference.- See Also:
- 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
Sets the value of the 'Name' attribute.- Parameters:
value- the new value of the 'Name' attribute.- See Also:
- Generated class or method.
-