org.codehaus.aspectwerkz.metadata
Class InterfaceMetaData

java.lang.Object
  extended byorg.codehaus.aspectwerkz.metadata.InterfaceMetaData
All Implemented Interfaces:
MetaData, java.io.Serializable

public class InterfaceMetaData
extends java.lang.Object
implements MetaData

Holds meta-data for an interface.

Author:
Jonas Bonér
See Also:
Serialized Form

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

InterfaceMetaData

public InterfaceMetaData()
Method Detail

getName

public java.lang.String getName()
Returns the name of the class.

Returns:
the name of the class

setName

public void setName(java.lang.String name)
Sets the name of the class.

Parameters:
name - the name of the class

getInterfaces

public java.util.List getInterfaces()
Returns the interfaces.

Returns:
the interfaces

setInterfaces

public void setInterfaces(java.util.List interfaces)
Sets the interfaces.

Parameters:
interfaces - the interfaces


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