public class BeanProperty
extends java.lang.Object
| Constructor and Description |
|---|
BeanProperty(java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
JavaMethod |
getAccessor() |
JavaMethod |
getMutator() |
java.lang.String |
getName() |
Type |
getType() |
void |
setAccessor(JavaMethod accessor) |
void |
setMutator(JavaMethod mutator) |
void |
setType(Type type) |
public java.lang.String getName()
public void setType(Type type)
public Type getType()
public JavaMethod getAccessor()
public void setAccessor(JavaMethod accessor)
public JavaMethod getMutator()
public void setMutator(JavaMethod mutator)