net.sf.jasperreports.components.table.fill
Class TableSubreportParameter
java.lang.Object
net.sf.jasperreports.components.table.fill.TableSubreportParameter
- All Implemented Interfaces:
- Cloneable, JRCloneable, JRDatasetParameter, JRSubreportParameter
public class TableSubreportParameter
- extends Object
- implements JRSubreportParameter
- Version:
- $Id: TableSubreportParameter.java 4595 2011-09-08 15:55:10Z teodord $
- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
TableSubreportParameter
public TableSubreportParameter(JRDatasetParameter datasetParameter)
getExpression
public JRExpression getExpression()
- Description copied from interface:
JRDatasetParameter
- Returns the value expression.
- Specified by:
getExpression in interface JRDatasetParameter
- Returns:
- the value expression
getName
public String getName()
- Description copied from interface:
JRDatasetParameter
- Returns the name of the dataset parameter.
- Specified by:
getName in interface JRDatasetParameter
- Returns:
- the name of the dataset parameter
clone
public Object clone()
- Specified by:
clone in interface JRCloneable- Overrides:
clone in class Object
Copyright © 2012. All Rights Reserved.