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
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic class
static class
static class
-
Method Summary
Modifier and TypeMethodDescriptiongetColumnMetadata
(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.The purpose of this method is to get every reference specified in the ORM metadata source.The purpose of this method is to get metadata for every worksheet specified in the ORM metadata source.
-
Method Details
-
getWorksheetMetadata
Set<ISpreadsheetMetadata.SpreadsheetWorksheetMetadata> getWorksheetMetadata()The purpose of this method is to get metadata for every worksheet specified in the ORM metadata source.- Returns:
- Set
-
getColumnMetadata
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
-
getReferenceMetadata
Set<ISpreadsheetMetadata.SpreadsheetReferenceMetadata> getReferenceMetadata()The purpose of this method is to get every reference specified in the ORM metadata source.- Returns:
- Set
-