org.apache.commons.beanutils2
Interface IndexedPropertySetterAccessor<B>


public interface IndexedPropertySetterAccessor<B>


Method Summary
 BeanPropertySetter<B> at(int index)
           
 

Method Detail

at

BeanPropertySetter<B> at(int index)
                         throws IllegalArgumentException,
                                IllegalAccessException,
                                InvocationTargetException
Throws:
IllegalArgumentException
IllegalAccessException
InvocationTargetException


Copyright © 2012 The Apache Software Foundation. All Rights Reserved.