Package jaxx.compiler.beans
Class JAXXPropertyDescriptor
java.lang.Object
jaxx.compiler.beans.JAXXFeatureDescriptor
jaxx.compiler.beans.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.-
Constructor Summary
Constructors Constructor Description JAXXPropertyDescriptor(ClassDescriptor classDescriptor, java.lang.String propertyName)JAXXPropertyDescriptor(ClassDescriptor classDescriptor, java.lang.String propertyName, MethodDescriptor readMethod, MethodDescriptor writeMethod)JAXXPropertyDescriptor(ClassDescriptor classDescriptor, java.lang.String propertyName, MethodDescriptor readMethod, MethodDescriptor writeMethod, boolean bound) -
Method Summary
Modifier and Type Method Description ClassDescriptorgetPropertyType()MethodDescriptorgetReadMethodDescriptor()MethodDescriptorgetWriteMethodDescriptor()booleanisBound()voidsetBound(boolean bound)Methods inherited from class jaxx.compiler.beans.JAXXFeatureDescriptor
capitalize, getClassDescriptor, getName, getValue, setValueMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
JAXXPropertyDescriptor
-
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)
-
-
Method Details
-
getReadMethodDescriptor
-
getWriteMethodDescriptor
-
getPropertyType
-
isBound
public boolean isBound() -
setBound
public void setBound(boolean bound)
-