com.satline.expr
Class DoubleConstant

java.lang.Object
  extended by com.satline.expr.NumberConstant
      extended by com.satline.expr.DoubleConstant
All Implemented Interfaces:
Constant, Expression, java.io.Serializable

public class DoubleConstant
extends NumberConstant

Constant double expression.

Author:
Teubner
See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.satline.expr.NumberConstant
value
 
Constructor Summary
DoubleConstant()
          Default constructor.
DoubleConstant(double value)
          Constructor using fields.
DoubleConstant(java.lang.Number value)
          Constructor using fields.
 
Method Summary
 java.lang.Double getValue()
          Get value
 
Methods inherited from class com.satline.expr.NumberConstant
equals, greet, hashCode, setValue, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DoubleConstant

public DoubleConstant()
Default constructor.


DoubleConstant

public DoubleConstant(java.lang.Number value)
Constructor using fields.

Parameters:
value - - constant value

DoubleConstant

public DoubleConstant(double value)
Constructor using fields.

Parameters:
value - - constant value
Method Detail

getValue

public java.lang.Double getValue()
Get value

Returns:
double value


Copyright © 2007 null. All Rights Reserved.