All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.sun.jaw.reference.query.ValueExp

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

public abstract class ValueExp
extends QueryEval
For internal use only.

This interface represents values that can be passed as arguments to relational expressions. Strings, numbers, booleans and attributes are valid values. They are represented by instances of the following classes, all of which implement ValueExp:

See Also:
StringValueExp, AttributeExp, NumericValue, Query

Constructor Index

 o ValueExp()

Method Index

 o apply(Object)

Constructors

 o ValueExp
 public ValueExp()

Methods

 o apply
 public ValueExp apply(Object mo) throws BadStringOperationException, BadBinaryOpExpressionException, BadAttributeValueException, InvalidApplicationException

All Packages  Class Hierarchy  This Package  Previous  Next  Index