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.EObject
A 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 DataCompositionAreaTemplateChartGroupAppearance
getAppearance()
Returns the value of the 'Appearance' containment reference.Value
getPresentation()
Returns the value of the 'Presentation' containment reference.Value
getValue()
Returns the value of the 'Value' containment reference.void
setAppearance(DataCompositionAreaTemplateChartGroupAppearance value)
Sets the value of the 'Appearance
' containment reference.void
setPresentation(Value value)
Sets the value of the 'Presentation
' containment reference.void
setValue(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()
-
-