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.InQueryExp
This class is used by the query-building mechanism to represent binary relations.
For internal use only.
public InQueryExp(ValueExp ae,
ValueExp items[])
public InQueryExp()
public String getClassVersion()
public ValueExp getCheckedValue()
public ValueExp[] getExplicitValues()
public boolean apply(Object mo) throws InvalidApplicationException, BadAttributeValueException, BadStringOperationException, BadBinaryOpExpressionException
public String toString()
All Packages Class Hierarchy This Package Previous Next Index