org.databene.benerator.primitive
Class LongGenerator

java.lang.Object
  extended by org.databene.benerator.primitive.LongGenerator
All Implemented Interfaces:
java.io.Closeable, Generator<java.lang.Long>, org.databene.commons.Resettable, org.databene.commons.ThreadAware

public abstract class LongGenerator
extends java.lang.Object
implements Generator<java.lang.Long>

Abstract parent class for Generators that generate Long values.

Created at 06.07.2009 08:00:30

Since:
0.6.0
Author:
Volker Bergmann

Constructor Summary
LongGenerator()
           
 
Method Summary
 java.lang.Class<java.lang.Long> getGeneratedType()
          Declares the type of the objects returned by the generate() method.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.databene.benerator.Generator
close, generate, init, wasInitialized
 
Methods inherited from interface org.databene.commons.ThreadAware
isParallelizable, isThreadSafe
 
Methods inherited from interface org.databene.commons.Resettable
reset
 

Constructor Detail

LongGenerator

public LongGenerator()
Method Detail

getGeneratedType

public java.lang.Class<java.lang.Long> getGeneratedType()
Description copied from interface: Generator
Declares the type of the objects returned by the generate() method.

Specified by:
getGeneratedType in interface Generator<java.lang.Long>


Copyright © 2013. All Rights Reserved.