org.jbpm.jpdl.el.impl
Class BeanInfoIndexedProperty

java.lang.Object
  extended by org.jbpm.jpdl.el.impl.BeanInfoIndexedProperty

public class BeanInfoIndexedProperty
extends java.lang.Object

This contains the information for one indexed property in a BeanInfo - IndexedPropertyDescriptor, read method, and write method. This class is necessary because the read/write methods in the IndexedPropertyDescriptor may not be accessible if the bean given to the introspector is not a public class. In this case, a publicly accessible version of the method must be found by searching for a public superclass/interface that declares the method (this searching is done by the BeanInfoManager).

Version:
$Change: 181181 $$DateTime: 2001/06/26 09:55:09 $$Author$
Author:
Nathan Abramson - Art Technology Group

Constructor Summary
BeanInfoIndexedProperty(java.lang.reflect.Method pReadMethod, java.lang.reflect.Method pWriteMethod, java.beans.IndexedPropertyDescriptor pIndexedPropertyDescriptor)
          Constructor
 
Method Summary
 java.beans.IndexedPropertyDescriptor getIndexedPropertyDescriptor()
           
 java.lang.reflect.Method getReadMethod()
           
 java.lang.reflect.Method getWriteMethod()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BeanInfoIndexedProperty

public BeanInfoIndexedProperty(java.lang.reflect.Method pReadMethod,
                               java.lang.reflect.Method pWriteMethod,
                               java.beans.IndexedPropertyDescriptor pIndexedPropertyDescriptor)
Constructor

Method Detail

getReadMethod

public java.lang.reflect.Method getReadMethod()

getWriteMethod

public java.lang.reflect.Method getWriteMethod()

getIndexedPropertyDescriptor

public java.beans.IndexedPropertyDescriptor getIndexedPropertyDescriptor()


Copyright © 2009 JBoss, a division of Red Hat. All Rights Reserved.