Interface DataCompositionAreaTemplateChartGroupTemplate
- 
- All Superinterfaces:
- org.eclipse.emf.ecore.EObject,- org.eclipse.emf.common.notify.Notifier
 - All Known Implementing Classes:
- DataCompositionAreaTemplateChartGroupTemplateImpl
 
 public interface DataCompositionAreaTemplateChartGroupTemplate extends org.eclipse.emf.ecore.EObjectA representation of the model object 'Data Composition Area Template Chart Group Template'.The following features are supported: 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description DataCompositionAreaTemplateChartGroupAppearancegetAppearance()Returns the value of the 'Appearance' containment reference.ValuegetPresentation()Returns the value of the 'Presentation' containment reference.ValuegetValue()Returns the value of the 'Value' containment reference.voidsetAppearance(DataCompositionAreaTemplateChartGroupAppearance value)Sets the value of the 'Appearance' containment reference.voidsetPresentation(Value value)Sets the value of the 'Presentation' containment reference.voidsetValue(Value value)Sets the value of the 'Value' containment reference.
 
- 
- 
- 
Method Detail- 
getValueValue getValue() Returns the value of the 'Value' containment reference.- Returns:
- the value of the 'Value' containment reference.
- See Also:
- setValue(Value),- DcsPackage.getDataCompositionAreaTemplateChartGroupTemplate_Value()
 
 - 
setValuevoid setValue(Value value) Sets the value of the 'Value' containment reference.- Parameters:
- value- the new value of the 'Value' containment reference.
- See Also:
- getValue()
 
 - 
getAppearanceDataCompositionAreaTemplateChartGroupAppearance getAppearance() Returns the value of the 'Appearance' containment reference.- Returns:
- the value of the 'Appearance' containment reference.
- See Also:
- setAppearance(DataCompositionAreaTemplateChartGroupAppearance),- DcsPackage.getDataCompositionAreaTemplateChartGroupTemplate_Appearance()
 
 - 
setAppearancevoid setAppearance(DataCompositionAreaTemplateChartGroupAppearance value) Sets the value of the 'Appearance' containment reference.- Parameters:
- value- the new value of the 'Appearance' containment reference.
- See Also:
- getAppearance()
 
 - 
getPresentationValue getPresentation() Returns the value of the 'Presentation' containment reference.- Returns:
- the value of the 'Presentation' containment reference.
- See Also:
- setPresentation(Value),- DcsPackage.getDataCompositionAreaTemplateChartGroupTemplate_Presentation()
 
 - 
setPresentationvoid setPresentation(Value value) Sets the value of the 'Presentation' containment reference.- Parameters:
- value- the new value of the 'Presentation' containment reference.
- See Also:
- getPresentation()
 
 
- 
 
-