|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Advice
A representation of the model object 'Advice'.
The following features are supported:
MOFScriptModelPackage.getAdvice()
Field Summary | |
---|---|
static java.lang.String |
copyright
|
Method Summary | |
---|---|
java.lang.String |
getCode()
Returns the value of the 'Code' attribute. |
java.lang.String |
getName()
Returns the value of the 'Name' attribute. |
AdviceOperator |
getOperator()
Returns the value of the 'Operator' attribute. |
PointCut |
getPointcut()
Returns the value of the 'Pointcut' reference |
java.lang.String |
getPointCutRef()
Returns the value of the 'Point Cut Ref' attribute. |
void |
setCode(java.lang.String value)
Sets the value of the ' Code ' attribute |
void |
setName(java.lang.String value)
Sets the value of the ' Name ' attribute |
void |
setOperator(AdviceOperator value)
Sets the value of the ' Operator ' attribute |
void |
setPointcut(PointCut value)
Sets the value of the ' Pointcut ' reference |
void |
setPointCutRef(java.lang.String value)
Sets the value of the ' Point Cut Ref ' attribute |
Methods inherited from interface org.eclipse.mofscript.MOFScriptModel.MOFScriptStatementOwner |
---|
getBlocks, getStatements, getVariables |
Methods inherited from interface org.eclipse.mofscript.MOFScriptModel.MOFScriptObject |
---|
getColumn, getComment, getLine, setColumn, setLine |
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 |
Field Detail |
---|
static final java.lang.String copyright
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.getAdvice_Name()
void setName(java.lang.String value)
Name
' attribute.
value
- the new value of the 'Name' attribute.getName()
java.lang.String getCode()
""
.
If the meaning of the 'Code' attribute isn't clear, there really should be more of a description here...
setCode(String)
,
MOFScriptModelPackage.getAdvice_Code()
void setCode(java.lang.String value)
Code
' attribute.
value
- the new value of the 'Code' attribute.getCode()
AdviceOperator getOperator()
AdviceOperator
.
If the meaning of the 'Operator' attribute isn't clear, there really should be more of a description here...
AdviceOperator
,
setOperator(AdviceOperator)
,
MOFScriptModelPackage.getAdvice_Operator()
void setOperator(AdviceOperator value)
Operator
' attribute.
value
- the new value of the 'Operator' attribute.AdviceOperator
,
getOperator()
PointCut getPointcut()
If the meaning of the 'Pointcut' reference isn't clear, there really should be more of a description here...
setPointcut(PointCut)
,
MOFScriptModelPackage.getAdvice_Pointcut()
void setPointcut(PointCut value)
Pointcut
' reference.
value
- the new value of the 'Pointcut' reference.getPointcut()
java.lang.String getPointCutRef()
""
.
If the meaning of the 'Point Cut Ref' attribute isn't clear, there really should be more of a description here...
setPointCutRef(String)
,
MOFScriptModelPackage.getAdvice_PointCutRef()
void setPointCutRef(java.lang.String value)
Point Cut Ref
' attribute.
value
- the new value of the 'Point Cut Ref' attribute.getPointCutRef()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |