See: Description
Class | Description |
---|---|
ACompoundDataObject |
Abstract compound data object which only reflects methods which are created
by the TINE library with the interface
TCompoundDataObject . |
Converter |
Converts a primitive TINE data object array into a primitive Java type.
|
FLOAT |
Is an instance of the primitive type
float . |
INTEGER | |
SHORT |
The primitive TINE data type called
SHORT which currently doesn't
exist in the TINE framework. |
Version: $Id: package.html 48102 2012-01-17 14:03:18Z walla $
Created this package for TINE data types which are not defined in the TINE library. Most of all these are representations of Java primitive data types as objects.
But be careful by using these objects in a TINE manner by initializing
them via a TDatatType
instance. This will fail because the corresponding
object only exits in this special library and NOT under TINE! In this
cases it cannot find the corresponding data type and will possibly
fail.
FLOAT
.INT
.INT
to INTEGER
.SHORT
.14-September-2016 18:23 Deutsches Elektronen-Synchrotron DESY in der Helmholtz-Gemeinschaft