org.databene.benerator.engine.statement
Class StatementProxy

java.lang.Object
  extended by org.databene.benerator.engine.statement.StatementProxy
All Implemented Interfaces:
Statement
Direct Known Subclasses:
TimedGeneratorStatement

public class StatementProxy
extends java.lang.Object
implements Statement

Proxy for a Statement.

Created: 27.10.2009 16:06:04

Since:
0.6.0
Author:
Volker Bergmann

Field Summary
protected  Statement realStatement
           
 
Constructor Summary
StatementProxy(Statement realStatement)
           
 
Method Summary
 void execute(BeneratorContext context)
           
 Statement getRealStatement()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

realStatement

protected Statement realStatement
Constructor Detail

StatementProxy

public StatementProxy(Statement realStatement)
Method Detail

execute

public void execute(BeneratorContext context)
Specified by:
execute in interface Statement

getRealStatement

public Statement getRealStatement()


Copyright © 2011. All Rights Reserved.