jaxx.compiler.beans
Class JAXXPropertyDescriptor

java.lang.Object
  extended by jaxx.compiler.beans.JAXXFeatureDescriptor
      extended by 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
JAXXPropertyDescriptor(ClassDescriptor classDescriptor, String propertyName)
           
JAXXPropertyDescriptor(ClassDescriptor classDescriptor, String propertyName, MethodDescriptor readMethod, MethodDescriptor writeMethod)
           
JAXXPropertyDescriptor(ClassDescriptor classDescriptor, String propertyName, MethodDescriptor readMethod, MethodDescriptor writeMethod, boolean bound)
           
 
Method Summary
 ClassDescriptor getPropertyType()
           
 MethodDescriptor getReadMethodDescriptor()
           
 MethodDescriptor getWriteMethodDescriptor()
           
 boolean isBound()
           
 void setBound(boolean bound)
           
 
Methods inherited from class jaxx.compiler.beans.JAXXFeatureDescriptor
capitalize, getClassDescriptor, getName, getValue, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JAXXPropertyDescriptor

public JAXXPropertyDescriptor(ClassDescriptor classDescriptor,
                              String propertyName)

JAXXPropertyDescriptor

public JAXXPropertyDescriptor(ClassDescriptor classDescriptor,
                              String propertyName,
                              MethodDescriptor readMethod,
                              MethodDescriptor writeMethod)

JAXXPropertyDescriptor

public JAXXPropertyDescriptor(ClassDescriptor classDescriptor,
                              String propertyName,
                              MethodDescriptor readMethod,
                              MethodDescriptor writeMethod,
                              boolean bound)
Method Detail

getReadMethodDescriptor

public MethodDescriptor getReadMethodDescriptor()

getWriteMethodDescriptor

public MethodDescriptor getWriteMethodDescriptor()

getPropertyType

public ClassDescriptor getPropertyType()

isBound

public boolean isBound()

setBound

public void setBound(boolean bound)


Copyright © 2008-2012 CodeLutin. All Rights Reserved.