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 TypeMethodDescriptionvoid
check
(CommonReturnValue commonReturnValue) abstract JRVariable
getFromVariable
(String name) abstract JRFillVariable
getToVariable
(String name) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods 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:
check
in interfaceFillReturnValues.SourceContext
- Throws:
JRException
-
getFromVariable
-
getToVariable
- Specified by:
getToVariable
in interfaceFillReturnValues.SourceContext
-