Uses of Record Class
app.valuationcontrol.multimodule.library.records.VariableValueData
Packages that use VariableValueData
Package
Description
-
Uses of VariableValueData in app.valuationcontrol.multimodule.library.entities
Methods in app.valuationcontrol.multimodule.library.entities that return VariableValueDataConstructors in app.valuationcontrol.multimodule.library.entities with parameters of type VariableValueData -
Uses of VariableValueData in app.valuationcontrol.multimodule.library.records
Methods in app.valuationcontrol.multimodule.library.records that return types with arguments of type VariableValueDataModifier and TypeMethodDescriptionVariableData.variableValues()Returns the value of thevariableValuesrecord component.Constructor parameters in app.valuationcontrol.multimodule.library.records with type arguments of type VariableValueDataModifierConstructorDescriptionVariableData(Long id, @NotEmpty @Pattern(regexp="^(?:[A-z]|[0-9]|[ ]|[%])*") String variableName, String variableDescription, Long variableAreaId, Long variableSubAreaId, String variableFormula, @NotEmpty @Pattern(regexp="input|calc|constant|check|single_result|kpi|sub_total_row|total_row",flags=CASE_INSENSITIVE) String variableType, Integer row, Integer variableOrder, Integer variableDepth, boolean variableApplyToHistoricals, @NotEmpty @Pattern(regexp="decimal|integer|percent|date",flags=CASE_INSENSITIVE) String variableFormat, List<VariableValueData> variableValues, List<Long> variableDependencies, String evaluatedVariableFormula, Long originalId, String evaluatedXLformula, List<Object[]> historicalValues, List<Object[]> projectionValues, boolean modelledAtSegment, List<Object> singleOrConstantValue, List<Object> yearToDateValue, List<Object> yearToGoValue) Creates an instance of aVariableDatarecord class.