org.apache.commons.clazz.common
Class ClazzElementSupport

java.lang.Object
  extended by org.apache.commons.clazz.common.ClazzElementSupport
All Implemented Interfaces:
ClazzElement
Direct Known Subclasses:
Clazz, ClazzFeatureSupport

public abstract class ClazzElementSupport
extends Object
implements ClazzElement

Version:
$Id: ClazzElementSupport.java 155436 2005-02-26 13:17:48Z dirkv $
Author:
Dmitri Plotnikov

Constructor Summary
ClazzElementSupport()
           
 
Method Summary
 ClazzAttribute getAttribute(String attribute)
          Returns the attribute for the specified (qualified) name
 ClazzAttribute[] getAttributes()
          Returns all attribute for this element.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClazzElementSupport

public ClazzElementSupport()
Method Detail

getAttribute

public ClazzAttribute getAttribute(String attribute)
Description copied from interface: ClazzElement
Returns the attribute for the specified (qualified) name

Specified by:
getAttribute in interface ClazzElement
See Also:
ClazzElement.getAttribute(java.lang.String)

getAttributes

public ClazzAttribute[] getAttributes()
Description copied from interface: ClazzElement
Returns all attribute for this element.

Specified by:
getAttributes in interface ClazzElement


Copyright © 2001-2010 The Apache Software Foundation. All Rights Reserved.