public interface JavaProperty extends JavaField
| Modifier and Type | Method and Description |
|---|---|
JavaMethod |
getGetterMethod()
Returns the JavaMethod representation of the getter method for this
JavaProperty.
|
JavaMethod |
getSetterMethod()
Returns the JavaMethod representation of the setter method for this
JavaProperty.
|
getComponentType, getDeclaringClass, getModifiers, getName, getTypegetUnderlyingObjectJavaMethod getGetterMethod()
null.null
otherwise.JavaMethod getSetterMethod()
null.null
otherwise.Copyright © 2005-2012 Apache Software Foundation. All Rights Reserved.