Klasse TableNodeExaminer
java.lang.Object
ch.nolix.system.nodemidschema.nodeexaminer.TableNodeExaminer
- Alle implementierten Schnittstellen:
ITableNodeExaminer
- Version:
- 2024-12-28
- Autor:
- Silvan Wyss
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungboolean
columnOfTableNodeIsEmptyByColumnName
(IMutableNode<?> tableNode, String columnName)
-
Konstruktordetails
-
TableNodeExaminer
public TableNodeExaminer()
-
-
Methodendetails
-
columnOfTableNodeIsEmptyByColumnName
- Angegeben von:
columnOfTableNodeIsEmptyByColumnName
in SchnittstelleITableNodeExaminer
- Parameter:
tableNode
-columnName
-- Gibt zurück:
- true if the column of the given tableNode, that has the given columnName, is empty, false otherwise.
-