net.sf.beanrunner.factory.impl
Class NumberInstanceFactory

java.lang.Object
  extended bynet.sf.beanrunner.factory.AbstractInstanceFactory
      extended bynet.sf.beanrunner.factory.impl.NumberInstanceFactory
All Implemented Interfaces:
InstanceFactory

public class NumberInstanceFactory
extends AbstractInstanceFactory


Constructor Summary
NumberInstanceFactory(java.lang.Class number, java.lang.Number minValue, java.lang.Number maxValue)
           
 
Method Summary
protected  void initCollection(java.util.Collection collection)
           
 
Methods inherited from class net.sf.beanrunner.factory.AbstractInstanceFactory
iterator
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NumberInstanceFactory

public NumberInstanceFactory(java.lang.Class number,
                             java.lang.Number minValue,
                             java.lang.Number maxValue)
Method Detail

initCollection

protected void initCollection(java.util.Collection collection)
Specified by:
initCollection in class AbstractInstanceFactory


Copyright © 2008. All Rights Reserved.