Class Hierarchy All Classes All Fields and Methods

Class com.ibm.db.beans.DBProcedureCallBeanInfo

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

public class DBProcedureCallBeanInfo
extends SimpleBeanInfo

The bean information class for DBProcedureCall.

Constructor Index
Constructor Description
DBProcedureCallBeanInfo()  
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.
MethodDescriptor[] getMethodDescriptors() Gets the method descriptors for this bean.
PropertyDescriptor[] getPropertyDescriptors() Gets the property descriptors for this bean.

Constructors

DBProcedureCallBeanInfo

public DBProcedureCallBeanInfo() 

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.

getMethodDescriptors

public MethodDescriptor[] getMethodDescriptors() 

Gets the method descriptors for this bean.

getPropertyDescriptors

public PropertyDescriptor[] getPropertyDescriptors() 

Gets the property descriptors for this bean.

Class Hierarchy All Classes All Fields and Methods