|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IType | |
|---|---|
| javax.rad.type | Contains type interfaces and classes for interoperability between technologies. |
| javax.rad.type.bean | Contains classes for bean handling. |
| Uses of IType in javax.rad.type |
|---|
| Classes in javax.rad.type that implement IType | |
|---|---|
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 |
AbstractType<T>
The AbstractType is the default implementation of IType. |
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. |
| Methods in javax.rad.type that return IType | |
|---|---|
static IType<?> |
AbstractType.getTypeFromClass(Class<?> pClass)
Gets the type for a Class. |
static IType<?> |
AbstractType.getTypeFromObject(Object pObject)
Gets the type for an Object. |
| Methods in javax.rad.type with parameters of type IType | |
|---|---|
static void |
AbstractType.registerType(IType<?> pType)
Registers a type. |
| Uses of IType in javax.rad.type.bean |
|---|
| Classes in javax.rad.type.bean that implement IType | |
|---|---|
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. |
| Fields in javax.rad.type.bean declared as IType | |
|---|---|
protected IType<?> |
PropertyDefinition.type
The property type. |
| Methods in javax.rad.type.bean that return IType | |
|---|---|
IType<?> |
PropertyDefinition.getType()
Gets the property type. |
| Constructors in javax.rad.type.bean with parameters of type IType | |
|---|---|
PropertyDefinition(String pName,
IType<?> pType)
Constructs a new PropertyDefinition for a property name and
the property type. |
|
PropertyDefinition(String pName,
IType<?> pType,
Class<?> pTypeClass)
Constructs a new PropertyDefinition for a property name and
the property type. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||