org.databene.benerator.engine
Class EmptyStatement

java.lang.Object
  extended by org.databene.benerator.engine.EmptyStatement
All Implemented Interfaces:
Statement

public class EmptyStatement
extends java.lang.Object
implements Statement

Statement implementation that does not do anything, sometimes useful for testing.

Created: 10.09.2010 18:59:49

Since:
0.6.4
Author:
Volker Bergmann

Constructor Summary
EmptyStatement()
           
 
Method Summary
 boolean execute(BeneratorContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EmptyStatement

public EmptyStatement()
Method Detail

execute

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


Copyright © 2013. All Rights Reserved.