de.mguennewig.pobjects
Interface Condition

All Superinterfaces:
java.lang.Iterable<Term>, Term
All Known Implementing Classes:
Junction, Predicate

public interface Condition
extends Term, java.lang.Iterable<Term>

Interface for boolean terms that consist out of further terms.


Field Summary
static int AND
          The AND operator.
static int OR
          The OR operator.
 
Method Summary
 int getOperand()
           
 
Methods inherited from interface de.mguennewig.pobjects.Term
getSqlValue, isConstant, isJoin, isSelection
 
Methods inherited from interface java.lang.Iterable
iterator
 

Field Detail

AND

static final int AND
The AND operator.

See Also:
Constant Field Values

OR

static final int OR
The OR operator.

See Also:
Constant Field Values
Method Detail

getOperand

int getOperand()