com.stimulsoft.report.dictionary.data
Class StiBooleanDataCell

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

public class StiBooleanDataCell
extends DataCell


Constructor Summary
StiBooleanDataCell(StiDataColumn column, java.lang.Boolean value)
           
 
Method Summary
 java.lang.Boolean 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

StiBooleanDataCell

public StiBooleanDataCell(StiDataColumn column,
                          java.lang.Boolean value)
Method Detail

getValue

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