|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.databene.benerator.util.AbstractGenerator<P>
org.databene.benerator.wrapper.GeneratorWrapper<E,E>
org.databene.benerator.wrapper.GeneratorProxy<E>
public abstract class GeneratorProxy<E>
Wraps another Generator of same product type.
Created: 17.08.2007 19:05:42
| Field Summary |
|---|
| Fields inherited from class org.databene.benerator.wrapper.GeneratorWrapper |
|---|
source |
| Fields inherited from class org.databene.benerator.util.AbstractGenerator |
|---|
context, state |
| Constructor Summary | |
|---|---|
protected |
GeneratorProxy()
|
|
GeneratorProxy(Generator<E> source)
|
| Method Summary | |
|---|---|
E |
generate()
Returns an instance of the generic type E. |
java.lang.Class<E> |
getGeneratedType()
Declares the type of the objects returned by the generate() method. |
| Methods inherited from class org.databene.benerator.wrapper.GeneratorWrapper |
|---|
close, equals, getSource, hashCode, init, isParallelizable, isThreadSafe, reset, setSource, toString |
| Methods inherited from class org.databene.benerator.util.AbstractGenerator |
|---|
assertInitialized, assertNotInitialized, wasInitialized |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
protected GeneratorProxy()
public GeneratorProxy(Generator<E> source)
| Method Detail |
|---|
public java.lang.Class<E> getGeneratedType()
Generator
public E generate()
Generator
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||