Class QNameReflectionParams
- java.lang.Object
-
- org.apache.xbean.spring.context.impl.QNameReflectionParams
-
public class QNameReflectionParams extends java.lang.Object
- Version:
- $Revision: 1.1 $
-
-
Constructor Summary
Constructors Constructor Description QNameReflectionParams(org.springframework.beans.factory.support.AbstractBeanDefinition beanDefinition, org.w3c.dom.Element element, java.beans.PropertyDescriptor[] descriptors, int index)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.springframework.beans.factory.support.AbstractBeanDefinition
getBeanDefinition()
java.beans.PropertyDescriptor[]
getDescriptors()
org.w3c.dom.Element
getElement()
int
getIndex()
-