net.esper.view.stat.olap
Class CellImpl
java.lang.Object
net.esper.view.stat.olap.CellImpl
- All Implemented Interfaces:
- Serializable, MetaDefItem, Cell
public final class CellImpl
- extends Object
- implements Cell, MetaDefItem
Hold the measure information which consists of a double value.
- See Also:
- Serialized Form
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 |
CellImpl
public CellImpl(double value)
- Constructor.
- Parameters:
value
- is the measure value
getValue
public final double getValue()
- Description copied from interface:
Cell
- Returns the value.
- Specified by:
getValue
in interface Cell
- Returns:
- double value