com.bm.datagen.random.primitive
Class PrimitiveRandomBooleanGenerator

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

public class PrimitiveRandomBooleanGenerator
extends java.lang.Object
implements Generator<java.lang.Boolean>

Generates boolean values (only for non PK fields).

Author:
Daniel Wiese

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

Constructor Detail

PrimitiveRandomBooleanGenerator

public PrimitiveRandomBooleanGenerator()
Method Detail

getValue

public java.lang.Boolean getValue()
Returns the next boolean value.

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


Copyright © 2008. All Rights Reserved.