Interface RowsProvider
- All Known Implementing Classes:
DefaultSQLRowsProvider,TestTypeSystemRows
public interface RowsProvider
-
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
getDeploymentRows
Iterable<DeploymentRow> getDeploymentRows() -
getTypeRows
-
getAttributeRows
Iterable<AttributeRow> getAttributeRows() -
getAtomicTypeRows
Iterable<AtomicTypeRow> getAtomicTypeRows() -
getCollectionTypeRow
Iterable<CollectionTypeRow> getCollectionTypeRow() -
getMapTypeRows
Iterable<MapTypeRow> getMapTypeRows() -
getEnumerationValueRows
Iterable<EnumerationValueRow> getEnumerationValueRows() -
getNumberSeriesRows
Iterable<NumberSeriesRow> getNumberSeriesRows() -
getPropsRows
-