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 SummaryModifier and TypeMethodDescriptionReturns the value of the 'Appearance' containment reference.intgetLevel()Returns the value of the 'Level' attribute.voidSets the value of the 'Appearance' containment reference.voidsetLevel(int value) Sets the value of the 'Level' attribute.Methods inherited from interface org.eclipse.emf.ecore.EObjecteAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface org.eclipse.emf.common.notify.NotifiereAdapters, eDeliver, eNotify, eSetDeliver
- 
Method Details- 
getLevelint getLevel()Returns the value of the 'Level' attribute.- Returns:
- the value of the 'Level' attribute.
- See Also:
 
- 
setLevelvoid setLevel(int value) Sets the value of the 'Level' attribute.- Parameters:
- value- the new value of the 'Level' attribute.
- See Also:
 
- 
getAppearanceDataCompositionAppearanceTemplateAppearance getAppearance()Returns the value of the 'Appearance' containment reference.- Returns:
- the value of the 'Appearance' containment reference.
- See Also:
 
- 
setAppearanceSets the value of the 'Appearance' containment reference.- Parameters:
- value- the new value of the 'Appearance' containment reference.
- See Also:
 
 
-