java.lang.Object java.beans.SimpleBeanInfo com.ibm.db.beans.DBProcedureCallBeanInfo
public class DBProcedureCallBeanInfo
extends SimpleBeanInfo
The bean information class for DBProcedureCall.
Constructor | Description |
---|---|
DBProcedureCallBeanInfo() |
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. |
public DBProcedureCallBeanInfo()
public BeanInfo[] getAdditionalBeanInfo()Gets the BeanInfo of the superclass of this bean to inherit its features.
- Returns
- java.beans.BeanInfo[]
- Overrides
- getAdditionalBeanInfo in class SimpleBeanInfo
public static Class getBeanClass()Gets the bean class.
- Returns
- java.lang.Class
public static String getBeanClassName()Gets the bean class name.
- Returns
- java.lang.String
public BeanDescriptor getBeanDescriptor()Gets the BeanDescriptor for the class.
- Returns
- java.beans.BeanDescriptor
- Overrides
- getBeanDescriptor in class SimpleBeanInfo
public MethodDescriptor[] getMethodDescriptors()Gets the method descriptors for this bean.
- Returns
- java.beans.MethodDescriptor[]
- Overrides
- getMethodDescriptors in class SimpleBeanInfo
public PropertyDescriptor[] getPropertyDescriptors()Gets the property descriptors for this bean.
- Returns
- java.beans.PropertyDescriptor[]
- Overrides
- getPropertyDescriptors in class SimpleBeanInfo