Class EntityNodeExaminer

java.lang.Object
ch.nolix.system.nodemidschema.nodeexaminer.EntityNodeExaminer
All Implemented Interfaces:
IEntityNodeExaminer

public final class EntityNodeExaminer extends Object implements IEntityNodeExaminer
Author:
Silvan Wyss
  • Constructor Details

    • EntityNodeExaminer

      public EntityNodeExaminer()
  • Method Details

    • fieldNodeOfEntityNodeAtOneBasedColumnIndexIsEmpty

      public boolean fieldNodeOfEntityNodeAtOneBasedColumnIndexIsEmpty(IMutableNode<?> entityNode, int oneBasedColumnIndex)
      Specified by:
      fieldNodeOfEntityNodeAtOneBasedColumnIndexIsEmpty in interface IEntityNodeExaminer
      Parameters:
      entityNode -
      oneBasedColumnIndex -
      Returns:
      true if the field node of the given entity node at the given oneBasedColumnIndex is empty, false otherwise.