Package org.jfree.report
Interface DataSet
- All Known Subinterfaces:
DataRow
,ReportData
- All Known Implementing Classes:
EmptyReportData
,ExpressionDataRow
,FastGlobalView
,GlobalView
,ImportedVariablesDataRow
,ParameterDataRow
,ReportDataRow
,SQLReportData
,StaticDataRow
,TableReportData
public interface DataSet
A dataset is a one-dimensional collection of data items. Its main purpose is
to describe parameter sets.
- Author:
- Thomas Morgner
-
Method Summary
-
Method Details
-
getColumnCount
- Throws:
DataSourceException
-
getColumnName
- Throws:
DataSourceException
-
get
- Throws:
DataSourceException
-