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
-
CommonBeanInfo()
- Default constructor.
-
finalize()
- Finalize this object.
-
getEventSetDescriptors()
- Get the event descriptors for the Common class.
-
getMethodDescriptors()
- Get the method descriptors for the Common class.
-
getPropertyDescriptors()
- Get the property descriptors for the Common class.
CommonBeanInfo
public CommonBeanInfo()
- 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 Common class.
- Returns:
- The property descriptors for the Common class.
- Overrides:
- getPropertyDescriptors in class SimpleBeanInfo
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
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