Class BooleanCell

  • All Implemented Interfaces:
    Cell

    public class BooleanCell
    extends Object
    implements Cell
    A cell in a decision table containing a long value
    • Constructor Detail

      • BooleanCell

        public BooleanCell()
    • Method Detail

      • getRow

        public Row getRow()
        Specified by:
        getRow in interface Cell
      • getValue

        public Boolean getValue()
      • insert

        public void insert​(org.kie.api.runtime.KieSession 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