Interface DataCompositionAreaTemplateTableCell
- 
- All Superinterfaces:
- org.eclipse.emf.ecore.EObject,- org.eclipse.emf.common.notify.Notifier
 - All Known Implementing Classes:
- DataCompositionAreaTemplateTableCellImpl
 
 public interface DataCompositionAreaTemplateTableCell extends org.eclipse.emf.ecore.EObjectA representation of the model object 'Data Composition Area Template Table Cell'.The following features are supported: 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description DataCompositionAreaTemplateTableCellAppearancegetAppearance()Returns the value of the 'Appearance' containment reference.intgetAppIndex()Returns the value of the 'App Index' attribute.org.eclipse.emf.common.util.EList<TemplateItem>getItem()Returns the value of the 'Item' containment reference list.voidsetAppearance(DataCompositionAreaTemplateTableCellAppearance value)Sets the value of the 'Appearance' containment reference.voidsetAppIndex(int value)Sets the value of the 'App Index' attribute.
 
- 
- 
- 
Method Detail- 
getItemorg.eclipse.emf.common.util.EList<TemplateItem> getItem() Returns the value of the 'Item' containment reference list. The list contents are of typeTemplateItem.- Returns:
- the value of the 'Item' containment reference list.
- See Also:
- DcsPackage.getDataCompositionAreaTemplateTableCell_Item()
 
 - 
getAppearanceDataCompositionAreaTemplateTableCellAppearance getAppearance() Returns the value of the 'Appearance' containment reference.- Returns:
- the value of the 'Appearance' containment reference.
- See Also:
- setAppearance(DataCompositionAreaTemplateTableCellAppearance),- DcsPackage.getDataCompositionAreaTemplateTableCell_Appearance()
 
 - 
setAppearancevoid setAppearance(DataCompositionAreaTemplateTableCellAppearance value) Sets the value of the 'Appearance' containment reference.- Parameters:
- value- the new value of the 'Appearance' containment reference.
- See Also:
- getAppearance()
 
 - 
getAppIndexint getAppIndex() Returns the value of the 'App Index' attribute. The default value is"0".- Returns:
- the value of the 'App Index' attribute.
- See Also:
- setAppIndex(int),- DcsPackage.getDataCompositionAreaTemplateTableCell_AppIndex()
 
 - 
setAppIndexvoid setAppIndex(int value) Sets the value of the 'App Index' attribute.- Parameters:
- value- the new value of the 'App Index' attribute.
- See Also:
- getAppIndex()
 
 
- 
 
-