Class SpreadsheetBlock.ConstantCell

java.lang.Object
neqsim.process.equipment.util.SpreadsheetBlock.ConstantCell
All Implemented Interfaces:
Serializable, SpreadsheetBlock.CellDefinition
Enclosing class:
SpreadsheetBlock

private static class SpreadsheetBlock.ConstantCell extends Object implements SpreadsheetBlock.CellDefinition
Cell with a constant value.
Version:
1.0
Author:
ESOL
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      See Also:
    • value

      private final double value
  • Constructor Details

    • ConstantCell

      ConstantCell(double value)
  • Method Details