Home | Trees | Index | Help |
|
---|
Module Object :: Class Property |
|
Warning: Comparisons between properties will only be true when both the name and data pairs are the same.
Method Summary | |
---|---|
string, int, or float |
Get the data for this property. |
string |
Get the name of this property. |
string |
Get the type for this property. |
Set the data for this property. | |
Set the name of this property. |
Instance Variable Summary | |
---|---|
data : Data for this property. | |
name : The property name. | |
type : The property type. |
Method Details |
---|
getData()Get the data for this property.
|
getName()Get the name of this property.
|
getType()Get the type for this property.
|
setData(data)Set the data for this property.
|
setName(name)Set the name of this property.
|
Instance Variable Details |
---|
dataData for this property. Depends on property type. |
nameThe property name. |
typeThe property type. |
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Thu May 10 20:31:59 2007 | http://epydoc.sf.net |