Package org.drools.template.parser
Class ArrayColumn
- java.lang.Object
-
- org.drools.template.parser.AbstractColumn
-
- org.drools.template.parser.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 Summary
Constructors Constructor Description ArrayColumn(String n, Column typeColumn)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CellcreateCell(Row row)StringgetCellType()StringgetCondition(String condition, int index)ColumngetType()-
Methods inherited from class org.drools.template.parser.AbstractColumn
getName
-
-
-
-
Method Detail
-
getCellType
public String getCellType()
-
getType
public Column getType()
-
getCondition
public String getCondition(String condition, int index)
- Specified by:
getConditionin interfaceColumn- Overrides:
getConditionin classAbstractColumn
-
-