Class DesignCommonReturnValue
java.lang.Object
net.sf.jasperreports.engine.base.BaseCommonReturnValue
net.sf.jasperreports.engine.design.DesignCommonReturnValue
- All Implemented Interfaces:
Serializable,Cloneable,CommonReturnValue,JRChangeEventsSupport,JRCloneable
- Direct Known Subclasses:
DesignExpressionReturnValue,DesignReturnValue
Implementation of
ReturnValue
to be used for report design purposes.- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
- See Also:
-
Field Summary
FieldsFields inherited from class net.sf.jasperreports.engine.base.BaseCommonReturnValue
calculation, incrementerFactoryClassName, toVariable -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Returns the property change support object for this instance.voidsetCalculation(CalculationEnum calculation) Sets the calculation type.voidsetIncrementerFactoryClassName(String incrementerFactoryClassName) Sets the incrementer factory class name.voidsetToVariable(String name) Sets the destination variable name.Methods inherited from class net.sf.jasperreports.engine.base.BaseCommonReturnValue
getCalculation, getIncrementerFactoryClassName, getToVariable
-
Field Details
-
PROPERTY_CALCULATION
- See Also:
-
PROPERTY_INCREMENTER_FACTORY_CLASS_NAME
- See Also:
-
PROPERTY_TO_VARIABLE
- See Also:
-
-
Constructor Details
-
DesignCommonReturnValue
public DesignCommonReturnValue()
-
-
Method Details
-
setToVariable
Sets the destination variable name.- Parameters:
name- the variable name- See Also:
-
setCalculation
Sets the calculation type.- Parameters:
calculation- the calculation type- See Also:
-
setIncrementerFactoryClassName
Sets the incrementer factory class name.- Parameters:
incrementerFactoryClassName- the name of the incrementer factory class- See Also:
-
clone
- Specified by:
clonein interfaceJRCloneable- Overrides:
clonein classBaseCommonReturnValue
-
getEventSupport
Description copied from interface:JRChangeEventsSupportReturns the property change support object for this instance.- Specified by:
getEventSupportin interfaceJRChangeEventsSupport- Returns:
- the property change support object for this instance
-