|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.aspectwerkz.attribdef.definition.InterfaceIntroductionDefinition
Holds the meta-data for the interface introductions.
This definition holds only pure interface introduction. It is extended in IntroductionDefinition for interface+implementation introductions
Constructor Summary | |
InterfaceIntroductionDefinition(java.lang.String name,
Expression expression,
java.lang.String interfaceClassName)
Creates a new introduction meta-data instance. |
Method Summary | |
java.lang.String |
getAttribute()
Returns the attribute. |
Expression |
getExpression()
Returns the expression. |
java.lang.String |
getInterfaceClassName()
Returns the class name of the interface. |
java.util.List |
getInterfaceClassNames()
Returns the class name of the interface. |
java.lang.String |
getName()
Returns the name of the introduction. |
void |
setAttribute(java.lang.String attribute)
Sets the attribute. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public InterfaceIntroductionDefinition(java.lang.String name, Expression expression, java.lang.String interfaceClassName)
name
- the name of the expressionexpression
- the expressioninterfaceClassName
- the class name of the interfaceMethod Detail |
public java.lang.String getName()
public Expression getExpression()
public java.lang.String getInterfaceClassName()
public java.util.List getInterfaceClassNames()
public java.lang.String getAttribute()
public void setAttribute(java.lang.String attribute)
attribute
- the attribute
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |