Class Hierarchy All Classes All Fields and Methods

Class com.ibm.db.beans.DBSelectBeanInfo

java.lang.Object
        java.beans.SimpleBeanInfo
                com.ibm.db.beans.DBSelectBeanInfo

public class DBSelectBeanInfo
extends SimpleBeanInfo

The bean information class for DBSelect.

Constructor Index
Constructor Description
DBSelectBeanInfo()  
Method Index
Method Description
BeanInfo[] getAdditionalBeanInfo() Returns the BeanInfo of the superclass of this bean to inherit its features.
Class getBeanClass() Gets the bean class.
String getBeanClassName() Gets the bean class name.
BeanDescriptor getBeanDescriptor() Gets the BeanDescriptor for the class.
MethodDescriptor[] getMethodDescriptors() Return the method descriptors for this bean.
PropertyDescriptor[] getPropertyDescriptors() Return the property descriptors for this bean.

Constructors

DBSelectBeanInfo

public DBSelectBeanInfo() 

Methods

getAdditionalBeanInfo

public BeanInfo[] getAdditionalBeanInfo() 

Returns the BeanInfo of the superclass of this bean to inherit its features.

getBeanClass

public static Class getBeanClass() 

Gets the bean class.

getBeanClassName

public static String getBeanClassName() 

Gets the bean class name.

getBeanDescriptor

public BeanDescriptor getBeanDescriptor() 

Gets the BeanDescriptor for the class.

getMethodDescriptors

public MethodDescriptor[] getMethodDescriptors() 

Return the method descriptors for this bean.

getPropertyDescriptors

public PropertyDescriptor[] getPropertyDescriptors() 

Return the property descriptors for this bean.

Class Hierarchy All Classes All Fields and Methods