org.drools.template.parser
Class BooleanCell

java.lang.Object
  extended by org.drools.template.parser.BooleanCell
All Implemented Interfaces:
Cell

public class BooleanCell
extends Object
implements Cell

A cell in a decision table containing a long value


Constructor Summary
BooleanCell()
           
 
Method Summary
 void addValue(Map<String,Object> vars)
           
 Column getColumn()
           
 int getIndex()
           
 Row getRow()
           
 Boolean getValue()
           
 void insert(StatefulSession session)
           
 boolean isEmpty()
           
 void setIndex(int i)
           
 void setValue(String v)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BooleanCell

public BooleanCell()
Method Detail

toString

public String toString()
Overrides:
toString in class Object

getRow

public Row getRow()
Specified by:
getRow in interface Cell

getColumn

public Column getColumn()
Specified by:
getColumn in interface Cell

getValue

public Boolean getValue()

addValue

public void addValue(Map<String,Object> vars)
Specified by:
addValue in interface Cell

insert

public void insert(StatefulSession session)
Specified by:
insert in interface Cell

setIndex

public void setIndex(int i)
Specified by:
setIndex in interface Cell

getIndex

public int getIndex()
Specified by:
getIndex in interface Cell

setValue

public void setValue(String v)
Specified by:
setValue in interface Cell

isEmpty

public boolean isEmpty()
Specified by:
isEmpty in interface Cell


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