CXDataType: {
STRING: "string";
LONG: "long";
INTEGER: "integer";
DOUBLE: "double";
BOOLEAN: "boolean";
LIST_OF_STRING: "list_of_string";
LIST_OF_LONG: "list_of_long";
LIST_OF_INTEGER: "list_of_integer";
LIST_OF_DOUBLE: "list_of_double";
LIST_OF_BOOLEAN: "list_of_boolean";
} = ...
Type Declaration
ReadonlySTRING: "string"
ReadonlyLONG: "long"
ReadonlyINTEGER: "integer"
ReadonlyDOUBLE: "double"
ReadonlyBOOLEAN: "boolean"
ReadonlyLIST_OF_STRING: "list_of_string"
ReadonlyLIST_OF_LONG: "list_of_long"
ReadonlyLIST_OF_INTEGER: "list_of_integer"
ReadonlyLIST_OF_DOUBLE: "list_of_double"
ReadonlyLIST_OF_BOOLEAN: "list_of_boolean"
CX data types for network properties and attributes