Package org.drools.template.parser
Class DoubleCell
- java.lang.Object
-
- org.drools.template.parser.AbstractCell<java.lang.Double>
-
- org.drools.template.parser.DoubleCell
-
- All Implemented Interfaces:
Cell<java.lang.Double>
public class DoubleCell extends AbstractCell<java.lang.Double>
A cell in a decision table containing a long value
-
-
Field Summary
-
Fields inherited from class org.drools.template.parser.AbstractCell
column, index, row, value
-
-
Constructor Summary
Constructors Constructor Description DoubleCell(Row row, Column column)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetValue(java.lang.String v)
-