DescValueType¶
Description¶
The value type of an object.
Static Properties¶
ALIASTYPE readonly | Alias. |
BOOLEANTYPE readonly | Boolean. |
CLASSTYPE readonly | Class. |
DOUBLETYPE readonly | Double. |
ENUMERATEDTYPE readonly | Enumeration. |
INTEGERTYPE readonly | Integer. |
LARGEINTEGERTYPE readonly | |
LISTTYPE readonly | Action list. |
OBJECTTYPE readonly | Object. |
RAWTYPE readonly | Raw. |
REFERENCETYPE readonly | Reference. |
STRINGTYPE readonly | String. |
UNITDOUBLE readonly | Unit value of type double. |