org.databene.benerator.engine.statement
Class ConditionStatement

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

public abstract class ConditionStatement
extends java.lang.Object
implements Statement

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.commons.Expression<java.lang.Boolean> condition
           
 
Constructor Summary
ConditionStatement(org.databene.commons.Expression<java.lang.Boolean> condition)
           
 
Method Summary
 org.databene.commons.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
 

Field Detail

condition

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

ConditionStatement

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

getCondidition

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


Copyright © 2011. All Rights Reserved.