|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.codehaus.aspectwerkz.definition.IntroductionDefinition
Holds the meta-data for an interface + implementation introduction.
| Constructor Summary | |
IntroductionDefinition(Class mixinClass,
ExpressionInfo expressionInfo,
String deploymentModel)
Construct a new Definition for introduction. |
|
| Method Summary | |
void |
addExpressionInfo(ExpressionInfo expression)
Adds a new expression info. |
void |
addExpressionInfos(ExpressionInfo[] expressions)
Adds an array with new expression infos. |
String |
getAttribute()
Returns the attribute. |
String |
getDeploymentModel()
Returns the deployment model. |
ExpressionInfo[] |
getExpressionInfos()
Returns the expressions. |
String |
getInterfaceClassName()
Returns the class name of the interface. |
List |
getInterfaceClassNames()
Returns the class name of the interface. |
List |
getMethodsToIntroduce()
Returns the methods to introduce. |
String |
getName()
Returns the name of the introduction. |
void |
setAttribute(String attribute)
Sets the attribute. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public IntroductionDefinition(Class mixinClass,
ExpressionInfo expressionInfo,
String deploymentModel)
mixinClass - the mixin classexpressionInfo - the expression infodeploymentModel - introduction deployment model| Method Detail |
public List getMethodsToIntroduce()
public String getDeploymentModel()
public String getName()
public ExpressionInfo[] getExpressionInfos()
public String getInterfaceClassName()
public List getInterfaceClassNames()
public String getAttribute()
public void setAttribute(String attribute)
attribute - the attributepublic void addExpressionInfo(ExpressionInfo expression)
expression - a new expression infopublic void addExpressionInfos(ExpressionInfo[] expressions)
expressions - an array with new expression infos
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||