|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.aspectwerkz.xmldef.definition.BindIntroductionRule
Handles the bind-introduction rule definition.
Constructor Summary | |
BindIntroductionRule()
|
Method Summary | |
void |
addIntroductionRef(java.lang.String introductionRef)
Adds a new introduction reference. |
Expression |
getExpression()
Returns the expression. |
java.util.List |
getIntroductionRefs()
Returns a list with all the introduction references. |
void |
setExpression(Expression expression)
Sets the expression. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public BindIntroductionRule()
Method Detail |
public Expression getExpression()
public void setExpression(Expression expression)
expression
- the expressionpublic java.util.List getIntroductionRefs()
public void addIntroductionRef(java.lang.String introductionRef)
introductionRef
- the introduction reference
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |