|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.aspectwerkz.definition.InterfaceIntroductionDefinition
public class InterfaceIntroductionDefinition
Holds the meta-data for the interface introductions.
This definition holds only pure interface introduction.
Field Summary | |
---|---|
protected String |
m_attribute
The attribute for the introduction. |
protected ExpressionInfo[] |
m_expressionInfos
The introduction expressions. |
protected List |
m_interfaceClassNames
The interface classes name. |
protected String |
m_name
The name of the interface introduction. |
Constructor Summary | |
---|---|
InterfaceIntroductionDefinition(String name,
String interfaceClassName)
Creates a new introduction meta-data instance. |
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. |
ExpressionInfo[] |
getExpressionInfos()
Returns the expressions. |
String |
getInterfaceClassName()
Returns the class name of the interface. |
List |
getInterfaceClassNames()
Returns the class name of the interface. |
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 |
Field Detail |
---|
protected final String m_name
protected ExpressionInfo[] m_expressionInfos
protected String m_attribute
protected List m_interfaceClassNames
Constructor Detail |
---|
public InterfaceIntroductionDefinition(String name, String interfaceClassName)
name
- the name of the expressionInfointerfaceClassName
- the class name of the interfaceMethod Detail |
---|
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 |