All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.ibm.beans.samples.daps.sql.CommonBeanInfo

java.lang.Object
   |
   +----java.beans.SimpleBeanInfo
           |
           +----com.ibm.beans.samples.daps.sql.CommonBeanInfo

public class CommonBeanInfo
extends SimpleBeanInfo
The CommonBeanInfo class supports beaninfo for the Common class.

See Also:
Common

Constructor Index

 o CommonBeanInfo()
Default constructor.

Method Index

 o finalize()
Finalize this object.
 o getEventSetDescriptors()
Get the event descriptors for the Common class.
 o getMethodDescriptors()
Get the method descriptors for the Common class.
 o getPropertyDescriptors()
Get the property descriptors for the Common class.

Constructors

 o CommonBeanInfo
 public CommonBeanInfo()
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 Common class.

Returns:
The property descriptors for the Common class.
Overrides:
getPropertyDescriptors in class SimpleBeanInfo
 o getEventSetDescriptors
 public EventSetDescriptor[] getEventSetDescriptors()
Get the event descriptors for the Common class.

Returns:
The event descriptors for the Common class.
Overrides:
getEventSetDescriptors in class SimpleBeanInfo
 o getMethodDescriptors
 public MethodDescriptor[] getMethodDescriptors()
Get the method descriptors for the Common class.

Returns:
The method descriptors for the Common class.
Overrides:
getMethodDescriptors in class SimpleBeanInfo

All Packages  Class Hierarchy  This Package  Previous  Next  Index