|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PointCutExpression
A representation of the model object 'Point Cut Expression'.
The following features are supported:
MOFScriptModelPackage.getPointCutExpression()
Field Summary | |
---|---|
static java.lang.String |
copyright
|
Method Summary | |
---|---|
PointCutCombinationOperator |
getCombinationOperator()
Returns the value of the 'Combination Operator' attribute. |
org.eclipse.emf.common.util.EList<PointCutExpression> |
getCombinedExpression()
Returns the value of the 'Combined Expression' containment reference list. |
java.lang.String |
getExpressionString()
Returns the value of the 'Expression String' attribute. |
PointCutOperator |
getOperator()
Returns the value of the 'Operator' attribute. |
void |
setCombinationOperator(PointCutCombinationOperator value)
Sets the value of the ' Combination Operator ' attribute |
void |
setExpressionString(java.lang.String value)
Sets the value of the ' Expression String ' attribute |
void |
setOperator(PointCutOperator value)
Sets the value of the ' Operator ' 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 |
Field Detail |
---|
static final java.lang.String copyright
Method Detail |
---|
java.lang.String getExpressionString()
""
.
If the meaning of the 'Expression String' attribute isn't clear, there really should be more of a description here...
setExpressionString(String)
,
MOFScriptModelPackage.getPointCutExpression_ExpressionString()
void setExpressionString(java.lang.String value)
Expression String
' attribute.
value
- the new value of the 'Expression String' attribute.getExpressionString()
org.eclipse.emf.common.util.EList<PointCutExpression> getCombinedExpression()
PointCutExpression
.
If the meaning of the 'Combined Expression' containment reference list isn't clear, there really should be more of a description here...
MOFScriptModelPackage.getPointCutExpression_CombinedExpression()
PointCutOperator getOperator()
PointCutOperator
.
If the meaning of the 'Operator' attribute isn't clear, there really should be more of a description here...
PointCutOperator
,
setOperator(PointCutOperator)
,
MOFScriptModelPackage.getPointCutExpression_Operator()
void setOperator(PointCutOperator value)
Operator
' attribute.
value
- the new value of the 'Operator' attribute.PointCutOperator
,
getOperator()
PointCutCombinationOperator getCombinationOperator()
PointCutCombinationOperator
.
If the meaning of the 'Combination Operator' attribute isn't clear, there really should be more of a description here...
PointCutCombinationOperator
,
setCombinationOperator(PointCutCombinationOperator)
,
MOFScriptModelPackage.getPointCutExpression_CombinationOperator()
void setCombinationOperator(PointCutCombinationOperator value)
Combination Operator
' attribute.
value
- the new value of the 'Combination Operator' attribute.PointCutCombinationOperator
,
getCombinationOperator()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |