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

    Modifier and Type
    Method
    Description
    findRow(String attributeDisplayName)
    Allows to retrieve the whole row of TypeSystem's sheet based on passed attributeDisplayName
  • Method Details

    • findRow

      Optional<SYSTEMROW> findRow(String attributeDisplayName)
      Allows to retrieve the whole row of TypeSystem's sheet based on passed attributeDisplayName
      Parameters:
      attributeDisplayName - value of "attributeDisplayName" column
      Returns:
      the whole row