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 {@code 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.
CHANGES
- 15.07.08: Created this package.
- 15.07.08: Created the class of {@code FLOAT}.
- 16.07.08: Created the class of {@code INT}.
- 23.07.08: Renamed the class from {@code INT} to {@code INTEGER}.
- 23.07.08: Created the class of {@code SHORT}.
- 23.07.08: Moved the converter class Converter from the
project L2RFClientModulatorShifted to here and added in the conversion
functions also the data type of INTEGER and FLOAT.
- 17.01.12: Added new abstract class which holds new functionality added
by the TINE library on the interface TCompoundDataObject.
TODO
- May be I should ask Phil if it is possible to realize the here created data
types also under the TINE library (as it is also done with the primitive
data types of Java by wrapper classes).