org.python.core

Class PyBeanProperty

public class PyBeanProperty extends PyReflectedField

Field Summary
MethodgetMethod
ClassmyType
MethodsetMethod
Constructor Summary
PyBeanProperty(String name, Class myType, Method getMethod, Method setMethod)
Method Summary
PyBeanPropertycopy()
StringtoString()
PyObject_doget(PyObject self)
boolean_doset(PyObject self, PyObject value)

Field Detail

getMethod

public Method getMethod

myType

public Class myType

setMethod

public Method setMethod

Constructor Detail

PyBeanProperty

public PyBeanProperty(String name, Class myType, Method getMethod, Method setMethod)

Method Detail

copy

public PyBeanProperty copy()

toString

public String toString()

_doget

public PyObject _doget(PyObject self)

_doset

public boolean _doset(PyObject self, PyObject value)