Package featureSolution
Interface PointCut
-
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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getName()
Returns the value of the 'Name' attribute.PlacementStrategy
getPlacementStrategy()
Returns the value of the 'Placement Strategy' containment reference.void
setName(String value)
Sets the value of the 'Name
' attribute.void
setPlacementStrategy(PlacementStrategy value)
Sets 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, eUnset
-
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
-
-
-
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.
-
-