Klasse EntityNodeExaminer
java.lang.Object
ch.nolix.system.nodemidschema.nodeexaminer.EntityNodeExaminer
- Alle implementierten Schnittstellen:
IEntityNodeExaminer
- Version:
- 2024-12-28
- Autor:
- Silvan Wyss
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungboolean
fieldNodeOfEntityNodeAtOneBasedColumnIndexIsEmpty
(IMutableNode<?> entityNode, int oneBasedColumnIndex)
-
Konstruktordetails
-
EntityNodeExaminer
public EntityNodeExaminer()
-
-
Methodendetails
-
fieldNodeOfEntityNodeAtOneBasedColumnIndexIsEmpty
public boolean fieldNodeOfEntityNodeAtOneBasedColumnIndexIsEmpty(IMutableNode<?> entityNode, int oneBasedColumnIndex) - Angegeben von:
fieldNodeOfEntityNodeAtOneBasedColumnIndexIsEmpty
in SchnittstelleIEntityNodeExaminer
- Parameter:
entityNode
-oneBasedColumnIndex
-- Gibt zurück:
- true if the field node of the given entity node at the given oneBasedColumnIndex is empty, false otherwise.
-