Schnittstelle IEntityNodeExaminer
- Alle bekannten Implementierungsklassen:
EntityNodeExaminer
public interface IEntityNodeExaminer
- Version:
- 2024-12-28
- Autor:
- Silvan Wyss
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungboolean
fieldNodeOfEntityNodeAt1BasedColumnIndexIsEmpty
(IMutableNode<?> entityNode, int param1BasedColumnIndex)
-
Methodendetails
-
fieldNodeOfEntityNodeAt1BasedColumnIndexIsEmpty
boolean fieldNodeOfEntityNodeAt1BasedColumnIndexIsEmpty(IMutableNode<?> entityNode, int param1BasedColumnIndex) - Parameter:
entityNode
-param1BasedColumnIndex
-- Gibt zurück:
- true if the field node of the given entity node at the given param1BasedColumnIndex is empty, false otherwise.
-