Interface TypeSystem<SYSTEMROW>
- Type Parameters:
SYSTEMROW-
- All Known Implementing Classes:
ExcelAttributeTypeSystemService.ExcelTypeSystem,ExcelClassificationTypeSystemService.ExcelClassificationTypeSystem
public interface TypeSystem<SYSTEMROW>
Interface which represents methods for POJO which contains data read from Excel's TypeSystem
-
Method Summary
-
Method Details
-
findRow
Allows to retrieve the whole row of TypeSystem's sheet based on passed attributeDisplayName- Parameters:
attributeDisplayName- value of "attributeDisplayName" column- Returns:
- the whole row
-