|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.databene.benerator.engine.statement.ConditionStatement
public abstract class ConditionStatement
CompositeStatement that holds a condition expression.
Created: 19.02.2010 09:08:00
| 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 |
|---|
protected final org.databene.commons.Expression<java.lang.Boolean> condition
| Constructor Detail |
|---|
public ConditionStatement(org.databene.commons.Expression<java.lang.Boolean> condition)
| Method Detail |
|---|
public org.databene.commons.Expression<java.lang.Boolean> getCondidition()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||