All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.sun.jaw.reference.query.StringValueExp

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

public class StringValueExp
extends ValueExp
For internal use only.

This class represents strings that are arguments to relational constraints. A StringValueExp may be used anywhere a ValueExp is required.

See Also:
ValueExp, NumericValue, Query

Constructor Index

 o StringValueExp()
 o StringValueExp(String)

Method Index

 o getClassVersion()
 o getValue()
 o toString()
Returns a string representation of the object.

Constructors

 o StringValueExp
 public StringValueExp(String val)
 o StringValueExp
 public StringValueExp()

Methods

 o getClassVersion
 public String getClassVersion()
 o getValue
 public String getValue()
 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