com.bm.datagen.random.primitive
Class PrimitiveRandomFloatGenerator

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

public class PrimitiveRandomFloatGenerator
extends java.lang.Object
implements Generator<java.lang.Float>

Generates Double values (only for non PK fields).

Author:
Daniel Wiese

Constructor Summary
PrimitiveRandomFloatGenerator()
           
 
Method Summary
 java.lang.Float 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

PrimitiveRandomFloatGenerator

public PrimitiveRandomFloatGenerator()
Method Detail

getValue

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

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


Copyright © 2008. All Rights Reserved.