Class CalculationProperties
java.lang.Object
com.independentsoft.office.spreadsheet.CalculationProperties
The Class CalculationProperties.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()intGets the calculation id.Gets the calculation mode.intGets the concurrent thread manual count.intGets the iteration count.doubleGets the iterative calculation delta.Gets the reference mode.booleanChecks if is calculate on save.booleanChecks if is calculation completed.booleanChecks if is calculation iteration.booleanChecks if is concurrent calculations.booleanChecks if is force full calculation.booleanChecks if is full calculation on load.booleanChecks if is full precision calculation.voidsetCalculateOnSave(boolean calculateOnSave)Sets the calculate on save.voidsetCalculationCompleted(boolean calculationCompleted)Sets the calculation completed.voidsetCalculationID(int calculationID)Sets the calculation id.voidsetCalculationIteration(boolean calculationIteration)Sets the calculation iteration.voidsetCalculationMode(CalculationMode calculationMode)Sets the calculation mode.voidsetConcurrentCalculations(boolean concurrentCalculations)Sets the concurrent calculations.voidsetConcurrentThreadManualCount(int concurrentThreadManualCount)Sets the concurrent thread manual count.voidsetForceFullCalculation(boolean forceFullCalculation)Sets the force full calculation.voidsetFullCalculationOnLoad(boolean fullCalculationOnLoad)Sets the full calculation on load.voidsetFullPrecisionCalculation(boolean fullPrecisionCalculation)Sets the full precision calculation.voidsetIterationCount(int iterationCount)Sets the iteration count.voidsetIterativeCalculationDelta(double iterativeCalculationDelta)Sets the iterative calculation delta.voidsetReferenceMode(ReferenceMode referenceMode)Sets the reference mode.toString()
-
Constructor Details
-
CalculationProperties
public CalculationProperties()Instantiates a new calculation properties.
-
-
Method Details
-
clone
-
toString
-
isCalculationCompleted
public boolean isCalculationCompleted()Checks if is calculation completed.- Returns:
- true, if is calculation completed
-
setCalculationCompleted
public void setCalculationCompleted(boolean calculationCompleted)Sets the calculation completed.- Parameters:
calculationCompleted- the new calculation completed
-
getCalculationID
public int getCalculationID()Gets the calculation id.- Returns:
- the calculation id
-
setCalculationID
public void setCalculationID(int calculationID)Sets the calculation id.- Parameters:
calculationID- the new calculation id
-
getCalculationMode
Gets the calculation mode.- Returns:
- the calculation mode
-
setCalculationMode
Sets the calculation mode.- Parameters:
calculationMode- the new calculation mode
-
isCalculateOnSave
public boolean isCalculateOnSave()Checks if is calculate on save.- Returns:
- true, if is calculate on save
-
setCalculateOnSave
public void setCalculateOnSave(boolean calculateOnSave)Sets the calculate on save.- Parameters:
calculateOnSave- the new calculate on save
-
isConcurrentCalculations
public boolean isConcurrentCalculations()Checks if is concurrent calculations.- Returns:
- true, if is concurrent calculations
-
setConcurrentCalculations
public void setConcurrentCalculations(boolean concurrentCalculations)Sets the concurrent calculations.- Parameters:
concurrentCalculations- the new concurrent calculations
-
getConcurrentThreadManualCount
public int getConcurrentThreadManualCount()Gets the concurrent thread manual count.- Returns:
- the concurrent thread manual count
-
setConcurrentThreadManualCount
public void setConcurrentThreadManualCount(int concurrentThreadManualCount)Sets the concurrent thread manual count.- Parameters:
concurrentThreadManualCount- the new concurrent thread manual count
-
isForceFullCalculation
public boolean isForceFullCalculation()Checks if is force full calculation.- Returns:
- true, if is force full calculation
-
setForceFullCalculation
public void setForceFullCalculation(boolean forceFullCalculation)Sets the force full calculation.- Parameters:
forceFullCalculation- the new force full calculation
-
isFullCalculationOnLoad
public boolean isFullCalculationOnLoad()Checks if is full calculation on load.- Returns:
- true, if is full calculation on load
-
setFullCalculationOnLoad
public void setFullCalculationOnLoad(boolean fullCalculationOnLoad)Sets the full calculation on load.- Parameters:
fullCalculationOnLoad- the new full calculation on load
-
isFullPrecisionCalculation
public boolean isFullPrecisionCalculation()Checks if is full precision calculation.- Returns:
- true, if is full precision calculation
-
setFullPrecisionCalculation
public void setFullPrecisionCalculation(boolean fullPrecisionCalculation)Sets the full precision calculation.- Parameters:
fullPrecisionCalculation- the new full precision calculation
-
isCalculationIteration
public boolean isCalculationIteration()Checks if is calculation iteration.- Returns:
- true, if is calculation iteration
-
setCalculationIteration
public void setCalculationIteration(boolean calculationIteration)Sets the calculation iteration.- Parameters:
calculationIteration- the new calculation iteration
-
getIterationCount
public int getIterationCount()Gets the iteration count.- Returns:
- the iteration count
-
setIterationCount
public void setIterationCount(int iterationCount)Sets the iteration count.- Parameters:
iterationCount- the new iteration count
-
getIterativeCalculationDelta
public double getIterativeCalculationDelta()Gets the iterative calculation delta.- Returns:
- the iterative calculation delta
-
setIterativeCalculationDelta
public void setIterativeCalculationDelta(double iterativeCalculationDelta)Sets the iterative calculation delta.- Parameters:
iterativeCalculationDelta- the new iterative calculation delta
-
getReferenceMode
Gets the reference mode.- Returns:
- the reference mode
-
setReferenceMode
Sets the reference mode.- Parameters:
referenceMode- the new reference mode
-