Eclipse.org
Required. The type of the custom variable.
Attribute type: - "boolean"
- Specifies that the custom type as boolean.
- "int"
- Specifies that the custom type as int.
- "long"
- Specifies that the custom type as long.
- "String"
- Specifies that the custom type as String.
Specifies the configuration type.
Attribute type: - "Byte"
Sepcifies that the configuration
value is an instance of the Byte class.
- "Boolean"
Sepcifies that the configuration
value is an instance of the Boolean class.
- "Double"
Sepcifies that the configuration
value is an instance of the Double class.
- "Float"
Sepcifies that the configuration
value is an instance of the Float class.
- "Integer"
Sepcifies that the configuration
value is an instance of the Integer class.
- "Long"
Sepcifies that the configuration
value is an instance of the Long class.
- "Short"
Sepcifies that the configuration
value is an instance of the Short class.
- "String"
Specifies that the configuration
value is a string.
Specifies the command data type.
Attribute type: - "Boolean"
- Specifies that the measurement
value is an instance of the Boolean class.
- "Integer"
- Specifies that the measurement
value is an instance of the Integer class.
- "List"
- Specifies that the measurement
value is an instance of List.
- "Long"
- Specifies that the measurement
value is an instance of the Long class.
- "Map"
- Specifies that the measurement
value is an instance of Map.
- "Number"
- Sepcifies that the measurement
value is an instance of the Number class.
- "Object"
- Specifies that the measurement
value is an Object.
- "String"
- Specifies that the measurement
value is a string.
Specifies the data type.
Attribute type: - "ascii"
- Specifies that the parameter data
is American National Stardard Code for
Intormation Interchange (ASCII).
- "asciiz"
- Specifies that the parameter data
is a zero terminated American National Stardard
Code for Intormation Interchange (ASCII).
- "bit"
- Specifies that the parameter data
is a single bit.
- "boolean"
- Specifies that the parameter data
is a boolean.
- "boolean[]"
Specifies that the parameter data
is a boolean array.
- "byte"
- Specifies that the parameter data
is a signed byte (8 bits). A signed byte ranges
in value between -128 and 127.
- "byte[]"
Specifies that the parameter data
is a signed byte (8 bits) array. A signed byte ranges
in value between -128 and 127.
- "bytes"
- Specifies that the parameter data
is an array of bytes.
- "double"
- Specifies that the parameter data
is a double.
- "double[]"
Specifies that the parameter data
is a double array.
- "float"
- Specifies that the parameter data
is a float.
- "float[]"
Specifies that the parameter data
is a float array.
- "hexascii"
- Specifies that the parameter data
is a HEX (base 16) number in American National
Stardard Code for Intormation Interchange (ASCII).
- "hexstring"
- Specifies that the parameter data
is a HEX (base 16) number String.
- "int"
- Specifies that the parameter data
is a signed integer (32 bits). A signed integer
ranges in value between -2147483648 and 2147483647.
- "int[]"
Specifies that the parameter data
is a signed integer (32 bits) array. A signed integer
ranges in value between -2147483648 and 2147483647.
- "long"
- Specifies that the parameter data
is a signed long (64 bits). A signed long ranges
in value between -9223372036854775808 and 9223372036854775807.
- "long[]"
Specifies that the parameter data
is a signed long (64 bits) array. A signed long ranges
in value between -9223372036854775808 and 9223372036854775807.
- "nascii"
- Specifies that the parameter data
is an American National Stardard Code for
Intormation Interchange (ASCII) number.
- "nstring"
- Specifies that the parameter data
is a numeric string.
- "numericstring"
- Specifies that the parameter data
is numeric string.
- "short"
- Specifies that the parameter data
is a signed short (16 bits). A signed short
ranges in value between -32768 and 32767.
- "string"
- Specifies that the parameter data
is a string .
- "ubyte"
- Specifies that the parameter data
is an unsigned byte (8 bits). An unsigned byte
ranges in value between 0 and 255.
- "ubytes"
- Specifies that the parameter data
is an unsigned bytes (8 bits).
- "uint"
- Specifies that the parameter data
is an unsigned integer (32 bits).
- "ulong"
- Specifies that the parameter data
is an unsigned long (64 bits).
- "ushort"
- Specifies that the parameter data
is an unsigned short (16 bits). An unsigned
value ranges from 0 to 65535.
Specifies the measurement data type.
Attribute type: - "Boolean"
- Specifies that the measurement
value is an instance of the Boolean class.
- "Integer"
- Specifies that the measurement
value is an instance of the Integer class.
- "List"
- Specifies that the measurement
value is an instance of List.
- "Long"
- Specifies that the measurement
value is an instance of the Long class.
- "Map"
- Specifies that the measurement
value is an instance of Map.
- "Number"
- Sepcifies that the measurement
value is an instance of the Number class.
- "Object"
- Specifies that the measurement
value is an Object.
- "String"
- Specifies that the measurement
value is a string.
Specifies the data type.
Attribute type: - "ascii"
- Specifies that the parameter data
is American National Stardard Code for
Intormation Interchange (ASCII).
- "asciiz"
- Specifies that the parameter data
is a zero terminated American National Stardard
Code for Intormation Interchange (ASCII).
- "bit"
- Specifies that the parameter data
is a single bit.
- "boolean"
- Specifies that the parameter data
is a boolean.
- "boolean[]"
Specifies that the parameter data
is a boolean array.
- "byte"
- Specifies that the parameter data
is a signed byte (8 bits). A signed byte ranges
in value between -128 and 127.
- "byte[]"
Specifies that the parameter data
is a signed byte (8 bits) array. A signed byte ranges
in value between -128 and 127.
- "bytes"
- Specifies that the parameter data
is an array of bytes.
- "double"
- Specifies that the parameter data
is a double.
- "double[]"
Specifies that the parameter data
is a double array.
- "float"
- Specifies that the parameter data
is a float.
- "float[]"
Specifies that the parameter data
is a float array.
- "hexascii"
- Specifies that the parameter data
is a HEX (base 16) number in American National
Stardard Code for Intormation Interchange (ASCII).
- "hexstring"
- Specifies that the parameter data
is a HEX (base 16) number String.
- "int"
- Specifies that the parameter data
is a signed integer (32 bits). A signed integer
ranges in value between -2147483648 and 2147483647.
- "int[]"
Specifies that the parameter data
is a signed integer (32 bits) array. A signed integer
ranges in value between -2147483648 and 2147483647.
- "long"
- Specifies that the parameter data
is a signed long (64 bits). A signed long ranges
in value between -9223372036854775808 and 9223372036854775807.
- "long[]"
Specifies that the parameter data
is a signed long (64 bits) array. A signed long ranges
in value between -9223372036854775808 and 9223372036854775807.
- "nascii"
- Specifies that the parameter data
is an American National Stardard Code for
Intormation Interchange (ASCII) number.
- "nstring"
- Specifies that the parameter data
is a numeric string.
- "numericstring"
- Specifies that the parameter data
is numeric string.
- "short"
- Specifies that the parameter data
is a signed short (16 bits). A signed short
ranges in value between -32768 and 32767.
- "string"
- Specifies that the parameter data
is a string .
- "ubyte"
- Specifies that the parameter data
is an unsigned byte (8 bits). An unsigned byte
ranges in value between 0 and 255.
- "ubytes"
- Specifies that the parameter data
is an unsigned bytes (8 bits).
- "uint"
- Specifies that the parameter data
is an unsigned integer (32 bits).
- "ulong"
- Specifies that the parameter data
is an unsigned long (64 bits).
- "ushort"
- Specifies that the parameter data
is an unsigned short (16 bits). An unsigned
value ranges from 0 to 65535.
Specifies the data type of parameters.
Attribute type: - "Array"
- Specifies that the parameter will
be an array of Objects (Object[]).
- "List"
- Specifies that the parameter will
be an instance of the List interface.
- "Map"
- Specifies that the parameter will
be an instance of the Map interface.
Specifies the data type.
Attribute type: - "ascii"
- Specifies that the parameter data
is American National Stardard Code for
Intormation Interchange (ASCII).
- "asciiz"
- Specifies that the parameter data
is a zero terminated American National Stardard
Code for Intormation Interchange (ASCII).
- "bit"
- Specifies that the parameter data
is a single bit.
- "boolean"
- Specifies that the parameter data
is a boolean.
- "boolean[]"
Specifies that the parameter data
is a boolean array.
- "byte"
- Specifies that the parameter data
is a signed byte (8 bits). A signed byte ranges
in value between -128 and 127.
- "byte[]"
Specifies that the parameter data
is a signed byte (8 bits) array. A signed byte ranges
in value between -128 and 127.
- "bytes"
- Specifies that the parameter data
is an array of bytes.
- "double"
- Specifies that the parameter data
is a double.
- "double[]"
Specifies that the parameter data
is a double array.
- "float"
- Specifies that the parameter data
is a float.
- "float[]"
Specifies that the parameter data
is a float array.
- "hexascii"
- Specifies that the parameter data
is a HEX (base 16) number in American National
Stardard Code for Intormation Interchange (ASCII).
- "hexstring"
- Specifies that the parameter data
is a HEX (base 16) number String.
- "int"
- Specifies that the parameter data
is a signed integer (32 bits). A signed integer
ranges in value between -2147483648 and 2147483647.
- "int[]"
Specifies that the parameter data
is a signed integer (32 bits) array. A signed integer
ranges in value between -2147483648 and 2147483647.
- "long"
- Specifies that the parameter data
is a signed long (64 bits). A signed long ranges
in value between -9223372036854775808 and 9223372036854775807.
- "long[]"
Specifies that the parameter data
is a signed long (64 bits) array. A signed long ranges
in value between -9223372036854775808 and 9223372036854775807.
- "nascii"
- Specifies that the parameter data
is an American National Stardard Code for
Intormation Interchange (ASCII) number.
- "nstring"
- Specifies that the parameter data
is a numeric string.
- "numericstring"
- Specifies that the parameter data
is numeric string.
- "short"
- Specifies that the parameter data
is a signed short (16 bits). A signed short
ranges in value between -32768 and 32767.
- "string"
- Specifies that the parameter data
is a string .
- "ubyte"
- Specifies that the parameter data
is an unsigned byte (8 bits). An unsigned byte
ranges in value between 0 and 255.
- "ubytes"
- Specifies that the parameter data
is an unsigned bytes (8 bits).
- "uint"
- Specifies that the parameter data
is an unsigned integer (32 bits).
- "ulong"
- Specifies that the parameter data
is an unsigned long (64 bits).
- "ushort"
- Specifies that the parameter data
is an unsigned short (16 bits). An unsigned
value ranges from 0 to 65535.
Specifies the signal data type.
Attribute type: - "Boolean"
- Specifies that the measurement
value is an instance of the Boolean class.
- "Integer"
- Specifies that the measurement
value is an instance of the Integer class.
- "List"
- Specifies that the measurement
value is an instance of List.
- "Long"
- Specifies that the measurement
value is an instance of the Long class.
- "Map"
- Specifies that the measurement
value is an instance of Map.
- "Number"
- Sepcifies that the measurement
value is an instance of the Number class.
- "Object"
- Specifies that the measurement
value is an Object.
- "String"
- Specifies that the measurement
value is a string.