protected class ClassConfiguration.PropertyInfo extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
ClassConfiguration.PropertyInfo() |
| Modifier and Type | Method and Description |
|---|---|
Method |
getReadMethod() |
Method |
getWriteMethod() |
void |
setReadMethod(Method readMethod) |
void |
setWriteMethod(Method writeMethod) |
public Method getReadMethod()
public void setReadMethod(Method readMethod)
readMethod - The readMethod to set.public Method getWriteMethod()
public void setWriteMethod(Method writeMethod)
writeMethod - The writeMethod to set.Copyright © 2002-2012 Gargoyle Software Inc.. All Rights Reserved.