com.ibm.as400.resource
Class RSoftwareResourceBeanInfo
- java.lang.Object
-
- java.beans.SimpleBeanInfo
-
- com.ibm.as400.resource.RSoftwareResourceBeanInfo
-
- All Implemented Interfaces:
- java.beans.BeanInfo
Deprecated.Use packages com.ibm.as400.access and com.ibm.as400.access.list instead.
public class RSoftwareResourceBeanInfo extends java.beans.SimpleBeanInfo
The RSoftwareResourceBeanInfo class represents the bean information for the RSoftwareResource class.
-
-
Constructor Summary
Constructors Constructor and Description RSoftwareResourceBeanInfo()
Deprecated.
-
Method Summary
Methods Modifier and Type Method and Description java.beans.BeanInfo[]
getAdditionalBeanInfo()
Deprecated.Returns the additional bean information.java.beans.BeanDescriptor
getBeanDescriptor()
Deprecated.Returns the bean descriptor.java.beans.PropertyDescriptor[]
getPropertyDescriptors()
Deprecated.Returns the property descriptors.
-
-
-
Method Detail
-
getAdditionalBeanInfo
public java.beans.BeanInfo[] getAdditionalBeanInfo()
Deprecated.Returns the additional bean information.- Specified by:
getAdditionalBeanInfo
in interfacejava.beans.BeanInfo
- Overrides:
getAdditionalBeanInfo
in classjava.beans.SimpleBeanInfo
- Returns:
- The additional bean information.
-
getBeanDescriptor
public java.beans.BeanDescriptor getBeanDescriptor()
Deprecated.Returns the bean descriptor.- Specified by:
getBeanDescriptor
in interfacejava.beans.BeanInfo
- Overrides:
getBeanDescriptor
in classjava.beans.SimpleBeanInfo
- Returns:
- The bean descriptor.
-
getPropertyDescriptors
public java.beans.PropertyDescriptor[] getPropertyDescriptors()
Deprecated.Returns the property descriptors.- Specified by:
getPropertyDescriptors
in interfacejava.beans.BeanInfo
- Overrides:
getPropertyDescriptors
in classjava.beans.SimpleBeanInfo
- Returns:
- The property descriptors.
-
-