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

Constructor Index

 o StatementBeanInfo()
Default constructor.

Method Index

 o finalize()
Finalize this object.
 o getAdditionalBeanInfo()
This method returns the BeanInfo of the corresponding parent class.
 o getMethodDescriptors()
Get the method descriptors for the Statement class.
 o getPropertyDescriptors()
Get the property descriptors for the Statement class.

Constructors

 o StatementBeanInfo
 public StatementBeanInfo()
Default constructor.

Methods

 o finalize
 protected void finalize() throws Throwable
Finalize this object.

Throws: Throwable
Possibly thrown by the superclass.
Overrides:
finalize in class Object
 o 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
 o 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
 o 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