Uses of Class
net.sf.mmm.util.pojo.descriptor.api.PojoPropertyNotFoundException

Packages that use PojoPropertyNotFoundException
net.sf.mmm.util.pojo.descriptor.api Provides the API for introspection of Pojos. 
 

Uses of PojoPropertyNotFoundException in net.sf.mmm.util.pojo.descriptor.api
 

Methods in net.sf.mmm.util.pojo.descriptor.api that throw PojoPropertyNotFoundException
 Object PojoDescriptor.addPropertyItem(POJO pojoInstance, String propertyName, Object item)
          This method adds the given item to the list-like property with the given propertyName from the given pojoInstance using the add accessor.
<ACCESSOR extends PojoPropertyAccessor>
ACCESSOR
PojoDescriptor.getAccessor(String property, PojoPropertyAccessorMode<ACCESSOR> mode, boolean required)
          This method gets the accessor for the given mode from the descriptor with the given propertyName .
 Object PojoDescriptor.getProperty(POJO pojoInstance, String property)
          This method gets the property identified by the given property from the given pojoInstance.
 Object PojoDescriptor.getPropertyItem(POJO pojoInstance, String propertyName, int index)
          This method gets the item with the given index from the list-like property with the given propertyName of the given pojoInstance using the indexed getter accessor.
 int PojoDescriptor.getPropertySize(POJO pojoInstance, String propertyName)
          This method gets the size of the property with the given propertyName from the given pojoInstance.
 Boolean PojoDescriptor.removePropertyItem(POJO pojoInstance, String propertyName, Object item)
          This method removes the given item from an array or Collection using the remove property with the given propertyName from the given pojoInstance accessor.
 Object PojoDescriptor.setProperty(POJO pojoInstance, String property, Object value)
          This method sets the given value for the property with the given property of the given pojoInstance.
 Object PojoDescriptor.setPropertyItem(POJO pojoInstance, String propertyName, int index, Object item)
          This method sets the given item at the given index in the list-like property with the given propertyName of the given pojoInstance using the indexed setter accessor.
 



Copyright © 2001-2010 mmm-Team. All Rights Reserved.