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.EObjectA representation of the model object 'Data Composition Appearance Template Area Item'.The following features are supported: 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description DataCompositionAppearanceTemplateAppearancegetAppearance()Returns the value of the 'Appearance' containment reference.intgetLevel()Returns the value of the 'Level' attribute.voidsetAppearance(DataCompositionAppearanceTemplateAppearance value)Sets the value of the 'Appearance' containment reference.voidsetLevel(int value)Sets the value of the 'Level' attribute.
 
- 
- 
- 
Method Detail- 
getLevelint getLevel() Returns the value of the 'Level' attribute.- Returns:
- the value of the 'Level' attribute.
- See Also:
- setLevel(int),- DcsPackage.getDataCompositionAppearanceTemplateAreaItem_Level()
 
 - 
setLevelvoid setLevel(int value) Sets the value of the 'Level' attribute.- Parameters:
- value- the new value of the 'Level' attribute.
- See Also:
- getLevel()
 
 - 
getAppearanceDataCompositionAppearanceTemplateAppearance getAppearance() Returns the value of the 'Appearance' containment reference.- Returns:
- the value of the 'Appearance' containment reference.
- See Also:
- setAppearance(DataCompositionAppearanceTemplateAppearance),- DcsPackage.getDataCompositionAppearanceTemplateAreaItem_Appearance()
 
 - 
setAppearancevoid setAppearance(DataCompositionAppearanceTemplateAppearance value) Sets the value of the 'Appearance' containment reference.- Parameters:
- value- the new value of the 'Appearance' containment reference.
- See Also:
- getAppearance()
 
 
- 
 
-