org.apache.commons.clazz
Interface ClazzElement

All Known Subinterfaces:
ClazzFeature, ClazzInstanceFactory, ClazzOperation, ClazzProperty, ReflectedProperty
All Known Implementing Classes:
BeanClazz, BeanClazzConstructorInstanceFactory, BeanClazzInstanceFactory, BeanClazzOperation, BeanClazzProperty, Clazz, ClazzElementSupport, ClazzFeatureSupport, ExtendedReflectedClazz, ReflectedAccessorPairProperty, ReflectedClazz, ReflectedConstructorInstanceFactory, ReflectedListProperty, ReflectedMappedProperty, ReflectedMethodFeatureSupport, ReflectedMethodInstanceFactory, ReflectedMethodOperation, ReflectedScalarProperty, StandardReflectedClazz

public interface ClazzElement

Attribute API.

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

Method Summary
 ClazzAttribute getAttribute(String attribute)
          Returns the attribute for the specified (qualified) name
 ClazzAttribute[] getAttributes()
          Returns all attribute for this element.
 

Method Detail

getAttribute

ClazzAttribute getAttribute(String attribute)
Returns the attribute for the specified (qualified) name


getAttributes

ClazzAttribute[] getAttributes()
Returns all attribute for this element.



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