org.apache.xbean.spring.context.impl
Class QNameReflectionParams

java.lang.Object
  extended by org.apache.xbean.spring.context.impl.QNameReflectionParams

public class QNameReflectionParams
extends Object

Version:
$Revision: 1.1 $

Constructor Summary
QNameReflectionParams(org.springframework.beans.factory.support.AbstractBeanDefinition beanDefinition, Element element, PropertyDescriptor[] descriptors, int index)
           
 
Method Summary
 org.springframework.beans.factory.support.AbstractBeanDefinition getBeanDefinition()
           
 PropertyDescriptor[] getDescriptors()
           
 Element getElement()
           
 int getIndex()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QNameReflectionParams

public QNameReflectionParams(org.springframework.beans.factory.support.AbstractBeanDefinition beanDefinition,
                             Element element,
                             PropertyDescriptor[] descriptors,
                             int index)
Method Detail

getBeanDefinition

public org.springframework.beans.factory.support.AbstractBeanDefinition getBeanDefinition()

getDescriptors

public PropertyDescriptor[] getDescriptors()

getElement

public Element getElement()

getIndex

public int getIndex()


Copyright © 2005-2013. All Rights Reserved.