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
fieldNodeOfEntityNodeAt1BasedColumnIndexIsEmpty
(IMutableNode<?> entityNode, int param1BasedColumnIndex)
-
Konstruktordetails
-
EntityNodeExaminer
public EntityNodeExaminer()
-
-
Methodendetails
-
fieldNodeOfEntityNodeAt1BasedColumnIndexIsEmpty
public boolean fieldNodeOfEntityNodeAt1BasedColumnIndexIsEmpty(IMutableNode<?> entityNode, int param1BasedColumnIndex) - Angegeben von:
fieldNodeOfEntityNodeAt1BasedColumnIndexIsEmpty
in SchnittstelleIEntityNodeExaminer
- Parameter:
entityNode
-param1BasedColumnIndex
-- Gibt zurück:
- true if the field node of the given entity node at the given param1BasedColumnIndex is empty, false otherwise.
-