com.tonbeller.jpivot.olap.model.impl
Class DoubleExprImpl

java.lang.Object
  extended by com.tonbeller.jpivot.olap.model.impl.DoubleExprImpl
All Implemented Interfaces:
DoubleExpr, Expression, Visitable

public class DoubleExprImpl
extends java.lang.Object
implements DoubleExpr


Constructor Summary
DoubleExprImpl()
           
DoubleExprImpl(double value)
           
 
Method Summary
 void accept(Visitor visitor)
           
 double getValue()
           
 void setValue(double d)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DoubleExprImpl

public DoubleExprImpl()

DoubleExprImpl

public DoubleExprImpl(double value)
Method Detail

getValue

public double getValue()
Specified by:
getValue in interface DoubleExpr

setValue

public void setValue(double d)

accept

public void accept(Visitor visitor)
Specified by:
accept in interface Visitable