Class SpreadsheetCell

    • Constructor Detail

      • SpreadsheetCell

        public SpreadsheetCell​(int rowIndex,
                               int columnIndex,
                               ICell sourceCell,
                               SpreadsheetCellType spreadsheetCellType)
    • Method Detail

      • getSourceCell

        public ICell getSourceCell()
      • getColumnIndex

        public int getColumnIndex()
      • getRowIndex

        public int getRowIndex()
      • getValue

        public Object getValue()
      • isEmpty

        public boolean isEmpty()
      • isMethodCell

        public boolean isMethodCell()
      • isValueCell

        public boolean isValueCell()
      • isConstantCell

        public boolean isConstantCell()
      • isDefaultPrimitiveCell

        public boolean isDefaultPrimitiveCell()
      • setMethod

        public void setMethod​(IOpenMethod method)
      • setType

        public void setType​(IOpenClass type)
      • setValue

        public void setValue​(Object value)
      • isReturnCell

        public boolean isReturnCell()
      • setReturnCell

        public void setReturnCell​(boolean returnCell)