Interface DataCompositionNestedObjectSettings
- 
- All Superinterfaces:
- org.eclipse.emf.ecore.EObject,- org.eclipse.emf.common.notify.Notifier,- StructureItem
 - All Known Implementing Classes:
- DataCompositionNestedObjectSettingsImpl
 
 public interface DataCompositionNestedObjectSettings extends StructureItem A representation of the model object 'Data Composition Nested Object Settings'.The following features are supported: 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetId()Returns the value of the 'Id' attribute.StringgetName()Returns the value of the 'Name' attribute.StringgetObjectID()Returns the value of the 'Object ID' attribute.DataCompositionSettingsgetSettings()Returns the value of the 'Settings' containment reference.StringgetUserSettingID()Returns the value of the 'User Setting ID' attribute.PresentationgetUserSettingPresentation()Returns the value of the 'User Setting Presentation' containment reference.DataCompositionSettingsItemViewModegetViewMode()Returns the value of the 'View Mode' attribute.booleanisUse()Returns the value of the 'Use' attribute.voidsetId(String value)Sets the value of the 'Id' attribute.voidsetName(String value)Sets the value of the 'Name' attribute.voidsetObjectID(String value)Sets the value of the 'Object ID' attribute.voidsetSettings(DataCompositionSettings value)Sets the value of the 'Settings' containment reference.voidsetUse(boolean value)Sets the value of the 'Use' attribute.voidsetUserSettingID(String value)Sets the value of the 'User Setting ID' attribute.voidsetUserSettingPresentation(Presentation value)Sets the value of the 'User Setting Presentation' containment reference.voidsetViewMode(DataCompositionSettingsItemViewMode value)Sets the value of the 'View Mode' attribute.
 
- 
- 
- 
Method Detail- 
isUseboolean isUse() Returns the value of the 'Use' attribute. The default value is"true".- Returns:
- the value of the 'Use' attribute.
- See Also:
- setUse(boolean),- DcsPackage.getDataCompositionNestedObjectSettings_Use()
 
 - 
setUsevoid setUse(boolean value) Sets the value of the 'Use' attribute.- Parameters:
- value- the new value of the 'Use' attribute.
- See Also:
- isUse()
 
 - 
getNameString getName() Returns the value of the 'Name' attribute.- Returns:
- the value of the 'Name' attribute.
- See Also:
- setName(String),- DcsPackage.getDataCompositionNestedObjectSettings_Name()
 
 - 
setNamevoid setName(String value) Sets the value of the 'Name' attribute.- Parameters:
- value- the new value of the 'Name' attribute.
- See Also:
- getName()
 
 - 
getObjectIDString getObjectID() Returns the value of the 'Object ID' attribute.- Returns:
- the value of the 'Object ID' attribute.
- See Also:
- setObjectID(String),- DcsPackage.getDataCompositionNestedObjectSettings_ObjectID()
 
 - 
setObjectIDvoid setObjectID(String value) Sets the value of the 'Object ID' attribute.- Parameters:
- value- the new value of the 'Object ID' attribute.
- See Also:
- getObjectID()
 
 - 
getSettingsDataCompositionSettings getSettings() Returns the value of the 'Settings' containment reference.- Returns:
- the value of the 'Settings' containment reference.
- See Also:
- setSettings(DataCompositionSettings),- DcsPackage.getDataCompositionNestedObjectSettings_Settings()
 
 - 
setSettingsvoid setSettings(DataCompositionSettings value) Sets the value of the 'Settings' containment reference.- Parameters:
- value- the new value of the 'Settings' containment reference.
- See Also:
- getSettings()
 
 - 
getIdString getId() Returns the value of the 'Id' attribute.- Returns:
- the value of the 'Id' attribute.
- See Also:
- setId(String),- DcsPackage.getDataCompositionNestedObjectSettings_Id()
 
 - 
setIdvoid setId(String value) Sets the value of the 'Id' attribute.- Parameters:
- value- the new value of the 'Id' attribute.
- See Also:
- getId()
 
 - 
getViewModeDataCompositionSettingsItemViewMode getViewMode() Returns the value of the 'View Mode' attribute. The default value is"QuickAccess". The literals are from the enumerationDataCompositionSettingsItemViewMode.- Returns:
- the value of the 'View Mode' attribute.
- See Also:
- DataCompositionSettingsItemViewMode,- setViewMode(DataCompositionSettingsItemViewMode),- DcsPackage.getDataCompositionNestedObjectSettings_ViewMode()
 
 - 
setViewModevoid setViewMode(DataCompositionSettingsItemViewMode value) Sets the value of the 'View Mode' attribute.- Parameters:
- value- the new value of the 'View Mode' attribute.
- See Also:
- DataCompositionSettingsItemViewMode,- getViewMode()
 
 - 
getUserSettingIDString getUserSettingID() Returns the value of the 'User Setting ID' attribute.- Returns:
- the value of the 'User Setting ID' attribute.
- See Also:
- setUserSettingID(String),- DcsPackage.getDataCompositionNestedObjectSettings_UserSettingID()
 
 - 
setUserSettingIDvoid setUserSettingID(String value) Sets the value of the 'User Setting ID' attribute.- Parameters:
- value- the new value of the 'User Setting ID' attribute.
- See Also:
- getUserSettingID()
 
 - 
getUserSettingPresentationPresentation getUserSettingPresentation() Returns the value of the 'User Setting Presentation' containment reference.- Returns:
- the value of the 'User Setting Presentation' containment reference.
- See Also:
- setUserSettingPresentation(Presentation),- DcsPackage.getDataCompositionNestedObjectSettings_UserSettingPresentation()
 
 - 
setUserSettingPresentationvoid setUserSettingPresentation(Presentation value) Sets the value of the 'User Setting Presentation' containment reference.- Parameters:
- value- the new value of the 'User Setting Presentation' containment reference.
- See Also:
- getUserSettingPresentation()
 
 
- 
 
-