ExecutionEngine DataTypes
From Gcube Wiki
Revision as of 17:33, 31 January 2010 by Giorgos.papanikos (Talk | contribs) (New page: =Overview= =Supported data types= *BooleanClass *:A boolean object type (java.lang.Boolean) *BooleanPrimitive *:A boolean primitive type (boolean) *DoubleClass *:A double object type (java...)
Overview
Supported data types
- BooleanClass
- A boolean object type (java.lang.Boolean)
- BooleanPrimitive
- A boolean primitive type (boolean)
- DoubleClass
- A double object type (java.lang.Double)
- DoublePrimitive
- A double primitive type (double)
- FloatClass
- A float object type (java.lang.Float)
- FloatPrimitive
- A float primitive type (float)
- IntegerClass
- An integer object type (java.lang.Integer)
- IntegerPrimitive
- An integer primitive type (int)
- String
- A String object type (java.lang.String)
- ResultSet
- An IProxyLocator type capable of identifying a result set
- RecordStore
- An IStoreLocator type capable of identifying a result set that is stored in some record store
- Convertable
- A type capable of storing information on a type that is not directly supported but can be transformed into a string serialization from an object and then back into the object using some converter object
- Reflectable
- A type capable of storing information on named data types that can be used to populate or be populated from an object that follows the generic get/set pattern on member variables of the respective names
- Array
- A multidimensional array of one of the above types