Interface IColumnExaminer
- All Known Implementing Classes:
ColumnExaminer
public interface IColumnExaminer
- Author:
- Silvan Wyss
-
Method Summary
-
Method Details
-
isBaseReferenceColumn
- Parameters:
column-- Returns:
- true if the given column is a base reference column, false otherwise.
-
isOpenAndEmptyAndNotBackReferenced
- Parameters:
column-- Returns:
- true if the given column is open and empty and not back referenced.
-