Interface DataCompositionAreaTemplateTableRow
- All Superinterfaces:
AreaTemplateItem,org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
DataCompositionAreaTemplateTableRowImpl
A representation of the model object 'Data Composition Area Template Table Row'.
The following features are supported:
-
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<DataCompositionAreaTemplateTableCell>getCells()Returns the value of the 'Cells' containment reference list.Returns the value of the 'Table ID' attribute.voidsetTableID(String value) Sets the value of the 'Table ID' attribute.Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
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:
-
getTableID
String getTableID()Returns the value of the 'Table ID' attribute.- Returns:
- the value of the 'Table ID' attribute.
- See Also:
-
setTableID
Sets the value of the 'Table ID' attribute.- Parameters:
value- the new value of the 'Table ID' attribute.- See Also:
-