|
|||||
| FRAMES NO FRAMES | |||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||
Represents a property on a bean which may have a getter and/or a setter
| Field Summary | |
|---|---|
String |
name
|
Class |
type
|
| Constructor Summary | |
MetaProperty(String name, Class type)
|
|
| Method Summary | |
|---|---|
int |
getModifiers()
|
String |
getName()
|
Object |
getProperty(Object object)
|
Class |
getType()
|
void |
setProperty(Object object, Object newValue)
|
| Constructor Detail |
|---|
public MetaProperty(String name, Class type)
| Method Detail |
|---|
public int getModifiers()
public String getName()
public Object getProperty(Object object)
public Class getType()
public void setProperty(Object object, Object newValue)