Top Fields Constructors Methods
org.python.core

public Class PyBeanProperty

extends PyReflectedField
Class Inheritance
Annotations
@Untraversable
Imports
java.lang.reflect.*

Field Summary

Modifier and TypeField and Description
pack-priv String
public Method
public Class<?>
public Method
Inherited from org.python.core.PyReflectedField:
field

Constructor Summary

AccessConstructor and Description
public
PyBeanProperty(String name, Class<?> myType, Method getMethod, Method setMethod)

Method Summary

Modifier and TypeMethod and Description
public PyObject
public boolean
public PyBeanProperty
copy()

public String
toString()

Overrides org.python.core.PyReflectedField.toString.

Returns a string representation of the object.

Field Detail

__name__back to summary
pack-priv String __name__
getMethodback to summary
public Method getMethod
myTypeback to summary
public Class<?> myType
setMethodback to summary
public Method setMethod

Constructor Detail

PyBeanPropertyback to summary
public PyBeanProperty(String name, Class<?> myType, Method getMethod, Method setMethod)

Method Detail

_dogetback to summary
public PyObject _doget(PyObject self)

Overrides org.python.core.PyReflectedField._doget.

Annotations
@Override
_dosetback to summary
public boolean _doset(PyObject self, PyObject value)

Overrides org.python.core.PyReflectedField._doset.

Annotations
@Override
copyback to summary
public PyBeanProperty copy()
toStringback to summary
public String toString()

Overrides org.python.core.PyReflectedField.toString.

Doc from java.lang.Object.toString.

Returns a string representation of the object. Satisfying this method's contract implies a non-null result must be returned.

Returns:String

a string representation of the object

Annotations
@Override