java.lang.Object
org.qubership.atp.dataset.migration.formula.model.Formula

public class Formula extends Object
  • Constructor Details

    • Formula

      public Formula(CellData data, FormulaType formulaType, String datasetValue, org.apache.poi.poifs.filesystem.Ole10Native file)
      formula stores calculated value.
      Parameters:
      data - from which dataset value has been acquired
      formulaType - formula type
      datasetValue - result data set value
  • Method Details

    • getLocation

      public String getLocation()
    • getExcelFormulaValue

      public String getExcelFormulaValue()
    • getFormulaType

      public FormulaType getFormulaType()
    • getExcelFormulaText

      public String getExcelFormulaText()
    • getDatasetValue

      public String getDatasetValue()
    • getFile

      public org.apache.poi.poifs.filesystem.Ole10Native getFile()
    • toString

      public String toString()
      Overrides:
      toString in class Object