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_VARIABLE
calculation, 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, setToVariable
getCalculation, getIncrementerFactoryClassName, getToVariable
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getCalculation, getIncrementerFactoryClassName, getToVariable
public static final String PROPERTY_FROM_VARIABLE
protected String fromVariable
public String getFromVariable()
getFromVariable
in interface VariableReturnValue
public void setFromVariable(String name)
name
- the variable nameVariableReturnValue.getFromVariable()
public Object clone()
clone
in interface JRCloneable
clone
in class DesignCommonReturnValue
Copyright © 2016. All rights reserved.