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
Modifier and TypeMethodDescriptionReturns the value of the 'Appearance' containment reference.int
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
Sets the value of the 'Appearance
' containment reference.void
setAppIndex
(int value) Sets the value of the 'App Index
' attribute.Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
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:
-
getAppearance
DataCompositionAreaTemplateTableCellAppearance getAppearance()Returns the value of the 'Appearance' containment reference.- Returns:
- the value of the 'Appearance' containment reference.
- See Also:
-
setAppearance
Sets the value of the 'Appearance
' containment reference.- Parameters:
value
- the new value of the 'Appearance' containment reference.- See Also:
-
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
void setAppIndex(int value) Sets the value of the 'App Index
' attribute.- Parameters:
value
- the new value of the 'App Index' attribute.- See Also:
-