org.drools.template.parser
Class ArrayColumn

java.lang.Object
  extended by org.drools.template.parser.AbstractColumn
      extended by 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
ArrayColumn(String n, Column typeColumn)
           
 
Method Summary
 Cell createCell(Row row)
           
 String getCellType()
           
 String getCondition(String condition, int index)
           
 Column getType()
           
 
Methods inherited from class org.drools.template.parser.AbstractColumn
getName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArrayColumn

public ArrayColumn(String n,
                   Column typeColumn)
Method Detail

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-2013 JBoss Inc.. All Rights Reserved.