Class EntityNodeExaminer
java.lang.Object
ch.nolix.system.nodemidschema.nodeexaminer.EntityNodeExaminer
- All Implemented Interfaces:
IEntityNodeExaminer
- Author:
- Silvan Wyss
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanfieldNodeOfEntityNodeAtOneBasedColumnIndexIsEmpty(IMutableNode<?> entityNode, int oneBasedColumnIndex)
-
Constructor Details
-
EntityNodeExaminer
public EntityNodeExaminer()
-
-
Method Details
-
fieldNodeOfEntityNodeAtOneBasedColumnIndexIsEmpty
public boolean fieldNodeOfEntityNodeAtOneBasedColumnIndexIsEmpty(IMutableNode<?> entityNode, int oneBasedColumnIndex) - Specified by:
fieldNodeOfEntityNodeAtOneBasedColumnIndexIsEmptyin interfaceIEntityNodeExaminer- Parameters:
entityNode-oneBasedColumnIndex-- Returns:
- true if the field node of the given entity node at the given oneBasedColumnIndex is empty, false otherwise.
-