org.python.core
public class PyBeanProperty extends PyReflectedField
| Field Summary | |
|---|---|
| Method | getMethod |
| Class | myType |
| Method | setMethod |
| Constructor Summary | |
|---|---|
| PyBeanProperty(String name, Class myType, Method getMethod, Method setMethod) | |
| Method Summary | |
|---|---|
| PyBeanProperty | copy() |
| String | toString() |
| PyObject | _doget(PyObject self) |
| boolean | _doset(PyObject self, PyObject value) |