Uses of Class
net.sf.mmm.util.lang.api.GenericBean

Packages that use GenericBean
net.sf.mmm.util.reflect.api Provides the API for utilities that help to deal with reflection. 
net.sf.mmm.util.reflect.base Contains the base-implementations of the Reflection-Util API
 

Uses of GenericBean in net.sf.mmm.util.reflect.api
 

Methods in net.sf.mmm.util.reflect.api with parameters of type GenericBean
 Object CollectionReflectionUtil.set(Object arrayOrList, int index, Object item, GenericBean<Object> arrayReceiver)
          This method sets the given item at the given index in arrayOrCollection.
 Object CollectionReflectionUtil.set(Object arrayOrList, int index, Object item, GenericBean<Object> arrayReceiver, int maximumGrowth)
          This method sets the given item at the given index in arrayOrCollection.
 

Uses of GenericBean in net.sf.mmm.util.reflect.base
 

Methods in net.sf.mmm.util.reflect.base with parameters of type GenericBean
 Object CollectionReflectionUtilImpl.set(Object arrayOrList, int index, Object item, GenericBean<Object> arrayReceiver)
          This method sets the given item at the given index in arrayOrCollection.
 Object CollectionReflectionUtilImpl.set(Object arrayOrList, int index, Object item, GenericBean<Object> arrayReceiver, int maximumGrowth)
          This method sets the given item at the given index in arrayOrCollection.
 



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