All Packages  Class Hierarchy  This Package  Previous  Next  Index

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

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

public class DMLBeanInfo
extends SimpleBeanInfo
The DMLBeanInfo class supports beaninfo for the DML class.

See Also:
DML

Constructor Index

 o DMLBeanInfo()
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 DML class.
 o getPropertyDescriptors()
Get the property descriptors for the DML class.

Constructors

 o DMLBeanInfo
 public DMLBeanInfo()
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 DML class.

Returns:
The property descriptors for the DML class.
Overrides:
getPropertyDescriptors in class SimpleBeanInfo
 o getMethodDescriptors
 public MethodDescriptor[] getMethodDescriptors()
Get the method descriptors for the DML class.

Returns:
The method descriptors for the DML 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