Home | Trees | Indices | Help |
---|
|
object --+ | Property
Contains a property value and data type id. The value can be fetched as a generic Object or one of the convenience str(), int(), bool() methods can be used to get the value in a specific type.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
|
|||
__value =
|
|||
__data_type_id = 0
|
|||
__data_type_name =
|
|
|||
value | |||
data_type_id | |||
Inherited from |
|
Creates a new Property with a value and data type
|
Get data type name. It returns a String with the data type name |
Gets a set of possible values for this property. This is typically only used when it is known that a given property name can have multiple possible values. All items in the set will have the same data type. It returns the array value of the property |
Gets the value of the property as string. If a property has multiple possible values then the values are concatenated with a comma.
|
Compare two instances of this class. If both have equal values and data type then returns true. |
|
value
|
data_type_id
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Fri May 30 11:47:02 2014 | http://epydoc.sourceforge.net |