Interface DataCompositionAreaTemplateChartTemplate
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
DataCompositionAreaTemplateChartTemplateImpl
public interface DataCompositionAreaTemplateChartTemplate extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Data Composition Area Template Chart Template'.The following features are supported:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DataCompositionAreaTemplateChartAppearance
getAppearance()
Returns the value of the 'Appearance' containment reference.void
setAppearance(DataCompositionAreaTemplateChartAppearance value)
Sets the value of the 'Appearance
' containment reference.
-
-
-
Method Detail
-
getAppearance
DataCompositionAreaTemplateChartAppearance getAppearance()
Returns the value of the 'Appearance' containment reference.- Returns:
- the value of the 'Appearance' containment reference.
- See Also:
setAppearance(DataCompositionAreaTemplateChartAppearance)
,DcsPackage.getDataCompositionAreaTemplateChartTemplate_Appearance()
-
setAppearance
void setAppearance(DataCompositionAreaTemplateChartAppearance value)
Sets the value of the 'Appearance
' containment reference.- Parameters:
value
- the new value of the 'Appearance' containment reference.- See Also:
getAppearance()
-
-