Uses of Class
javax.rad.type.AbstractComparableType

Packages that use AbstractComparableType
javax.rad.type Contains type interfaces and classes for interoperability between technologies. 
 

Uses of AbstractComparableType in javax.rad.type
 

Subclasses of AbstractComparableType in javax.rad.type
 class AbstractNumberType<T extends Number & Comparable<T>>
          The AbstractNumberType is the base implementation for all numeric types.
 class BooleanType
          The BooleanType is a platform independent definition of boolean.
 class DecimalType
          The DecimalType is a platform independent definition of a decimal.
 class DoubleType
          The DoubleType is a platform independent definition of double.
 class FloatType
          The FloatType is a platform independent definition of float.
 class IntegerType
          The IntegerType is a platform independent definition of integer.
 class LongType
          The LongType is a platform independent definition of long.
 class StringType
          The StringType is a platform independent definition of String.
 



Copyright © 2009 SIB Visions GmbH. All Rights Reserved.