Uses of Class
jfun.util.beans.Bean

Packages that use Bean
jfun.util.beans Provides helper classes to handle java bean properties. 
 

Uses of Bean in jfun.util.beans
 

Methods in jfun.util.beans that return Bean
static Bean Bean.instance(BeanType btype, java.lang.Object obj)
          Create a Bean object for a Java object.
static Bean Bean.instance(java.lang.Class type, java.lang.Object obj)
          Create a Bean object for a Java object.
static Bean Bean.instance(java.lang.Object obj)
          Create a Bean object for a Java object.
 Bean Bean.setProperty(java.lang.String name, int ind, java.lang.Object val)
          Set value for an indexed property.
 Bean Bean.setProperty(java.lang.String name, java.lang.Object val)
          Set value for a property.