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.EObject
A representation of the model object 'Data Composition Area Template Table Cell'.The following features are supported:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DataCompositionAreaTemplateTableCellAppearance
getAppearance()
Returns the value of the 'Appearance' containment reference.int
getAppIndex()
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.void
setAppearance(DataCompositionAreaTemplateTableCellAppearance value)
Sets the value of the 'Appearance
' containment reference.void
setAppIndex(int value)
Sets the value of the 'App Index
' attribute.
-
-
-
Method Detail
-
getItem
org.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()
-
getAppearance
DataCompositionAreaTemplateTableCellAppearance getAppearance()
Returns the value of the 'Appearance' containment reference.- Returns:
- the value of the 'Appearance' containment reference.
- See Also:
setAppearance(DataCompositionAreaTemplateTableCellAppearance)
,DcsPackage.getDataCompositionAreaTemplateTableCell_Appearance()
-
setAppearance
void setAppearance(DataCompositionAreaTemplateTableCellAppearance value)
Sets the value of the 'Appearance
' containment reference.- Parameters:
value
- the new value of the 'Appearance' containment reference.- See Also:
getAppearance()
-
getAppIndex
int 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()
-
setAppIndex
void setAppIndex(int value)
Sets the value of the 'App Index
' attribute.- Parameters:
value
- the new value of the 'App Index' attribute.- See Also:
getAppIndex()
-
-