org.apache.commons.clazz
Interface ClazzFeature

All Superinterfaces:
ClazzElement
All Known Subinterfaces:
ClazzInstanceFactory, ClazzOperation, ClazzProperty, ReflectedProperty
All Known Implementing Classes:
BeanClazzConstructorInstanceFactory, BeanClazzInstanceFactory, BeanClazzOperation, BeanClazzProperty, ClazzFeatureSupport, ReflectedAccessorPairProperty, ReflectedConstructorInstanceFactory, ReflectedListProperty, ReflectedMappedProperty, ReflectedMethodFeatureSupport, ReflectedMethodInstanceFactory, ReflectedMethodOperation, ReflectedScalarProperty

public interface ClazzFeature
extends ClazzElement

Common superinterface for ClazzProperty, ClazzOperation...

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

Method Summary
 Clazz getDeclaringClazz()
           
 
Methods inherited from interface org.apache.commons.clazz.ClazzElement
getAttribute, getAttributes
 

Method Detail

getDeclaringClazz

Clazz getDeclaringClazz()


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