All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object
|
+----com.sun.jaw.reference.query.QueryEval
|
+----com.sun.jaw.reference.query.QueryExp
|
+----com.sun.jaw.reference.query.BetweenQueryExp
This class is used by the query-building mechanism to represent binary relations.
For internal use only.
public BetweenQueryExp(ValueExp v1,
ValueExp v2,
ValueExp v3)
public BetweenQueryExp()
public String getClassVersion()
public ValueExp getCheckedValue()
public ValueExp getLowerBound()
public ValueExp getUpperBound()
public boolean apply(Object mo) throws BadStringOperationException, BadBinaryOpExpressionException, BadAttributeValueException, InvalidApplicationException
public String toString()
All Packages Class Hierarchy This Package Previous Next Index