Package javax.rad.type

Contains type interfaces and classes for interoperability between technologies.

See:
          Description

Interface Summary
IType<T> The Type is a platform independent definition of standard types.
 

Class Summary
AbstractComparableType<T extends Comparable<T>> The AbstractComparableType is the base implementation for all comparable types.
AbstractNumberType<T extends Number & Comparable<T>> The AbstractNumberType is the base implementation for all numeric types.
AbstractType<T> The AbstractType is the default implementation of IType.
BooleanType The BooleanType is a platform independent definition of boolean.
DecimalType The DecimalType is a platform independent definition of a decimal.
DoubleType The DoubleType is a platform independent definition of double.
FloatType The FloatType is a platform independent definition of float.
IntegerType The IntegerType is a platform independent definition of integer.
LongType The LongType is a platform independent definition of long.
NullType The NullType is a platform independent definition for null.
StringType The StringType is a platform independent definition of String.
UnknownType The UnknownType is a platform independent definition for any object.
 

Package javax.rad.type Description

Contains type interfaces and classes for interoperability between technologies.



Copyright © 2009 SIB Visions GmbH. All Rights Reserved.