All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.sun.jaw.reference.query.NumericValue

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

public class NumericValue
extends ValueExp
For internal use only.

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

See Also:
ValueExp, StringValueExp, Query

Constructor Index

 o NumericValue()

Method Index

 o doubleValue()
 o getClassVersion()
 o isLong()
 o longValue()
 o toString()
Returns a string representation of the object.

Constructors

 o NumericValue
 public NumericValue()

Methods

 o getClassVersion
 public String getClassVersion()
 o doubleValue
 public double doubleValue()
 o longValue
 public long longValue()
 o isLong
 public boolean isLong()
 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