org.codehaus.aspectwerkz.xmldef.definition
Class BindIntroductionRule

java.lang.Object
  extended byorg.codehaus.aspectwerkz.xmldef.definition.BindIntroductionRule
All Implemented Interfaces:
BindRule, java.io.Serializable

public class BindIntroductionRule
extends java.lang.Object
implements BindRule

Handles the bind-introduction rule definition.

Author:
Jonas Bonér
See Also:
Serialized Form

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

BindIntroductionRule

public BindIntroductionRule()
Method Detail

getExpression

public Expression getExpression()
Returns the expression.

Returns:
the expression

setExpression

public void setExpression(Expression expression)
Sets the expression.

Parameters:
expression - the expression

getIntroductionRefs

public java.util.List getIntroductionRefs()
Returns a list with all the introduction references.

Returns:
the introduction references

addIntroductionRef

public void addIntroductionRef(java.lang.String introductionRef)
Adds a new introduction reference.

Parameters:
introductionRef - the introduction reference


Copyright (c) 2002-2004 The AspectWerkz Team. All Rights Reserved.