Interface OverlapParamContainer
- All Superinterfaces:
ParamContainer
Representation of a group with 1) incoming attribute ref from user defined DSL. 2) parameter
incoming ref from DS with name from EXCEL in user defined DSL.
-
Method Summary
Modifier and TypeMethodDescriptiondefault DataSetgetDs()Data set undergetDsl()with name of the ds column in the excel.default DataSetListgetDsl()Data set list with user defined name fromSettings.getDslName().A ref fromgetDs()to theParamContainer.getGroupDs().default AttributeA ref fromgetDsl()to theParamContainer.getGroupDsl().Methods inherited from interface org.qubership.atp.dataset.migration.model.ParamContainer
getGroupDs, getGroupDsl
-
Method Details
-
getDsl
Data set list with user defined name fromSettings.getDslName(). -
getDs
Data set undergetDsl()with name of the ds column in the excel. -
getRefToDsl
A ref fromgetDsl()to theParamContainer.getGroupDsl(). -
getRefToDs
Parameter getRefToDs()A ref fromgetDs()to theParamContainer.getGroupDs().
-