com.thoughtworks.qdox.model
public class BeanProperty extends Object
Version: $Revision: 223 $
| Field Summary | |
|---|---|
| JavaMethod | accessor |
| JavaMethod | mutator |
| String | name |
| Type | type |
| 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) |