org.drools.template.parser
Class ArrayCell

java.lang.Object
  extended by org.drools.template.parser.ArrayCell
All Implemented Interfaces:
Cell

public class ArrayCell
extends Object
implements Cell


Constructor Summary
ArrayCell(Row r, ArrayColumn c)
           
 
Method Summary
 void addValue(Map<String,Object> vars)
           
 Column getColumn()
           
 int getIndex()
           
 Row getRow()
           
 String getValue()
           
 void insert(StatefulSession session)
           
 boolean isEmpty()
           
 void setIndex(int i)
           
 void setValue(String v)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArrayCell

public ArrayCell(Row r,
                 ArrayColumn c)
Method Detail

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-2012 JBoss by Red Hat. All Rights Reserved.