Package net.sf.jasperreports.engine.fill
Interface FillReturnValues.SourceContext
-
- All Known Implementing Classes:
AbstractVariableReturnValueSourceContext
- Enclosing class:
- FillReturnValues
public static interface FillReturnValues.SourceContext
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
check(CommonReturnValue returnValue)
JRFillVariable
getToVariable(String name)
Object
getValue(CommonReturnValue returnValue)
-
-
-
Method Detail
-
check
void check(CommonReturnValue returnValue) throws JRException
- Throws:
JRException
-
getValue
Object getValue(CommonReturnValue returnValue)
-
getToVariable
JRFillVariable getToVariable(String name)
-
-