All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object
|
+----java.beans.FeatureDescriptor
|
+----java.beans.PropertyDescriptor
public PropertyDescriptor(String propertyName,
Class beanClass) throws IntrospectionException
public PropertyDescriptor(String propertyName,
Class beanClass,
String getterName,
String setterName) throws IntrospectionException
public PropertyDescriptor(String propertyName,
Method getter,
Method setter) throws IntrospectionException
public Class getPropertyType()
This is the type that will be returned by the ReadMethod.
public Method getReadMethod()
public Method getWriteMethod()
public boolean isBound()
public void setBound(boolean bound)
public boolean isConstrained()
public void setConstrained(boolean constrained)
public void setPropertyEditorClass(Class propertyEditorClass)
public Class getPropertyEditorClass()
All Packages Class Hierarchy This Package Previous Next Index