java.lang.Object java.beans.SimpleBeanInfo com.ibm.db.beans.DBModifyBeanInfo
public class DBModifyBeanInfo
extends SimpleBeanInfo
The bean information class for DBModify.
Constructor | Description |
---|---|
DBModifyBeanInfo() |
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. |
public DBModifyBeanInfo()
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 PropertyDescriptor[] getPropertyDescriptors()Gets the property descriptors for this bean.
- Returns
- java.beans.PropertyDescriptor[]
- Overrides
- getPropertyDescriptors in class SimpleBeanInfo