Class StringColumn

  • All Implemented Interfaces:
    Column

    public class StringColumn
    extends AbstractColumn
    A column of type String in a decision table
    • Constructor Detail

      • StringColumn

        public StringColumn​(String n)
    • Method Detail

      • createCell

        public Cell createCell​(Row row)
      • getCellType

        public String getCellType()