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 Summary
All 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
-
getCells
org.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()
-
getTableID
String getTableID()
Returns the value of the 'Table ID' attribute.- Returns:
- the value of the 'Table ID' attribute.
- See Also:
setTableID(String),DcsPackage.getDataCompositionAreaTemplateTableRow_TableID()
-
setTableID
void setTableID(String value)
Sets the value of the 'Table ID' attribute.- Parameters:
value- the new value of the 'Table ID' attribute.- See Also:
getTableID()
-
-