| Package | Description |
|---|---|
| gr.uoa.di.madgik.execution.datatype | |
| gr.uoa.di.madgik.execution.utils |
| Modifier and Type | Class and Description |
|---|---|
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
|
| Modifier and Type | Field and Description |
|---|---|
IDataType |
ReflectableItem.Value
The Value of the item.
|
IDataType |
NamedDataType.Value
The actual type.
|
| Modifier and Type | Method and Description |
|---|---|
IDataType[] |
DataTypeArray.GetItems()
Gets the array items.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<IDataType> |
DataTypeArray.iterator() |
| Modifier and Type | Method and Description |
|---|---|
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 © 2015. All Rights Reserved.