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.
-
_methodXmlGetter
-
-
_methodXmlSetter
-
-
XMLPropertyDescriptor(String, Class)
- XMLPropertyDescriptor constructor comment.
-
XMLPropertyDescriptor(String, Class, String, String)
- XMLPropertyDescriptor constructor comment.
-
XMLPropertyDescriptor(String, Class, String, String, String, String)
- This method was created in VisualAge.
-
XMLPropertyDescriptor(String, Method, Method)
- XMLPropertyDescriptor constructor comment.
-
XMLPropertyDescriptor(String, Method, Method, Method, Method)
- This method was created in VisualAge.
-
getXMLReadMethod()
- This method was created in VisualAge.
-
getXMLWriteMethod()
- This method was created in VisualAge.
_methodXmlSetter
protected Method _methodXmlSetter
_methodXmlGetter
protected Method _methodXmlGetter
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.
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.
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.
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.
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
getXMLReadMethod
public Method getXMLReadMethod()
- This method was created in VisualAge.
- Returns:
- java.lang.reflect.Method
getXMLWriteMethod
public Method getXMLWriteMethod()
- This method was created in VisualAge.
- Returns:
- java.lang.reflect.Method
All Packages Class Hierarchy This Package Previous Next Index