Uses of Class
jfun.util.beans.PropertyNotWritableException

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

Uses of PropertyNotWritableException in jfun.util.beans
 

Methods in jfun.util.beans that throw PropertyNotWritableException
 void BeanType.setProperty(java.lang.Object bean, java.lang.String name, java.lang.Object val)
          Set value for a property of a bean of this type.
 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.