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.NotQueryExp
This class is used by the query-building mechanism to represent negations of relational expressions.
For internal use only.
public NotQueryExp()
public NotQueryExp(QueryExp q)
public String getClassVersion()
public QueryExp getNegatedExp()
public boolean apply(Object mo) throws BadStringOperationException, BadBinaryOpExpressionException, BadAttributeValueException, InvalidApplicationException
public String toString()
All Packages Class Hierarchy This Package Previous Next Index