Interface IEntityNodeExaminer
- All Known Implementing Classes:
EntityNodeExaminer
public interface IEntityNodeExaminer
- Author:
- Silvan Wyss
-
Method Summary
Modifier and TypeMethodDescriptionbooleanfieldNodeOfEntityNodeAtOneBasedColumnIndexIsEmpty(IMutableNode<?> entityNode, int oneBasedColumnIndex)
-
Method Details
-
fieldNodeOfEntityNodeAtOneBasedColumnIndexIsEmpty
boolean fieldNodeOfEntityNodeAtOneBasedColumnIndexIsEmpty(IMutableNode<?> entityNode, int oneBasedColumnIndex) - Parameters:
entityNode-oneBasedColumnIndex-- Returns:
- true if the field node of the given entity node at the given oneBasedColumnIndex is empty, false otherwise.
-