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