Method Summary |
BooleanType
|
get_active (self)
Return a Boolean representing the state of the switch: |
NoneType
|
set_active (self,
bool)
Return None |
Inherited from indielement |
|
__init__ (self,
attrs,
tag)
|
StringType
|
get_text (self)
Return a string representation of it value |
StringType
|
get_xml (self,
transfertype)
Returns an XML representation of the object |
NoneType
|
set_float (self,
num)
Return None |
NoneType
|
set_text (self,
text)
Return None |
NoneType
|
tell (self)
Prints all parameters of the object |
Inherited from indiobject |
BooleanType
|
is_valid (self)
Checks whether the object is valid. |
NoneType
|
update (self,
attrs,
tag)
Update this element with data received form the XML Parser. |