Uses of Enum Class
org.qubership.atp.dataset.migration.formula.model.FormulaType
Packages that use FormulaType
Package
Description
-
Uses of FormulaType in org.qubership.atp.dataset.migration.formula.model
Methods in org.qubership.atp.dataset.migration.formula.model that return FormulaTypeModifier and TypeMethodDescriptionFormula.getFormulaType()ExcelFormulaAdapter.getType()static FormulaTypeReturns the enum constant of this class with the specified name.static FormulaType[]FormulaType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.qubership.atp.dataset.migration.formula.model with parameters of type FormulaTypeModifierConstructorDescriptionFormula(CellData data, FormulaType formulaType, String datasetValue, org.apache.poi.poifs.filesystem.Ole10Native file) formula stores calculated value. -
Uses of FormulaType in org.qubership.atp.dataset.migration.formula.parsers
Methods in org.qubership.atp.dataset.migration.formula.parsers that return FormulaTypeModifier and TypeMethodDescriptionConcatenateIntReferenceParser.getType()DateParser.getType()ExternalReferenceParser.getType()InternalReferenceParser.getType()ListValueFormulaParser.getType()LowcaseUuidParser.getType()RandomCharParser.getType()RandomExcelParser.getType()SimpleTextExcelParser.getType()TextParser.getType()UuidParser.getType()