org.drools.template.parser
Class BooleanCell
java.lang.Object
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
BooleanCell
public BooleanCell()
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-2013 JBoss Inc.. All Rights Reserved.