|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AbstractType | |
|---|---|
| javax.rad.type | Contains type interfaces and classes for interoperability between technologies. |
| javax.rad.type.bean | Contains classes for bean handling. |
| Uses of AbstractType in javax.rad.type |
|---|
| Subclasses of AbstractType in javax.rad.type | |
|---|---|
class |
AbstractComparableType<T extends Comparable<T>>
The AbstractComparableType is the base implementation for all comparable types. |
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 |
NullType
The NullType is a platform independent definition for null. |
class |
StringType
The StringType is a platform independent definition of String. |
class |
UnknownType
The UnknownType is a platform independent definition for any object. |
| Uses of AbstractType in javax.rad.type.bean |
|---|
| Subclasses of AbstractType in javax.rad.type.bean | |
|---|---|
class |
AbstractBeanType<T>
The AbstractBeanType is a bean definition without a bean object/class. |
class |
BeanType
The BeanType is a wrapper for dynamic/generic beans and POJOs. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||