public class QNameReflectionParams extends java.lang.Object
Constructor and Description |
---|
QNameReflectionParams(org.springframework.beans.factory.support.AbstractBeanDefinition beanDefinition,
org.w3c.dom.Element element,
java.beans.PropertyDescriptor[] descriptors,
int index) |
Modifier and Type | Method and Description |
---|---|
org.springframework.beans.factory.support.AbstractBeanDefinition |
getBeanDefinition() |
java.beans.PropertyDescriptor[] |
getDescriptors() |
org.w3c.dom.Element |
getElement() |
int |
getIndex() |
public QNameReflectionParams(org.springframework.beans.factory.support.AbstractBeanDefinition beanDefinition, org.w3c.dom.Element element, java.beans.PropertyDescriptor[] descriptors, int index)
public org.springframework.beans.factory.support.AbstractBeanDefinition getBeanDefinition()
public java.beans.PropertyDescriptor[] getDescriptors()
public org.w3c.dom.Element getElement()
public int getIndex()
Copyright © 2005-2012. All Rights Reserved.