|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.databene.benerator.primitive.LongGenerator
public abstract class LongGenerator
Abstract parent class for Generator
s that generate Long values.
Created at 06.07.2009 08:00:30
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 |
---|
public LongGenerator()
Method Detail |
---|
public java.lang.Class<java.lang.Long> getGeneratedType()
Generator
getGeneratedType
in interface Generator<java.lang.Long>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |