Uses of Interface
javax.rad.type.bean.IBeanType

Packages that use IBeanType
javax.rad.type.bean Contains classes for bean handling. 
 

Uses of IBeanType in javax.rad.type.bean
 

Classes in javax.rad.type.bean with type parameters of type IBeanType
 class AbstractBean<C extends IBeanType>
          The AbstractBean is an AbstractMap and the default IBean implementation.
 

Classes in javax.rad.type.bean that implement IBeanType
 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 IBeanType
protected  C AbstractBean.beanType
          Stores the bean type.
 

Methods in javax.rad.type.bean that return IBeanType
 IBeanType IBean.getBeanType()
          Gets the property names available by this bean.
 



Copyright © 2009 SIB Visions GmbH. All Rights Reserved.