|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.databene.benerator.nullable.AbstractNullableGenerator<E>
public abstract class AbstractNullableGenerator<E>
Abstract NullableGenerator implementation which holds a state and state management methods.
Created: 24.02.2010 15:22:42
| Field Summary | |
|---|---|
protected GeneratorState |
state
|
| Constructor Summary | |
|---|---|
AbstractNullableGenerator()
|
|
| Method Summary | |
|---|---|
protected void |
assertInitialized()
|
protected void |
assertNotInitialized()
|
void |
init(GeneratorContext context)
|
| 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.nullable.NullableGenerator |
|---|
close, generate, getGeneratedType |
| Methods inherited from interface org.databene.commons.Resettable |
|---|
reset |
| Methods inherited from interface org.databene.commons.ThreadAware |
|---|
isParallelizable, isThreadSafe |
| Field Detail |
|---|
protected GeneratorState state
| Constructor Detail |
|---|
public AbstractNullableGenerator()
| Method Detail |
|---|
public void init(GeneratorContext context)
throws InvalidGeneratorSetupException
init in interface NullableGenerator<E>InvalidGeneratorSetupExceptionprotected final void assertNotInitialized()
protected final void assertInitialized()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||