org.drools.template.parser
Class LongColumn

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

public class LongColumn
extends AbstractColumn

A column of type Long in a decision table


Constructor Summary
LongColumn(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

LongColumn

public LongColumn(String n)
Method Detail

createCell

public Cell createCell(Row row)

getCellType

public String getCellType()


Copyright © 2001-2013 JBoss Inc.. All Rights Reserved.