org.apache.commons.clazz.common
Class ClazzElementSupport

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

public abstract class ClazzElementSupport
extends Object
implements org.apache.commons.clazz.ClazzElement

Version:
$Id: ClazzElementSupport.java,v 1.4 2004/02/19 23:58:40 scolebourne Exp $
Author:
Dmitri Plotnikov

Constructor Summary
ClazzElementSupport()
           
 
Method Summary
 org.apache.commons.clazz.ClazzAttribute getAttribute(String attribute)
          Returns the attribute for the specified (qualified) name
 org.apache.commons.clazz.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 org.apache.commons.clazz.ClazzAttribute getAttribute(String attribute)
Description copied from interface: org.apache.commons.clazz.ClazzElement
Returns the attribute for the specified (qualified) name

Specified by:
getAttribute in interface org.apache.commons.clazz.ClazzElement
See Also:
ClazzElement.getAttribute(java.lang.String)

getAttributes

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

Specified by:
getAttributes in interface org.apache.commons.clazz.ClazzElement


Copyright © 2002-2005 The Apache Software Foundation. All Rights Reserved.