public abstract class AbstractVariableReturnValueSourceContext extends Object implements FillReturnValues.SourceContext
| Modifier and Type | Field and Description |
|---|---|
static String |
EXCEPTION_MESSAGE_KEY_NUMERIC_TYPE_REQUIRED |
static String |
EXCEPTION_MESSAGE_KEY_SOURCE_NOT_FOUND |
static String |
EXCEPTION_MESSAGE_KEY_VARIABLE_NOT_ASSIGNABLE |
| Constructor and Description |
|---|
AbstractVariableReturnValueSourceContext() |
| Modifier and Type | Method and Description |
|---|---|
void |
check(CommonReturnValue commonReturnValue) |
abstract JRVariable |
getFromVariable(String name) |
abstract JRVariable |
getToVariable(String name) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetValuepublic static final String EXCEPTION_MESSAGE_KEY_NUMERIC_TYPE_REQUIRED
public static final String EXCEPTION_MESSAGE_KEY_SOURCE_NOT_FOUND
public static final String EXCEPTION_MESSAGE_KEY_VARIABLE_NOT_ASSIGNABLE
public AbstractVariableReturnValueSourceContext()
public void check(CommonReturnValue commonReturnValue) throws JRException
check in interface FillReturnValues.SourceContextJRExceptionpublic abstract JRVariable getFromVariable(String name)
public abstract JRVariable getToVariable(String name)
Copyright © 2017. All rights reserved.