The type of data for this data object.
Static Properties
| Name | Description |
|---|---|
| BOOLEAN_DATA_TYPE | The data type is a boolean. |
| INTEGER_DATA_TYPE | The data type is an int32. |
| LIST_DATA_TYPE | The data type is a list. |
| OBJECT_DATA_TYPE | The data type is an object. |
| REAL_DATA_TYPE | The data type is a real. |
| SHORT_INTEGER_DATA_TYPE | The data type is an int16. |
| STRING_DATA_TYPE | The data type is a string. |