This class holds information about a single piece of information used by the plug-in. Each piece of information has three attributes: name, value and type. This class was called 'Ecipse_data' in previous versions of the plug-in. |
Author | Jarett Smith |
Date | Nov 16, 2006 |
Outputfile | pvx_data.pvc |
Forcelinenumbers | false |
Create a new data object where a value can be stored and the data type can be set. | ||||||||
|
PROPERTY _version$
|
PROPERTY BOOLEAN_TYPE
|
PROPERTY STRING_TYPE
|
PROPERTY NUMERIC_TYPE
|
FUNCTION getKey$() Return the key (name) associated with this data. | ||||
FUNCTION getType() Return the type of data | ||||
FUNCTION getValue$() Return the data value for string data | ||||
FUNCTION getValue() Return the data value for numeric data | ||||
FUNCTION setType(initType) Set the data type | ||||
| ||||
FUNCTION setValue(inValue$) Set the data value for string data | ||||
| ||||
FUNCTION setValue(inValue) Set the data value for numeric data | ||||
|
![]() |