net.esper.view.stat.olap
Class CellImpl

java.lang.Object
  extended by net.esper.view.stat.olap.CellImpl
All Implemented Interfaces:
Cell

public final class CellImpl
extends Object
implements Cell

Hold the measure information which consists of a double value.


Constructor Summary
CellImpl(double value)
          Constructor.
 
Method Summary
 double getValue()
          Returns the value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CellImpl

public CellImpl(double value)
Constructor.

Parameters:
value - is the measure value
Method Detail

getValue

public final double getValue()
Description copied from interface: Cell
Returns the value.

Specified by:
getValue in interface Cell
Returns:
double value