public class BeanProperty extends Object
Constructor and Description |
---|
BeanProperty(String name) |
Modifier and Type | Method and Description |
---|---|
JavaMethod |
getAccessor() |
JavaMethod |
getMutator() |
String |
getName() |
Type |
getType() |
void |
setAccessor(JavaMethod accessor) |
void |
setMutator(JavaMethod mutator) |
void |
setType(Type type) |
public BeanProperty(String name)
public 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)
Copyright © 2002-2013. All Rights Reserved.