org.jfree.report.util.beans
public final class BeanUtility extends Object
| Constructor Summary | |
|---|---|
| BeanUtility(Object o) | |
| Method Summary | |
|---|---|
| BeanUtility | derive(Object o) |
| String[] | getProperties() |
| Object | getProperty(String name) |
| String | getPropertyAsString(String name) |
| PropertyDescriptor[] | getPropertyInfos() |
| Class | getPropertyType(String name) |
| static Class | getPropertyType(PropertyDescriptor pd) |
| void | setProperty(String name, Object o) |
| void | setPropertyAsString(String name, String txt) |
| void | setPropertyAsString(String name, Class type, String txt) |