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:
java.io.Serializable,java.lang.Cloneable,CommonReturnValue,JRCloneable,ReturnValue,VariableReturnValue
public class BaseReturnValue extends BaseCommonReturnValue implements ReturnValue
Base implementation ofReturnValue.- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringfromVariableThe name of the variable to be copied.-
Fields inherited from class net.sf.jasperreports.engine.base.BaseCommonReturnValue
calculation, incrementerFactoryClassName, toVariable
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedBaseReturnValue()protectedBaseReturnValue(ReturnValue returnValue, JRBaseObjectFactory factory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Objectclone()java.lang.StringgetFromVariable()Returns the name of the variable whose value should be copied.-
Methods inherited from class net.sf.jasperreports.engine.base.BaseCommonReturnValue
getCalculation, getIncrementerFactoryClassName, getToVariable
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.sf.jasperreports.engine.CommonReturnValue
getCalculation, getIncrementerFactoryClassName, getToVariable
-
-
-
-
Constructor Detail
-
BaseReturnValue
protected BaseReturnValue()
-
BaseReturnValue
protected BaseReturnValue(ReturnValue returnValue, JRBaseObjectFactory factory)
-
-
Method Detail
-
getFromVariable
public java.lang.String 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
public java.lang.Object clone()
- Specified by:
clonein interfaceJRCloneable- Overrides:
clonein classBaseCommonReturnValue
-
-