|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.beans.FeatureDescriptor java.beans.PropertyDescriptor org.onemind.commons.relabean.PropertyDescriptor
A default extension to Sun's bean property descriptor
Constructor Summary | |
PropertyDescriptor(java.lang.String propertyName,
java.lang.Class beanClass)
{@inheritDoc} |
|
PropertyDescriptor(java.lang.String propertyName,
java.lang.Class beanClass,
java.lang.String getterName,
java.lang.String setterName)
{@inheritDoc} |
|
PropertyDescriptor(java.lang.String propertyName,
java.lang.reflect.Method getter,
java.lang.reflect.Method setter)
{@inheritDoc} |
Method Summary | |
void |
dump(java.lang.String prefix,
java.io.Writer writer)
Dump the property |
Methods inherited from class java.beans.PropertyDescriptor |
equals, getPropertyEditorClass, getPropertyType, getReadMethod, getWriteMethod, isBound, isConstrained, setBound, setConstrained, setPropertyEditorClass, setReadMethod, setWriteMethod |
Methods inherited from class java.beans.FeatureDescriptor |
attributeNames, getDisplayName, getName, getShortDescription, getValue, isExpert, isHidden, isPreferred, setDisplayName, setExpert, setHidden, setName, setPreferred, setShortDescription, setValue |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PropertyDescriptor(java.lang.String propertyName, java.lang.Class beanClass) throws java.beans.IntrospectionException
public PropertyDescriptor(java.lang.String propertyName, java.lang.reflect.Method getter, java.lang.reflect.Method setter) throws java.beans.IntrospectionException
public PropertyDescriptor(java.lang.String propertyName, java.lang.Class beanClass, java.lang.String getterName, java.lang.String setterName) throws java.beans.IntrospectionException
Method Detail |
public final void dump(java.lang.String prefix, java.io.Writer writer) throws java.io.IOException
prefix
- the prefixwriter
- the writer
java.io.IOException
- if there's IO problem
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |