Class DRVariable<T>
java.lang.Object
ch.unibas.medizin.dynamicreports.report.base.DRVariable<T>
- All Implemented Interfaces:
DRIValue<T>, DRIVariable<T>, DRIExpression<T>, Serializable
DRVariable class.
- Author:
- Ricardo Mariaca
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDRVariable(DRIExpression<?> valueExpression, Calculation calculation) Constructor for DRVariable.DRVariable(String name, DRIExpression<?> valueExpression, Calculation calculation) Constructor for DRVariable. -
Method Summary
Modifier and TypeMethodDescriptiongetCalculation.getInitialValueExpression.getName()getName.getResetGroup.getResetType.getValueClass.getValueExpression.voidsetInitialValueExpression(DRIExpression<?> initialValueExpression) Setter for the fieldinitialValueExpression.voidsetResetGroup(DRGroup resetGroup) Setter for the fieldresetGroup.voidsetResetType(Evaluation resetType) Setter for the fieldresetType.
-
Constructor Details
-
DRVariable
Constructor for DRVariable.
- Parameters:
valueExpression- aDRIExpressionobject.calculation- aCalculationobject.
-
DRVariable
Constructor for DRVariable.
- Parameters:
name- aStringobject.valueExpression- aDRIExpressionobject.calculation- aCalculationobject.
-
-
Method Details
-
getName
-
getInitialValueExpression
getInitialValueExpression.
- Specified by:
getInitialValueExpressionin interfaceDRIVariable<T>- Returns:
- a
DRIExpressionobject.
-
setInitialValueExpression
Setter for the field
initialValueExpression.- Parameters:
initialValueExpression- aDRIExpressionobject.
-
getCalculation
getCalculation.
- Specified by:
getCalculationin interfaceDRIVariable<T>- Returns:
- a
Calculationobject.
-
getResetType
getResetType.
- Specified by:
getResetTypein interfaceDRIVariable<T>- Returns:
- a
Evaluationobject.
-
setResetType
Setter for the field
resetType.- Parameters:
resetType- aEvaluationobject.
-
getResetGroup
getResetGroup.
- Specified by:
getResetGroupin interfaceDRIVariable<T>- Returns:
- a
DRIGroupobject.
-
setResetGroup
-
getValueExpression
getValueExpression.
- Specified by:
getValueExpressionin interfaceDRIVariable<T>- Returns:
- a
DRIExpressionobject.
-
getValueClass
getValueClass.
- Specified by:
getValueClassin interfaceDRIExpression<T>- Returns:
- a
Classobject.
-