com.ora.jsp.sql.value
Class DoubleValue

java.lang.Object
  |
  +--com.ora.jsp.sql.Value
        |
        +--com.ora.jsp.sql.value.DoubleValue

public class DoubleValue
extends Value

This class represents a double value used by the SQL tags.

Version:
1.0
Author:
Hans Bergsten, Gefion software

Field Summary
private  double value
           
 
Constructor Summary
DoubleValue(double value)
           
 
Method Summary
 double getDouble()
           
 java.lang.String getString()
          This method must be implemented by all subclasses.
 
Methods inherited from class com.ora.jsp.sql.Value
getBigDecimal, getBoolean, getByte, getBytes, getDate, getFloat, getInt, getLong, getObject, getShort, getTime, getTimestamp
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

value

private double value
Constructor Detail

DoubleValue

public DoubleValue(double value)
Method Detail

getDouble

public double getDouble()
Overrides:
getDouble in class Value

getString

public java.lang.String getString()
Description copied from class: Value
This method must be implemented by all subclasses. All data types can be converted to a String.
Overrides:
getString in class Value