Class LongCell

  • All Implemented Interfaces:
    Cell<Long>

    public class LongCell
    extends AbstractCell<Long>
    A cell in a decision table containing a long value
    • Constructor Detail

      • LongCell

        public LongCell​(Row row,
                        Column column)
    • Method Detail

      • setValue

        public void setValue​(String v)