All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class XMLBeans.XMLPropertyDescriptor

java.lang.Object
   |
   +----java.beans.FeatureDescriptor
           |
           +----java.beans.PropertyDescriptor
                   |
                   +----XMLBeans.XMLPropertyDescriptor

public class XMLPropertyDescriptor
extends PropertyDescriptor
This type was created in VisualAge.


Variable Index

 o _methodXmlGetter
 o _methodXmlSetter

Constructor Index

 o XMLPropertyDescriptor(String, Class)
XMLPropertyDescriptor constructor comment.
 o XMLPropertyDescriptor(String, Class, String, String)
XMLPropertyDescriptor constructor comment.
 o XMLPropertyDescriptor(String, Class, String, String, String, String)
This method was created in VisualAge.
 o XMLPropertyDescriptor(String, Method, Method)
XMLPropertyDescriptor constructor comment.
 o XMLPropertyDescriptor(String, Method, Method, Method, Method)
This method was created in VisualAge.

Method Index

 o getXMLReadMethod()
This method was created in VisualAge.
 o getXMLWriteMethod()
This method was created in VisualAge.

Variables

 o _methodXmlSetter
 protected Method _methodXmlSetter
 o _methodXmlGetter
 protected Method _methodXmlGetter

Constructors

 o XMLPropertyDescriptor
 public XMLPropertyDescriptor(String propertyName,
                              Class beanClass) throws IntrospectionException
XMLPropertyDescriptor constructor comment.

Parameters:
propertyName - java.lang.String
beanClass - java.lang.Class
Throws: IntrospectionException
The exception description.
 o XMLPropertyDescriptor
 public XMLPropertyDescriptor(String propertyName,
                              Class beanClass,
                              String getterName,
                              String setterName) throws IntrospectionException
XMLPropertyDescriptor constructor comment.

Parameters:
propertyName - java.lang.String
beanClass - java.lang.Class
getterName - java.lang.String
setterName - java.lang.String
Throws: IntrospectionException
The exception description.
 o XMLPropertyDescriptor
 public XMLPropertyDescriptor(String propertyName,
                              Class beanClass,
                              String getterName,
                              String setterName,
                              String xmlSetterName,
                              String xmlGetterName) throws IntrospectionException
This method was created in VisualAge.

Parameters:
propertyName - java.lang.String
beanClass - java.lang.Class
getterName - java.lang.String
setterName - java.lang.String
xmlSetterName - java.lang.String
xmlGetterName - java.lang.String
Throws: IntrospectionException
The exception description.
 o XMLPropertyDescriptor
 public XMLPropertyDescriptor(String propertyName,
                              Method getter,
                              Method setter) throws IntrospectionException
XMLPropertyDescriptor constructor comment.

Parameters:
propertyName - java.lang.String
getter - java.lang.reflect.Method
setter - java.lang.reflect.Method
Throws: IntrospectionException
The exception description.
 o XMLPropertyDescriptor
 public XMLPropertyDescriptor(String propertyName,
                              Method getter,
                              Method setter,
                              Method xmlGetter,
                              Method xmlSetter) throws IntrospectionException
This method was created in VisualAge.

Parameters:
propertyName - java.lang.String
beanClass - java.lang.Class
setter - java.lang.reflect.Method
getter - java.lang.reflect.Method
xmlSetter - java.lang.reflect.Method
xmlGetter - java.lang.reflect.Method

Methods

 o getXMLReadMethod
 public Method getXMLReadMethod()
This method was created in VisualAge.

Returns:
java.lang.reflect.Method
 o getXMLWriteMethod
 public Method getXMLWriteMethod()
This method was created in VisualAge.

Returns:
java.lang.reflect.Method

All Packages  Class Hierarchy  This Package  Previous  Next  Index