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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ArrayColumn
public ArrayColumn(String n,
Column typeColumn)
createCell
public Cell createCell(Row row)
getCellType
public String getCellType()
getType
public Column getType()
getCondition
public String getCondition(String condition,
int index)
- Specified by:
getCondition
in interface Column
- Overrides:
getCondition
in class AbstractColumn
Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.