Package net.sf.jasperreports.engine.base
Class BaseExpressionReturnValue
java.lang.Object
net.sf.jasperreports.engine.base.BaseCommonReturnValue
net.sf.jasperreports.engine.base.BaseExpressionReturnValue
- All Implemented Interfaces:
Serializable,Cloneable,CommonReturnValue,ExpressionReturnValue,JRCloneable
public class BaseExpressionReturnValue
extends BaseCommonReturnValue
implements ExpressionReturnValue
Base implementation of
ExpressionReturnValue.- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
- See Also:
-
Field Summary
FieldsFields inherited from class net.sf.jasperreports.engine.base.BaseCommonReturnValue
calculation, incrementerFactoryClassName, toVariable -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedprotectedBaseExpressionReturnValue(ExpressionReturnValue returnValue, JRBaseObjectFactory factory) -
Method Summary
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
-
expression
-
-
Constructor Details
-
BaseExpressionReturnValue
protected BaseExpressionReturnValue() -
BaseExpressionReturnValue
-
-
Method Details
-
getExpression
The expression producing the value to return.- Specified by:
getExpressionin interfaceExpressionReturnValue
-
clone
- Specified by:
clonein interfaceJRCloneable- Overrides:
clonein classBaseCommonReturnValue
-