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.EObject
A representation of the model object 'Data Composition Appearance Template Area Item'.The following features are supported:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DataCompositionAppearanceTemplateAppearance
getAppearance()
Returns the value of the 'Appearance' containment reference.int
getLevel()
Returns the value of the 'Level' attribute.void
setAppearance(DataCompositionAppearanceTemplateAppearance value)
Sets the value of the 'Appearance
' containment reference.void
setLevel(int value)
Sets the value of the 'Level
' attribute.
-
-
-
Method Detail
-
getLevel
int getLevel()
Returns the value of the 'Level' attribute.- Returns:
- the value of the 'Level' attribute.
- See Also:
setLevel(int)
,DcsPackage.getDataCompositionAppearanceTemplateAreaItem_Level()
-
setLevel
void setLevel(int value)
Sets the value of the 'Level
' attribute.- Parameters:
value
- the new value of the 'Level' attribute.- See Also:
getLevel()
-
getAppearance
DataCompositionAppearanceTemplateAppearance getAppearance()
Returns the value of the 'Appearance' containment reference.- Returns:
- the value of the 'Appearance' containment reference.
- See Also:
setAppearance(DataCompositionAppearanceTemplateAppearance)
,DcsPackage.getDataCompositionAppearanceTemplateAreaItem_Appearance()
-
setAppearance
void setAppearance(DataCompositionAppearanceTemplateAppearance value)
Sets the value of the 'Appearance
' containment reference.- Parameters:
value
- the new value of the 'Appearance' containment reference.- See Also:
getAppearance()
-
-