Class TableNodeExaminer

java.lang.Object
ch.nolix.system.nodemidschema.nodeexaminer.TableNodeExaminer
All Implemented Interfaces:
ITableNodeExaminer

public final class TableNodeExaminer extends Object implements ITableNodeExaminer
Author:
Silvan Wyss
  • Constructor Details

    • TableNodeExaminer

      public TableNodeExaminer()
  • Method Details

    • columnOfTableNodeIsEmptyByColumnName

      public boolean columnOfTableNodeIsEmptyByColumnName(IMutableNode<?> tableNode, String columnName)
      Specified by:
      columnOfTableNodeIsEmptyByColumnName in interface ITableNodeExaminer
      Parameters:
      tableNode -
      columnName -
      Returns:
      true if the column of the given tableNode, that has the given columnName, is empty, false otherwise.