Class ArrayColumn

  • All Implemented Interfaces:
    Column

    public class ArrayColumn
    extends AbstractColumn
    A column in a decision table that represents an array (comma-delimited) of values.
    • Constructor Detail

      • ArrayColumn

        public ArrayColumn​(java.lang.String n,
                           Column typeColumn)
    • Method Detail

      • createCell

        public Cell createCell​(Row row)
      • getCellType

        public java.lang.String getCellType()
      • getType

        public Column getType()