Home | Trees | Indices | Help |
|
---|
|
object --+ | property.IProperty --+ | object --+ | | | property.IValueChangeNotifier --+ | object --+ | | | property.IReadOnlyStatusChangeNotifier --+ | abstract_property.AbstractProperty --+ | ObjectProperty
A simple data object containing one typed value. This class is a straightforward implementation of the the IProperty interface.
Version: 1.1.2
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from |
|
|||
_value The value contained by the Property. |
|||
_type Data type of the Property's value. |
|||
Inherited from |
|
|||
Inherited from |
|
Creates a new instance of ObjectProperty with the given value, type and read-only mode status. Any value of type Object is accepted, see ObjectProperty.
|
Returns the type of the ObjectProperty. The methods
|
Gets the value stored in the Property.
|
Sets the value of the property. This method supports setting from
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sat Aug 31 14:06:36 2013 | http://epydoc.sourceforge.net |