com.bm.datagen.empty
Class EmptyCollection

java.lang.Object
  extended by com.bm.datagen.empty.EmptyCollection
All Implemented Interfaces:
Generator<java.util.Collection>

public class EmptyCollection
extends java.lang.Object
implements Generator<java.util.Collection>

Generates boolean values (only for non PK fields).

Author:
Daniel Wiese

Constructor Summary
EmptyCollection()
           
 
Method Summary
 java.util.Collection 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

EmptyCollection

public EmptyCollection()
Method Detail

getValue

public java.util.Collection getValue()
Returns the next boolean value.

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


Copyright © 2008. All Rights Reserved.