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​(java.lang.String n)
    • Method Detail

      • createCell

        public Cell createCell​(Row row)
      • getCellType

        public java.lang.String getCellType()