Uses of Class
com.davisor.data.FloatType

Packages that use FloatType
com.davisor.data This package defines a powerful parametrized data integration framework for exchanging information between different Java data objects, strings and SQL databases.  
com.davisor.data.stream This package extends the data framework package with tools for working with data streams and buffers containing data framework data objects and arbitrary data objects.  
 

Uses of FloatType in com.davisor.data
 

Subclasses of FloatType in com.davisor.data
 class EnumType
          EnumType defines a base class for enumerated data types that provide one-way mapping from integer indexes to enumerated values.
 

Fields in com.davisor.data declared as FloatType
static FloatType FloatType.DEFAULT
          Default float type.
 

Constructors in com.davisor.data with parameters of type FloatType
FloatData(FloatType type, java.lang.String stringValue, java.text.ParsePosition status)
          Creates a float data value from a string value.
FloatType(FloatType ft)
          Copy constructor.
 

Uses of FloatType in com.davisor.data.stream
 

Subclasses of FloatType in com.davisor.data.stream
 class EnumDataBufferType
          EnumIndexType defines a data type that provides mapping from integer indexes to DataBuffer values.
 



Copyright © 2001-2004 Davisor Oy. All Rights Reserved.