Interface SourceBuilder

All Known Implementing Classes:
LhsBuilder, RhsBuilder

public interface SourceBuilder
This is for building up LHS and RHS code for a rule row.
  • Method Details

    • getActionTypeCode

      ActionType.Code getActionTypeCode()
    • getResult

      String getResult()
    • addTemplate

      void addTemplate(int row, int col, String content)
    • addCellValue

      void addCellValue(int row, int col, String value)
    • addCellValue

      default void addCellValue(int row, int col, String value, boolean trim)
    • clearValues

      void clearValues()
    • hasValues

      boolean hasValues()
    • getColumn

      int getColumn()