Package org.drools.template.parser
Class LongCell
- java.lang.Object
-
- org.drools.template.parser.LongCell
-
-
Constructor Summary
Constructors Constructor Description LongCell()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddValue(Map<String,Object> vars)ColumngetColumn()intgetIndex()RowgetRow()LonggetValue()voidinsert(org.kie.api.runtime.KieSession session)booleanisEmpty()voidsetIndex(int i)voidsetValue(String v)StringtoString()
-
-
-
Method Detail
-
getValue
public Long getValue()
-
insert
public void insert(org.kie.api.runtime.KieSession session)
-
-