org.apache.slide.search.basic.expression
Class GenericBasicExpression

java.lang.Object
  |
  +--org.apache.slide.search.basic.expression.BasicExpression
        |
        +--org.apache.slide.search.basic.expression.GenericBasicExpression
All Implemented Interfaces:
IBasicExpression
Direct Known Subclasses:
CompareExpression, MergeExpression

public abstract class GenericBasicExpression
extends BasicExpression

GenericBasicExpression.java

Author:
Created by Omnicore CodeGuide

Field Summary
 
Fields inherited from class org.apache.slide.search.basic.expression.BasicExpression
expressionElement, expressionFactory, resultSet
 
Constructor Summary
protected GenericBasicExpression(org.jdom.Element e)
          constructor.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.slide.search.basic.IBasicExpression
execute
 

Constructor Detail

GenericBasicExpression

protected GenericBasicExpression(org.jdom.Element e)
                          throws InvalidQueryException
constructor. Only called by the conrecte expressions

Parameters:
e - the jdom element representing this expression.