org.drools.template.parser
Class BooleanColumn

java.lang.Object
  extended by org.drools.template.parser.AbstractColumn
      extended by org.drools.template.parser.BooleanColumn
All Implemented Interfaces:
Column

public class BooleanColumn
extends AbstractColumn

A column of type Long in a decision table


Constructor Summary
BooleanColumn(String n)
           
 
Method Summary
 Cell createCell(Row row)
           
 String getCellType()
           
 
Methods inherited from class org.drools.template.parser.AbstractColumn
getCondition, getName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BooleanColumn

public BooleanColumn(String n)
Method Detail

createCell

public Cell createCell(Row row)

getCellType

public String getCellType()


Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.