Trees | Index | Help |
|
---|
Package subjectdata :: Module CellValue :: Class CellValue |
|
Method Summary | |
---|---|
CellValue's constructor. | |
__str__(self)
| |
Returns true if obj equals this object. | |
float |
Returns a float value, if this object is a float. |
string |
Returns a string value, if this object is a string. |
bool |
Returns true if this object is a float |
string |
Returns true if this object is a string |
Set the float value, if this object is a float. | |
Set the string value, if this object is a string. |
Method Details |
---|
__init__(self,
valueFloat=None,
valueString=None)
CellValue's constructor. Takes two facultative arguments, which
cannot be specified at the same time.
|
equals(self, obj)Returns true if obj equals this object.
|
getFloat(self)Returns a float value, if this object is a float. Otherwise, it raises an exception.
|
getString(self)Returns a string value, if this object is a string. Otherwise, it raises an exception.
|
isFloat(self)Returns true if this object is a float
|
isString(self)Returns true if this object is a string
|
setFloat(self, value)Set the float value, if this object is a float. Otherwise, it raises an exception.
|
setString(self, value)Set the string value, if this object is a string. Otherwise, it raises an exception.
|
Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Tue Aug 17 18:20:07 2004 | http://epydoc.sf.net |