Uses of Interface
gr.uoa.di.madgik.execution.datatype.IDataType

Packages that use IDataType
gr.uoa.di.madgik.execution.datatype   
gr.uoa.di.madgik.execution.utils   
 

Uses of IDataType in gr.uoa.di.madgik.execution.datatype
 

Classes in gr.uoa.di.madgik.execution.datatype that implement IDataType
 class DataTypeArray
          This class represents a data type that acts as an array of data types
 class DataTypeBooleanClass
          This class represents data type with a boolean object payload
 class DataTypeBooleanPrimitive
          This class represents data type with a primitive boolean payload
 class DataTypeConvertable
          This class represents data type with an object that can be converted using an IObjectConverter instance
 class DataTypeDoubleClass
          This class represents data type with a double object payload
 class DataTypeDoublePrimitive
          This class represents data type with a primitive double payload
 class DataTypeFloatClass
          This class represents data type with a float object payload
 class DataTypeFloatPrimitive
          This class represents data type with a primitive float payload
 class DataTypeIntegerClass
          This class represents data type with a integer object payload
 class DataTypeIntegerPrimitive
          This class represents data type with a primitive integer payload
 class DataTypeLongClass
          This class represents data type with a long object payload
 class DataTypeLongPrimitive
          This class represents data type with a primitive long payload
 class DataTypeReflectable
          This class represents data type with a collection of ReflectableItem payload
 class DataTypeResultSet
          This class represents data type with a URI proxy locator payload
 class DataTypeString
          This class represents data type with a string payload
 

Fields in gr.uoa.di.madgik.execution.datatype declared as IDataType
 IDataType ReflectableItem.Value
          The Value of the item.
 IDataType NamedDataType.Value
          The actual type.
 

Methods in gr.uoa.di.madgik.execution.datatype that return IDataType
 IDataType[] DataTypeArray.GetItems()
          Gets the array items.
 

Methods in gr.uoa.di.madgik.execution.datatype that return types with arguments of type IDataType
 Iterator<IDataType> DataTypeArray.iterator()
           
 

Uses of IDataType in gr.uoa.di.madgik.execution.utils
 

Methods in gr.uoa.di.madgik.execution.utils that return IDataType
static IDataType[] DataTypeUtils.GetArrayOfDataType(IDataType.DataTypes type, int length)
           
static IDataType DataTypeUtils.GetDataType(Element element)
           
static IDataType DataTypeUtils.GetDataType(IDataType.DataTypes type)
           
static IDataType DataTypeUtils.GetDataType(IDataType.DataTypes type, Object value)
           
 



Copyright © 2012. All Rights Reserved.