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 Summary
All 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
-
getValue
Value getValue()
Returns the value of the 'Value' containment reference.- Returns:
- the value of the 'Value' containment reference.
- See Also:
setValue(Value),DcsPackage.getDataCompositionAreaTemplateChartGroupTemplate_Value()
-
setValue
void setValue(Value value)
Sets the value of the 'Value' containment reference.- Parameters:
value- the new value of the 'Value' containment reference.- See Also:
getValue()
-
getAppearance
DataCompositionAreaTemplateChartGroupAppearance getAppearance()
Returns the value of the 'Appearance' containment reference.- Returns:
- the value of the 'Appearance' containment reference.
- See Also:
setAppearance(DataCompositionAreaTemplateChartGroupAppearance),DcsPackage.getDataCompositionAreaTemplateChartGroupTemplate_Appearance()
-
setAppearance
void setAppearance(DataCompositionAreaTemplateChartGroupAppearance value)
Sets the value of the 'Appearance' containment reference.- Parameters:
value- the new value of the 'Appearance' containment reference.- See Also:
getAppearance()
-
getPresentation
Value getPresentation()
Returns the value of the 'Presentation' containment reference.- Returns:
- the value of the 'Presentation' containment reference.
- See Also:
setPresentation(Value),DcsPackage.getDataCompositionAreaTemplateChartGroupTemplate_Presentation()
-
setPresentation
void setPresentation(Value value)
Sets the value of the 'Presentation' containment reference.- Parameters:
value- the new value of the 'Presentation' containment reference.- See Also:
getPresentation()
-
-