Package net.sf.jasperreports.engine.base
Class BaseReturnValue
java.lang.Object
net.sf.jasperreports.engine.base.BaseCommonReturnValue
net.sf.jasperreports.engine.base.BaseReturnValue
- All Implemented Interfaces:
Serializable,Cloneable,CommonReturnValue,JRCloneable,ReturnValue,VariableReturnValue
Base implementation of
ReturnValue.- 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
ConstructorsModifierConstructorDescriptionprotectedprotectedBaseReturnValue(ReturnValue returnValue, JRBaseObjectFactory factory) -
Method Summary
Modifier and TypeMethodDescriptionclone()Returns the name of the variable whose value should be copied.Methods inherited from class net.sf.jasperreports.engine.base.BaseCommonReturnValue
getCalculation, getIncrementerFactoryClassName, getToVariableMethods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.sf.jasperreports.engine.CommonReturnValue
getCalculation, getIncrementerFactoryClassName, getToVariable
-
Field Details
-
fromVariable
The name of the variable to be copied.
-
-
Constructor Details
-
BaseReturnValue
protected BaseReturnValue() -
BaseReturnValue
-
-
Method Details
-
getFromVariable
Returns the name of the variable whose value should be copied.- Specified by:
getFromVariablein interfaceVariableReturnValue- Returns:
- the name of the variable whose value should be copied.
-
clone
- Specified by:
clonein interfaceJRCloneable- Overrides:
clonein classBaseCommonReturnValue
-