org.drools.template.parser
Class ArrayCell
java.lang.Object
org.drools.template.parser.ArrayCell
- All Implemented Interfaces:
- Cell
public class ArrayCell
- extends Object
- implements Cell
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ArrayCell
public ArrayCell(Row r,
ArrayColumn c)
addValue
public void addValue(Map<String,Object> vars)
- Specified by:
addValue
in interface Cell
getColumn
public Column getColumn()
- Specified by:
getColumn
in interface Cell
getRow
public Row getRow()
- Specified by:
getRow
in interface Cell
getValue
public String getValue()
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.