Uses of Class
org.openl.rules.calc.element.SpreadsheetCellType
-
Packages that use SpreadsheetCellType Package Description org.openl.rules.calc.element -
-
Uses of SpreadsheetCellType in org.openl.rules.calc.element
Methods in org.openl.rules.calc.element that return SpreadsheetCellType Modifier and Type Method Description SpreadsheetCellTypeSpreadsheetCell. getSpreadsheetCellType()static SpreadsheetCellTypeSpreadsheetCellType. valueOf(String name)Returns the enum constant of this type with the specified name.static SpreadsheetCellType[]SpreadsheetCellType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.openl.rules.calc.element with parameters of type SpreadsheetCellType Constructor Description SpreadsheetCell(int rowIndex, int columnIndex, ICell sourceCell, SpreadsheetCellType spreadsheetCellType)
-