|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Condition
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 |
|---|
static final int AND
AND operator.
static final int OR
OR operator.
| Method Detail |
|---|
int getOperand()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||