All Packages Class Hierarchy This Package Previous Next Index
Class com.ibm.beans.samples.daps.sql.StatementBeanInfo
java.lang.Object
|
+----java.beans.SimpleBeanInfo
|
+----com.ibm.beans.samples.daps.sql.StatementBeanInfo
- public class StatementBeanInfo
- extends SimpleBeanInfo
The StatementBeanInfo class supports beaninfo for the Statement class.
- See Also:
- Statement
-
StatementBeanInfo()
- Default constructor.
-
finalize()
- Finalize this object.
-
getAdditionalBeanInfo()
- This method returns the BeanInfo of the corresponding parent class.
-
getMethodDescriptors()
- Get the method descriptors for the Statement class.
-
getPropertyDescriptors()
- Get the property descriptors for the Statement class.
StatementBeanInfo
public StatementBeanInfo()
- Default constructor.
finalize
protected void finalize() throws Throwable
- Finalize this object.
- Throws: Throwable
- Possibly thrown by the superclass.
- Overrides:
- finalize in class Object
getPropertyDescriptors
public PropertyDescriptor[] getPropertyDescriptors()
- Get the property descriptors for the Statement class.
- Returns:
- The property descriptors for the Statement class.
- Overrides:
- getPropertyDescriptors in class SimpleBeanInfo
getMethodDescriptors
public MethodDescriptor[] getMethodDescriptors()
- Get the method descriptors for the Statement class.
- Returns:
- The method descriptors for the Statement class.
- Overrides:
- getMethodDescriptors in class SimpleBeanInfo
getAdditionalBeanInfo
public BeanInfo[] getAdditionalBeanInfo()
- This method returns the BeanInfo of the corresponding parent class.
This is the BeanInfo method of supporting subclassing.
- Returns:
- The BeanInfo of the parent class.
- Overrides:
- getAdditionalBeanInfo in class SimpleBeanInfo
All Packages Class Hierarchy This Package Previous Next Index