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 voidcheck(CommonReturnValue returnValue)JRFillVariablegetToVariable(java.lang.String name)java.lang.ObjectgetValue(CommonReturnValue returnValue)
-
-
-
Method Detail
-
check
void check(CommonReturnValue returnValue) throws JRException
- Throws:
JRException
-
getValue
java.lang.Object getValue(CommonReturnValue returnValue)
-
getToVariable
JRFillVariable getToVariable(java.lang.String name)
-
-