public class DesignReturnValue extends DesignCommonReturnValue implements ReturnValue
ReturnValue
to be used for report design purposes.| Modifier and Type | Field and Description |
|---|---|
protected String |
fromVariable
The name of the variable to be copied.
|
static String |
PROPERTY_FROM_VARIABLE |
PROPERTY_CALCULATION, PROPERTY_INCREMENTER_FACTORY_CLASS_NAME, PROPERTY_TO_VARIABLEcalculation, incrementerFactoryClassName, toVariable| Constructor and Description |
|---|
DesignReturnValue() |
| Modifier and Type | Method and Description |
|---|---|
Object |
clone() |
String |
getFromVariable()
Returns the name of the variable whose value should be copied.
|
void |
setFromVariable(String name)
Sets the source variable name.
|
getEventSupport, setCalculation, setIncrementerFactoryClassName, setToVariablegetCalculation, getIncrementerFactoryClassName, getToVariableequals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetCalculation, getIncrementerFactoryClassName, getToVariablepublic static final String PROPERTY_FROM_VARIABLE
protected String fromVariable
public String getFromVariable()
getFromVariable in interface VariableReturnValuepublic void setFromVariable(String name)
name - the variable nameVariableReturnValue.getFromVariable()public Object clone()
clone in interface JRCloneableclone in class DesignCommonReturnValueCopyright © 2017. All rights reserved.