public class DesignReturnValue extends BaseReturnValue implements JRChangeEventsSupport
JRReturnValue
to be used for report desing purposes.| Modifier and Type | Field and Description |
|---|---|
static String |
PROPERTY_CALCULATION |
static String |
PROPERTY_FROM_VARIABLE |
static String |
PROPERTY_INCREMENTER_FACTORY_CLASS_NAME |
static String |
PROPERTY_TO_VARIABLE |
calculation, fromVariable, incrementerFactoryClassName, toVariable| Constructor and Description |
|---|
DesignReturnValue() |
| Modifier and Type | Method and Description |
|---|---|
Object |
clone() |
JRPropertyChangeSupport |
getEventSupport()
Returns the property change support object for this instance.
|
void |
setCalculation(CalculationEnum calculationValue)
Sets the calculation type.
|
void |
setFromVariable(String name)
Sets the source variable name.
|
void |
setIncrementerFactoryClassName(String incrementerFactoryClassName)
Sets the incrementer factory class name.
|
void |
setToVariable(String name)
Sets the destination variable name.
|
getCalculation, getFromVariable, getIncrementerFactoryClassName, getToVariablepublic static final String PROPERTY_CALCULATION
public static final String PROPERTY_INCREMENTER_FACTORY_CLASS_NAME
public static final String PROPERTY_FROM_VARIABLE
public static final String PROPERTY_TO_VARIABLE
public void setFromVariable(String name)
name - the variable nameReturnValue.getFromVariable()public void setToVariable(String name)
name - the variable nameReturnValue.getToVariable()public void setCalculation(CalculationEnum calculationValue)
calculationValue - the calculation typeReturnValue.getCalculation()public void setIncrementerFactoryClassName(String incrementerFactoryClassName)
incrementerFactoryClassName - the name of the incrementer factory classReturnValue.getIncrementerFactoryClassName()public Object clone()
clone in interface JRCloneableclone in class BaseReturnValuepublic JRPropertyChangeSupport getEventSupport()
JRChangeEventsSupportgetEventSupport in interface JRChangeEventsSupportCopyright © 2015. All rights reserved.