Package net.sf.jasperreports.engine.fill
Class AbstractVariableReturnValueSourceContext
java.lang.Object
net.sf.jasperreports.engine.fill.AbstractVariableReturnValueSourceContext
- All Implemented Interfaces:
FillReturnValues.SourceContext
public abstract class AbstractVariableReturnValueSourceContext
extends Object
implements FillReturnValues.SourceContext
Class used to instantiate sub datasets.
- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcheck(CommonReturnValue commonReturnValue) abstract JRVariablegetFromVariable(String name) abstract JRFillVariablegetToVariable(String name) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.sf.jasperreports.engine.fill.FillReturnValues.SourceContext
getValue
-
Field Details
-
EXCEPTION_MESSAGE_KEY_NUMERIC_TYPE_REQUIRED
- See Also:
-
EXCEPTION_MESSAGE_KEY_SOURCE_NOT_FOUND
- See Also:
-
EXCEPTION_MESSAGE_KEY_VARIABLE_NOT_ASSIGNABLE
- See Also:
-
-
Constructor Details
-
AbstractVariableReturnValueSourceContext
public AbstractVariableReturnValueSourceContext()
-
-
Method Details
-
check
- Specified by:
checkin interfaceFillReturnValues.SourceContext- Throws:
JRException
-
getFromVariable
-
getToVariable
- Specified by:
getToVariablein interfaceFillReturnValues.SourceContext
-