public interface TableHelper<F extends Field,T extends Table<F>,S extends TableHelperSpec>
Table
declared in the {addon.label}
dataset.Modifier and Type | Method and Description |
---|---|
List<T> |
getTables(S spec)
Returns list of
Table declared in the {addon.label} dataset. |
List<T> getTables(S spec) throws DataExchangeException
Table
declared in the {addon.label} dataset.spec
- an instance of TableHelperSpec
.DataExchangeException
- if the process encounters an error.