jaxx.introspection
Class JAXXPropertyDescriptor
java.lang.Object
jaxx.introspection.JAXXFeatureDescriptor
jaxx.introspection.JAXXPropertyDescriptor
public class JAXXPropertyDescriptor
- extends JAXXFeatureDescriptor
Mirrors the class java.beans.PropertyDescriptor. JAXX uses its own introspector rather than the built-in
java.beans.Introspector so that it can introspect ClassDescriptor,
not just java.lang.Class.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JAXXPropertyDescriptor
public JAXXPropertyDescriptor(ClassDescriptor classDescriptor,
java.lang.String propertyName)
JAXXPropertyDescriptor
public JAXXPropertyDescriptor(ClassDescriptor classDescriptor,
java.lang.String propertyName,
MethodDescriptor readMethod,
MethodDescriptor writeMethod)
JAXXPropertyDescriptor
public JAXXPropertyDescriptor(ClassDescriptor classDescriptor,
java.lang.String propertyName,
MethodDescriptor readMethod,
MethodDescriptor writeMethod,
boolean bound)
getReadMethodDescriptor
public MethodDescriptor getReadMethodDescriptor()
getWriteMethodDescriptor
public MethodDescriptor getWriteMethodDescriptor()
getPropertyType
public ClassDescriptor getPropertyType()
isBound
public boolean isBound()
setBound
public void setBound(boolean bound)
Copyright © 2008-2009 CodeLutin. All Rights Reserved.