net.sf.jasperreports.engine.base
Class JRBaseElementDataset
java.lang.Object
net.sf.jasperreports.engine.base.JRBaseElementDataset
- All Implemented Interfaces:
- JRElementDataset, java.io.Serializable
- Direct Known Subclasses:
- JRBaseChartDataset, JRBaseCrosstabDataset, JRDesignElementDataset
- public abstract class JRBaseElementDataset
- extends java.lang.Object
- implements JRElementDataset, java.io.Serializable
- Version:
- $Id: JRBaseElementDataset.java,v 1.3 2005/11/28 09:20:44 teodord Exp $
- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
resetType
protected byte resetType
incrementType
protected byte incrementType
resetGroup
protected JRGroup resetGroup
incrementGroup
protected JRGroup incrementGroup
datasetRun
protected JRDatasetRun datasetRun
JRBaseElementDataset
protected JRBaseElementDataset()
JRBaseElementDataset
protected JRBaseElementDataset(JRElementDataset dataset)
JRBaseElementDataset
protected JRBaseElementDataset(JRElementDataset dataset,
JRBaseObjectFactory factory)
getResetType
public byte getResetType()
- Description copied from interface:
JRElementDataset
- Gets the reset type. This specifies the range of report data used for filling the dataset.
- Specified by:
getResetType
in interface JRElementDataset
- Returns:
- one of the reset constants in
JRVariable
getIncrementType
public byte getIncrementType()
- Description copied from interface:
JRElementDataset
- Returns the increment type. This specifies dataset values increment step.
- Specified by:
getIncrementType
in interface JRElementDataset
- Returns:
- one of the reset constants in
JRVariable
, since the increment type uses the same
constants as the reset type.
getResetGroup
public JRGroup getResetGroup()
- Description copied from interface:
JRElementDataset
- Gets the selected reset group in case of reset type group.
- Specified by:
getResetGroup
in interface JRElementDataset
getIncrementGroup
public JRGroup getIncrementGroup()
- Description copied from interface:
JRElementDataset
- Gets the selected increment group in case of increment type group.
- Specified by:
getIncrementGroup
in interface JRElementDataset
getDatasetRun
public JRDatasetRun getDatasetRun()
- Description copied from interface:
JRElementDataset
- Returns the sub dataset run for this chart dataset.
- Specified by:
getDatasetRun
in interface JRElementDataset
- Returns:
- the sub dataset run for this chart dataset
© 2001-2005 JasperSoft Corporation www.jaspersoft.com