Interface DataCompositionAreaTemplateTableRow
- 
- All Superinterfaces:
- AreaTemplateItem,- org.eclipse.emf.ecore.EObject,- org.eclipse.emf.common.notify.Notifier
 - All Known Implementing Classes:
- DataCompositionAreaTemplateTableRowImpl
 
 public interface DataCompositionAreaTemplateTableRow extends AreaTemplateItem A representation of the model object 'Data Composition Area Template Table Row'.The following features are supported: 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.emf.common.util.EList<DataCompositionAreaTemplateTableCell>getCells()Returns the value of the 'Cells' containment reference list.StringgetTableID()Returns the value of the 'Table ID' attribute.voidsetTableID(String value)Sets the value of the 'Table ID' attribute.
 
- 
- 
- 
Method Detail- 
getCellsorg.eclipse.emf.common.util.EList<DataCompositionAreaTemplateTableCell> getCells() Returns the value of the 'Cells' containment reference list. The list contents are of typeDataCompositionAreaTemplateTableCell.- Returns:
- the value of the 'Cells' containment reference list.
- See Also:
- DcsPackage.getDataCompositionAreaTemplateTableRow_Cells()
 
 - 
getTableIDString getTableID() Returns the value of the 'Table ID' attribute.- Returns:
- the value of the 'Table ID' attribute.
- See Also:
- setTableID(String),- DcsPackage.getDataCompositionAreaTemplateTableRow_TableID()
 
 - 
setTableIDvoid setTableID(String value) Sets the value of the 'Table ID' attribute.- Parameters:
- value- the new value of the 'Table ID' attribute.
- See Also:
- getTableID()
 
 
- 
 
-