Interface ISpreadsheetMetadata

  • All Known Implementing Classes:
    MetadataXMLParser

    public interface ISpreadsheetMetadata
    Any concrete implementation of this interface can be used for collecting spreadsheet ORM metadata.
    Author:
    Martins Francis
    • Method Detail

      • getColumnMetadata

        java.util.Set<ISpreadsheetMetadata.SpreadsheetColumnMetadata> getColumnMetadata​(java.lang.String name)
        The purpose of this method is to get every column metadata specified in the ORM metadata source for the worksheet identifiable by the given name.
        Parameters:
        name -
        Returns:
        Set