public class DesignCommonReturnValue extends BaseCommonReturnValue implements JRChangeEventsSupport
ReturnValue
to be used for report design purposes.Modifier and Type | Field and Description |
---|---|
static java.lang.String |
PROPERTY_CALCULATION |
static java.lang.String |
PROPERTY_INCREMENTER_FACTORY_CLASS_NAME |
static java.lang.String |
PROPERTY_TO_VARIABLE |
calculation, incrementerFactoryClassName, toVariable
Constructor and Description |
---|
DesignCommonReturnValue() |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
clone() |
JRPropertyChangeSupport |
getEventSupport()
Returns the property change support object for this instance.
|
void |
setCalculation(CalculationEnum calculationValue)
Sets the calculation type.
|
void |
setIncrementerFactoryClassName(java.lang.String incrementerFactoryClassName)
Sets the incrementer factory class name.
|
void |
setToVariable(java.lang.String name)
Sets the destination variable name.
|
getCalculation, getIncrementerFactoryClassName, getToVariable
public static final java.lang.String PROPERTY_CALCULATION
public static final java.lang.String PROPERTY_INCREMENTER_FACTORY_CLASS_NAME
public static final java.lang.String PROPERTY_TO_VARIABLE
public void setToVariable(java.lang.String name)
name
- the variable nameCommonReturnValue.getToVariable()
public void setCalculation(CalculationEnum calculationValue)
calculationValue
- the calculation typeCommonReturnValue.getCalculation()
public void setIncrementerFactoryClassName(java.lang.String incrementerFactoryClassName)
incrementerFactoryClassName
- the name of the incrementer factory classCommonReturnValue.getIncrementerFactoryClassName()
public java.lang.Object clone()
clone
in interface JRCloneable
clone
in class BaseCommonReturnValue
public JRPropertyChangeSupport getEventSupport()
JRChangeEventsSupport
getEventSupport
in interface JRChangeEventsSupport
© 2001-2014 TIBCO Software Inc. www.jaspersoft.com