|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PointCut
A representation of the model object 'Point Cut'.
The following features are supported:
MOFScriptModelPackage.getPointCut()
Method Summary | |
---|---|
java.lang.String |
getName()
Returns the value of the 'Name' attribute. |
PointCutExpression |
getPointcutexpression()
Returns the value of the 'Pointcutexpression' containment reference |
java.lang.String |
getTypeMatch()
Returns the value of the 'Type Match' attribute. |
void |
setName(java.lang.String value)
Sets the value of the ' Name ' attribute |
void |
setPointcutexpression(PointCutExpression value)
Sets the value of the ' Pointcutexpression ' containment reference |
void |
setTypeMatch(java.lang.String value)
Sets the value of the ' Type Match ' attribute |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Method Detail |
---|
java.lang.String getName()
""
.
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
setName(String)
,
MOFScriptModelPackage.getPointCut_Name()
void setName(java.lang.String value)
Name
' attribute.
value
- the new value of the 'Name' attribute.getName()
PointCutExpression getPointcutexpression()
If the meaning of the 'Pointcutexpression' containment reference isn't clear, there really should be more of a description here...
setPointcutexpression(PointCutExpression)
,
MOFScriptModelPackage.getPointCut_Pointcutexpression()
void setPointcutexpression(PointCutExpression value)
Pointcutexpression
' containment reference.
value
- the new value of the 'Pointcutexpression' containment reference.getPointcutexpression()
java.lang.String getTypeMatch()
""
.
If the meaning of the 'Type Match' attribute isn't clear, there really should be more of a description here...
setTypeMatch(String)
,
MOFScriptModelPackage.getPointCut_TypeMatch()
void setTypeMatch(java.lang.String value)
Type Match
' attribute.
value
- the new value of the 'Type Match' attribute.getTypeMatch()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |