com.stimulsoft.report.dictionary.data
Class StiRefCursorDataCell

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

public class StiRefCursorDataCell
extends DataCell


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

StiRefCursorDataCell

public StiRefCursorDataCell(StiDataColumn column,
                            java.lang.Object value)
Method Detail

getValue

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