com.bm.datagen.random.primitive
Class PrimitiveRandomStringGenerator

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

public class PrimitiveRandomStringGenerator
extends java.lang.Object
implements Generator<java.lang.String>

Generates random string values - distinguish between PK and non PK fields.

Author:
Daniel Wiese

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

Constructor Detail

PrimitiveRandomStringGenerator

public PrimitiveRandomStringGenerator()
Method Detail

getValue

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

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


Copyright © 2008. All Rights Reserved.