Schnittstelle IEntityNodeExaminer
- Alle bekannten Implementierungsklassen:
EntityNodeExaminer
public interface IEntityNodeExaminer
- Autor:
- Silvan Wyss
-
Methodenübersicht
Modifikator und TypMethodeBeschreibungbooleanfieldNodeOfEntityNodeAtOneBasedColumnIndexIsEmpty(IMutableNode<?> entityNode, int oneBasedColumnIndex)
-
Methodendetails
-
fieldNodeOfEntityNodeAtOneBasedColumnIndexIsEmpty
boolean fieldNodeOfEntityNodeAtOneBasedColumnIndexIsEmpty(IMutableNode<?> entityNode, int oneBasedColumnIndex) - Parameter:
entityNode-oneBasedColumnIndex-- Gibt zurück:
- true if the field node of the given entity node at the given oneBasedColumnIndex is empty, false otherwise.
-