Package net.sf.jasperreports.data.empty
Interface EmptyDataAdapter
-
- All Superinterfaces:
DataAdapter
- All Known Implementing Classes:
EmptyDataAdapterImpl
public interface EmptyDataAdapter extends DataAdapter
- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Integer
getRecordCount()
void
setRecordCount(Integer recordCount)
-
Methods inherited from interface net.sf.jasperreports.dataadapters.DataAdapter
getName, setName
-
-