public class DesignCommonReturnValue extends BaseCommonReturnValue implements JRChangeEventsSupport
ReturnValue
to be used for report design purposes.Modifier and Type | Field and Description |
---|---|
static String |
PROPERTY_CALCULATION |
static String |
PROPERTY_INCREMENTER_FACTORY_CLASS_NAME |
static String |
PROPERTY_TO_VARIABLE |
calculation, incrementerFactoryClassName, toVariable
Constructor and Description |
---|
DesignCommonReturnValue() |
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 |
setIncrementerFactoryClassName(String incrementerFactoryClassName)
Sets the incrementer factory class name.
|
void |
setToVariable(String name)
Sets the destination variable name.
|
getCalculation, getIncrementerFactoryClassName, getToVariable
public static final String PROPERTY_CALCULATION
public static final String PROPERTY_INCREMENTER_FACTORY_CLASS_NAME
public static final String PROPERTY_TO_VARIABLE
public void setToVariable(String name)
name
- the variable nameCommonReturnValue.getToVariable()
public void setCalculation(CalculationEnum calculationValue)
calculationValue
- the calculation typeCommonReturnValue.getCalculation()
public void setIncrementerFactoryClassName(String incrementerFactoryClassName)
incrementerFactoryClassName
- the name of the incrementer factory classCommonReturnValue.getIncrementerFactoryClassName()
public Object clone()
clone
in interface JRCloneable
clone
in class BaseCommonReturnValue
public JRPropertyChangeSupport getEventSupport()
JRChangeEventsSupport
getEventSupport
in interface JRChangeEventsSupport
Copyright © 2016. All rights reserved.