Klasse TableNodeExaminer

java.lang.Object
ch.nolix.system.nodemidschema.nodeexaminer.TableNodeExaminer
Alle implementierten Schnittstellen:
ITableNodeExaminer

public final class TableNodeExaminer extends Object implements ITableNodeExaminer
Version:
2024-12-28
Autor:
Silvan Wyss
  • Konstruktordetails

    • TableNodeExaminer

      public TableNodeExaminer()
  • Methodendetails

    • columnOfTableNodeIsEmptyByColumnName

      public boolean columnOfTableNodeIsEmptyByColumnName(IMutableNode<?> tableNode, String columnName)
      Angegeben von:
      columnOfTableNodeIsEmptyByColumnName in Schnittstelle ITableNodeExaminer
      Parameter:
      tableNode -
      columnName -
      Gibt zurück:
      true if the column of the given tableNode, that has the given columnName, is empty, false otherwise.