public class JAXXPropertyDescriptor extends JAXXFeatureDescriptor
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 and Description |
|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
ClassDescriptor |
getPropertyType() |
MethodDescriptor |
getReadMethodDescriptor() |
MethodDescriptor |
getWriteMethodDescriptor() |
boolean |
isBound() |
void |
setBound(boolean bound) |
capitalize, getClassDescriptor, getName, getValue, setValuepublic JAXXPropertyDescriptor(ClassDescriptor classDescriptor, String propertyName)
public JAXXPropertyDescriptor(ClassDescriptor classDescriptor, String propertyName, MethodDescriptor readMethod, MethodDescriptor writeMethod)
public JAXXPropertyDescriptor(ClassDescriptor classDescriptor, String propertyName, MethodDescriptor readMethod, MethodDescriptor writeMethod, boolean bound)
public MethodDescriptor getReadMethodDescriptor()
public MethodDescriptor getWriteMethodDescriptor()
public ClassDescriptor getPropertyType()
public boolean isBound()
public void setBound(boolean bound)
Copyright © 2008–2018 Ultreia.io. All rights reserved.