Interface DataCompositionAppearanceTemplateAreaItem
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
DataCompositionAppearanceTemplateAreaItemImpl
public interface DataCompositionAppearanceTemplateAreaItem
extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Data Composition Appearance Template Area Item'.
The following features are supported:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Appearance' containment reference.int
getLevel()
Returns the value of the 'Level' attribute.void
Sets the value of the 'Appearance
' containment reference.void
setLevel
(int value) Sets the value of the 'Level
' 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
-
getLevel
int getLevel()Returns the value of the 'Level' attribute.- Returns:
- the value of the 'Level' attribute.
- See Also:
-
setLevel
void setLevel(int value) Sets the value of the 'Level
' attribute.- Parameters:
value
- the new value of the 'Level' attribute.- See Also:
-
getAppearance
DataCompositionAppearanceTemplateAppearance 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:
-