|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ExpressionDefinition
Class implemented by ComplexExpression and Id - affirms whether or not the expression is complex, allows access to sub-expressions of a complex expression, and copies the complex expression object
Method Summary | |
---|---|
java.lang.Object |
clone()
Copies complex expression object |
java.util.ArrayList |
getSubExpressions()
Returns array list of sub-expressions that constitute a complex expression. |
boolean |
isComplexExpression()
Returns boolean affirming whether or not the expression is complex. |
Method Detail |
---|
boolean isComplexExpression()
Returns boolean affirming whether or not the expression is complex.
java.util.ArrayList getSubExpressions()
Returns array list of sub-expressions that constitute a complex expression.
java.lang.Object clone()
Copies complex expression object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |