Package net.sf.jasperreports.data.cache
Interface CachedDataset
-
- All Known Implementing Classes:
StandardCachedDataset
public interface CachedDataset
- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IndexedDataSource
getDataSource()
Object
getParameterValue(String name)
boolean
hasParameter(String name)
-
-
-
Method Detail
-
hasParameter
boolean hasParameter(String name)
-
getDataSource
IndexedDataSource getDataSource()
-
-