|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.aspectwerkz.metadata.InterfaceMetaData
Holds meta-data for an interface.
Constructor Summary | |
InterfaceMetaData()
|
Method Summary | |
java.util.List |
getInterfaces()
Returns the interfaces. |
java.lang.String |
getName()
Returns the name of the class. |
void |
setInterfaces(java.util.List interfaces)
Sets the interfaces. |
void |
setName(java.lang.String name)
Sets the name of the class. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public InterfaceMetaData()
Method Detail |
public java.lang.String getName()
public void setName(java.lang.String name)
name
- the name of the classpublic java.util.List getInterfaces()
public void setInterfaces(java.util.List interfaces)
interfaces
- the interfaces
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |