All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.sun.jaw.reference.query.BinaryRelQueryExp

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

public class BinaryRelQueryExp
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 BinaryRelQueryExp()
 o BinaryRelQueryExp(int, ValueExp, ValueExp)

Method Index

 o apply(Object)
 o getClassVersion()
 o getLeftValue()
 o getOperator()
 o getRightValue()
 o toString()
Returns a string representation of the object.

Constructors

 o BinaryRelQueryExp
 public BinaryRelQueryExp(int op,
                          ValueExp v1,
                          ValueExp v2)
 o BinaryRelQueryExp
 public BinaryRelQueryExp()

Methods

 o getClassVersion
 public String getClassVersion()
 o getOperator
 public int getOperator()
 o getLeftValue
 public ValueExp getLeftValue()
 o getRightValue
 public ValueExp getRightValue()
 o apply
 public boolean apply(Object mo) throws BadStringOperationException, BadBinaryOpExpressionException, BadAttributeValueException, InvalidApplicationException
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