|
SAP J2EE Engine Version 6.40 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
This interface is used by compound logical conditions.
| Field Summary | |
static int |
OP_AND
Constant indicating the logical "and" of two or more criteria. |
static int |
OP_OR
Constant indicating the logical "or" of two or more criteria. |
| Method Summary | |
java.util.Iterator |
getCriteria()
Returns the Iterator of composing criteria objects. |
ICriteria |
getCriteria(int index)
Returns one of the composing criteria objects by index |
int |
getCriteriaCount()
Returns the number of composing criteria in this clause. |
int |
getOperator()
Returns the operator used in the logical expression. |
| Field Detail |
public static final int OP_AND
public static final int OP_OR
| Method Detail |
public java.util.Iterator getCriteria()
ICriteriapublic ICriteria getCriteria(int index)
index - the index of the composite criteriapublic int getCriteriaCount()
public int getOperator()
|
SAP J2EE Engine Version 6.40 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||