java.lang.Object java.beans.SimpleBeanInfo com.ibm.db.beans.DBSelectBeanInfo
public class DBSelectBeanInfo
extends SimpleBeanInfo
The bean information class for DBSelect.
Constructor | Description |
---|---|
DBSelectBeanInfo() |
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. |
public DBSelectBeanInfo()
public BeanInfo[] getAdditionalBeanInfo()Returns 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()Return the method descriptors for this bean.
- Returns
- java.beans.MethodDescriptor[]
- Overrides
- getMethodDescriptors in class SimpleBeanInfo
public PropertyDescriptor[] getPropertyDescriptors()Return the property descriptors for this bean.
- Returns
- java.beans.PropertyDescriptor[]
- Overrides
- getPropertyDescriptors in class SimpleBeanInfo