|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Expression
Object representation of a generic expression.
Expressions include simple and composite conditions, functions, aggregates and operators.
| Method Summary | |
|---|---|
java.lang.Object |
getExpression(int pos)
Get the subexpression at the given position |
java.util.List<java.lang.Object> |
getExpressions()
Return a copy of the expressions that are operated by this condition. |
java.lang.String |
getType()
Return the Condition type. |
int |
size()
Return the expression list size |
| Method Detail |
|---|
java.lang.String getType()
java.util.List<java.lang.Object> getExpressions()
int size()
java.lang.Object getExpression(int pos)
pos - A nonnegative int value < size()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||