org.drools.template.parser
Class LongCell
java.lang.Object
org.drools.template.parser.LongCell
- All Implemented Interfaces:
- Cell
public class LongCell
- extends Object
- implements Cell
A cell in a decision table containing a long value
LongCell
public LongCell()
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 Long 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-2011 JBoss by Red Hat. All Rights Reserved.