com.thoughtworks.qdox.model
public class BeanProperty extends Object
Version: $Revision: 380 $
| Constructor Summary | |
|---|---|
| BeanProperty(String name) | |
| Method Summary | |
|---|---|
| JavaMethod | getAccessor() |
| JavaMethod | getMutator() |
| String | getName() |
| Type | getType() |
| void | setAccessor(JavaMethod accessor) |
| void | setMutator(JavaMethod mutator) |
| void | setType(Type type) |