com.bm.datagen.random.primitive
Class PrimitiveRandomDoubleGenerator

java.lang.Object
  extended by com.bm.datagen.random.primitive.PrimitiveRandomDoubleGenerator
All Implemented Interfaces:
Generator<java.lang.Double>

public class PrimitiveRandomDoubleGenerator
extends java.lang.Object
implements Generator<java.lang.Double>

Generates Double values (only for non PK fields).

Author:
Daniel Wiese

Constructor Summary
PrimitiveRandomDoubleGenerator()
           
 
Method Summary
 java.lang.Double getValue()
          Returns the next Double.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PrimitiveRandomDoubleGenerator

public PrimitiveRandomDoubleGenerator()
Method Detail

getValue

public java.lang.Double getValue()
Returns the next Double.

Specified by:
getValue in interface Generator<java.lang.Double>
Returns:
- the generated value
See Also:
Generator.getValue()


Copyright © 2008. All Rights Reserved.