Uses of Enum Class
app.valuationcontrol.multimodule.library.xlhandler.SCENARIO
Packages that use SCENARIO
Package
Description
-
Uses of SCENARIO in app.valuationcontrol.multimodule.library.entities
Methods in app.valuationcontrol.multimodule.library.entities with parameters of type SCENARIOModifier and TypeMethodDescriptionVariable.getVariableValuesForAScenario(SCENARIO scenario) Returns all @VariableValue attached to the specified scenario -
Uses of SCENARIO in app.valuationcontrol.multimodule.library.powerpoint
Methods in app.valuationcontrol.multimodule.library.powerpoint with parameters of type SCENARIOModifier and TypeMethodDescriptionvoidPresentationManager.createTable(Long subAreaId, SCENARIO scenario, String slideTitle) -
Uses of SCENARIO in app.valuationcontrol.multimodule.library.xlhandler
Methods in app.valuationcontrol.multimodule.library.xlhandler that return SCENARIOModifier and TypeMethodDescriptionstatic SCENARIOSCENARIO.from(int number) SensitivityRunner.scenario()Returns the value of thescenariorecord component.static SCENARIOReturns the enum constant of this class with the specified name.static SCENARIO[]SCENARIO.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in app.valuationcontrol.multimodule.library.xlhandler with parameters of type SCENARIOModifier and TypeMethodDescriptionScenarioDataProvider.getContent(SCENARIO scenario) XLInstance.getContent(SCENARIO scenario) static StringPOICalcDocument.getScenarioSheetName(SCENARIO scenario) voidScenarioDataProvider.runSensitivities(List<Sensitivity> sensitivity, SCENARIO scenario) voidXLInstance.runSensitivities(List<Sensitivity> sensitivities, SCENARIO scenario) voidXLInstance.updateCacheValues(SCENARIO scenario) Constructors in app.valuationcontrol.multimodule.library.xlhandler with parameters of type SCENARIOModifierConstructorDescriptionSensitivityRunner(CalcDocument calcDocument, List<Sensitivity> sensitivities, SCENARIO scenario, Model model) Creates an instance of aSensitivityRunnerrecord class.