Class Hierarchy All Classes All Fields and Methods

Class com.ibm.db.beans.DBModifyBeanInfo

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

public class DBModifyBeanInfo
extends SimpleBeanInfo

The bean information class for DBModify.

Constructor Index
Constructor Description
DBModifyBeanInfo()  
Method Index
Method Description
BeanInfo[] getAdditionalBeanInfo() Gets 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.
PropertyDescriptor[] getPropertyDescriptors() Gets the property descriptors for this bean.

Constructors

DBModifyBeanInfo

public DBModifyBeanInfo() 

Methods

getAdditionalBeanInfo

public BeanInfo[] getAdditionalBeanInfo() 

Gets 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.

getPropertyDescriptors

public PropertyDescriptor[] getPropertyDescriptors() 

Gets the property descriptors for this bean.

Class Hierarchy All Classes All Fields and Methods