Eclipse.org Eclipse.org type Device Kit

XML Attribute 

type attribute

Device Kit Attributes Elements XML Reference

Specifies the data type.

Attribute type:
"bit"
Specifies that the parameter data is a single bit.
"boolean"
Specifies that the parameter data is a boolean (Boolean).
"boolean[]"
Specifies that the parameter data is a boolean array.
"byte"
Specifies that the parameter data is a 8 bits signed byte (Byte). A signed byte ranges in value between -128 and 127.
"byte[]"
Specifies that the parameter data is a 8 bits signed byte array. A signed byte ranges in value between -128 and 127.
"bytes"
Specifies that the parameter data is an array of bytes. A signed byte ranges in value between -128 and 127.
"double"
Specifies that the parameter data is a double (Double).
"double[]"
Specifies that the parameter data is a double array.
"float"
Specifies that the parameter data is a float (Float).
"float[]"
Specifies that the parameter data is a float array.
"int"
Specifies that the parameter data is a 32 bits signed integer (Integer). A signed integer ranges in value between -2147483648 and 2147483647.
"int[]"
Specifies that the parameter data is a 32 bits signed integer array. A signed integer ranges in value between -2147483648 and 2147483647.
"long"
Specifies that the parameter data is a 64 bits signed long (Long). A signed long ranges in value between -9223372036854775808 and 9223372036854775807.
"long[]"
Specifies that the parameter data is a 64 bits signed long array. A signed long ranges in value between -9223372036854775808 and 9223372036854775807.
"short"
Specifies that the parameter data is a 16 bits signed short (Number). 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 7 bits unsigned byte (Number). An unsigned byte ranges in value between 0 and 255.
"ubytes"
Specifies that the parameter data is an 8 bits unsigned byte array.
"uint"
Specifies that the parameter data is an 32 bits unsigned integer (Number).
"ulong"
Specifies that the parameter data is an 64 bits unsigned long (Long).
"ushort"
Specifies that the parameter data is an 16 bits unsigned short (Number). An unsigned value ranges from 0 to 65535.
"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.
"Number"
Specifies that the parameter will is a Number.
"FloatingPoint"
Specifies that the parameter will is a floating point number.


Copyright (c) 2009 IBM. See license in Legal section. Device Kit XML Reference 1.2.0