org.databene.benerator.engine.statement
Class ConditionStatement

java.lang.Object
  extended by org.databene.benerator.engine.statement.ConditionStatement
All Implemented Interfaces:
java.io.Closeable, Statement
Direct Known Subclasses:
IfStatement, WhileStatement

public abstract class ConditionStatement
extends java.lang.Object
implements Statement, java.io.Closeable

CompositeStatement that holds a condition expression.

Created: 19.02.2010 09:08:00

Since:
0.6.0
Author:
Volker Bergmann

Field Summary
protected  org.databene.script.Expression<java.lang.Boolean> condition
           
 
Constructor Summary
ConditionStatement(org.databene.script.Expression<java.lang.Boolean> condition)
           
 
Method Summary
 org.databene.script.Expression<java.lang.Boolean> getCondidition()
           
 
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.engine.Statement
execute
 
Methods inherited from interface java.io.Closeable
close
 

Field Detail

condition

protected final org.databene.script.Expression<java.lang.Boolean> condition
Constructor Detail

ConditionStatement

public ConditionStatement(org.databene.script.Expression<java.lang.Boolean> condition)
Method Detail

getCondidition

public org.databene.script.Expression<java.lang.Boolean> getCondidition()


Copyright © 2013. All Rights Reserved.