com.stimulsoft.report.dictionary.data
Class StiDoubleDataCell

java.lang.Object
  extended by com.stimulsoft.report.dictionary.data.DataCell
      extended by com.stimulsoft.report.dictionary.data.StiDoubleDataCell

public class StiDoubleDataCell
extends DataCell


Constructor Summary
StiDoubleDataCell(StiDataColumn column, java.lang.Double value)
           
StiDoubleDataCell(StiDataColumn column, java.lang.Object value)
           
 
Method Summary
 java.lang.Double getValue()
           
 
Methods inherited from class com.stimulsoft.report.dictionary.data.DataCell
clone, createEmpty, equals, getColumnName, getEmptyValue, getType, hashCode, isNotEmpty, setValue, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StiDoubleDataCell

public StiDoubleDataCell(StiDataColumn column,
                         java.lang.Object value)

StiDoubleDataCell

public StiDoubleDataCell(StiDataColumn column,
                         java.lang.Double value)
Method Detail

getValue

public java.lang.Double getValue()
Overrides:
getValue in class DataCell