public class DesignReturnValue extends BaseReturnValue implements JRChangeEventsSupport
JRReturnValue
to be used for report desing purposes.| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
PROPERTY_CALCULATION |
static java.lang.String |
PROPERTY_FROM_VARIABLE |
static java.lang.String |
PROPERTY_INCREMENTER_FACTORY_CLASS_NAME |
static java.lang.String |
PROPERTY_TO_VARIABLE |
calculation, fromVariable, incrementerFactoryClassName, toVariable| Constructor and Description |
|---|
DesignReturnValue() |
| 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 |
setFromVariable(java.lang.String name)
Sets the source variable name.
|
void |
setIncrementerFactoryClassName(java.lang.String incrementerFactoryClassName)
Sets the incrementer factory class name.
|
void |
setToVariable(java.lang.String name)
Sets the destination variable name.
|
getCalculation, getFromVariable, getIncrementerFactoryClassName, getToVariablepublic 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_FROM_VARIABLE
public static final java.lang.String PROPERTY_TO_VARIABLE
public void setFromVariable(java.lang.String name)
name - the variable nameReturnValue.getFromVariable()public void setToVariable(java.lang.String name)
name - the variable nameReturnValue.getToVariable()public void setCalculation(CalculationEnum calculationValue)
calculationValue - the calculation typeReturnValue.getCalculation()public void setIncrementerFactoryClassName(java.lang.String incrementerFactoryClassName)
incrementerFactoryClassName - the name of the incrementer factory classReturnValue.getIncrementerFactoryClassName()public java.lang.Object clone()
clone in interface JRCloneableclone in class BaseReturnValuepublic JRPropertyChangeSupport getEventSupport()
JRChangeEventsSupportgetEventSupport in interface JRChangeEventsSupport© 2001-2010 Jaspersoft Corporation www.jaspersoft.com