public class JRDesignSubreportReturnValue extends JRBaseSubreportReturnValue implements JRChangeEventsSupport
JRSubreportReturnValue
to be used for report design purposes.Modifier and Type | Field and Description |
---|---|
static String |
PROPERTY_CALCULATION |
static String |
PROPERTY_INCREMENTER_FACTORY_CLASS_NAME |
static String |
PROPERTY_SUBREPORT_VARIABLE |
static String |
PROPERTY_TO_VARIABLE |
calculationValue, incrementerFactoryClassName, subreportVariable, toVariable
Constructor and Description |
---|
JRDesignSubreportReturnValue() |
Modifier and Type | Method and Description |
---|---|
Object |
clone() |
JRPropertyChangeSupport |
getEventSupport()
Returns the property change support object for this instance.
|
void |
setCalculation(CalculationEnum calculationValue)
Sets the calculation type.
|
void |
setIncrementerFactoryClassName(String incrementerFactoryClassName)
Sets the incrementer factory class name.
|
void |
setSubreportVariable(String name)
Sets the subreport variable name.
|
void |
setToVariable(String name)
Sets the master variable name.
|
getCalculation, getCalculationValue, getFromVariable, getIncrementerFactoryClassName, getSubreportVariable, getToVariable
public static final String PROPERTY_CALCULATION
public static final String PROPERTY_INCREMENTER_FACTORY_CLASS_NAME
public static final String PROPERTY_SUBREPORT_VARIABLE
public static final String PROPERTY_TO_VARIABLE
public void setSubreportVariable(String name)
name
- the variable nameVariableReturnValue.getFromVariable()
public void setToVariable(String name)
name
- the variable nameCommonReturnValue.getToVariable()
public void setCalculation(CalculationEnum calculationValue)
calculationValue
- the calculation typeCommonReturnValue.getCalculation()
public void setIncrementerFactoryClassName(String incrementerFactoryClassName)
incrementerFactoryClassName
- the name of the incrementer factory classCommonReturnValue.getIncrementerFactoryClassName()
public Object clone()
clone
in interface JRCloneable
clone
in class JRBaseSubreportReturnValue
public JRPropertyChangeSupport getEventSupport()
JRChangeEventsSupport
getEventSupport
in interface JRChangeEventsSupport
Copyright © 2016. All rights reserved.