Uses of Class
org.openl.rules.calc.element.SpreadsheetCellRefType
-
Packages that use SpreadsheetCellRefType Package Description org.openl.rules.calc.element -
-
Uses of SpreadsheetCellRefType in org.openl.rules.calc.element
Methods in org.openl.rules.calc.element that return SpreadsheetCellRefType Modifier and Type Method Description static SpreadsheetCellRefTypeSpreadsheetCellRefType. valueOf(String name)Returns the enum constant of this type with the specified name.static SpreadsheetCellRefType[]SpreadsheetCellRefType. 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 SpreadsheetCellRefType Constructor Description SpreadsheetCellField(SpreadsheetStructureBuilderHolder structureBuilderContainer, IOpenClass declaringClass, String name, SpreadsheetCell cell, SpreadsheetCellRefType refType)
-