All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.sun.jaw.reference.query.InQueryExp

java.lang.Object
   |
   +----com.sun.jaw.reference.query.QueryEval
           |
           +----com.sun.jaw.reference.query.QueryExp
                   |
                   +----com.sun.jaw.reference.query.InQueryExp

public class InQueryExp
extends QueryExp
For internal use only.

This class is used by the query-building mechanism to represent binary relations.

For internal use only.


Constructor Index

 o InQueryExp()
 o InQueryExp(ValueExp, ValueExp[])

Method Index

 o apply(Object)
 o getCheckedValue()
 o getClassVersion()
 o getExplicitValues()
 o toString()
Returns a string representation of the object.

Constructors

 o InQueryExp
 public InQueryExp(ValueExp ae,
                   ValueExp items[])
 o InQueryExp
 public InQueryExp()

Methods

 o getClassVersion
 public String getClassVersion()
 o getCheckedValue
 public ValueExp getCheckedValue()
 o getExplicitValues
 public ValueExp[] getExplicitValues()
 o apply
 public boolean apply(Object mo) throws InvalidApplicationException, BadAttributeValueException, BadStringOperationException, BadBinaryOpExpressionException
Overrides:
apply in class QueryExp
 o toString
 public String toString()
Returns a string representation of the object.

Overrides:
toString in class Object

All Packages  Class Hierarchy  This Package  Previous  Next  Index