Interface DataCompositionNestedObjectSettings
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
,StructureItem
- All Known Implementing Classes:
DataCompositionNestedObjectSettingsImpl
A representation of the model object 'Data Composition Nested Object Settings'.
The following features are supported:
-
Method Summary
Modifier and TypeMethodDescriptiongetId()
Returns the value of the 'Id' attribute.getName()
Returns the value of the 'Name' attribute.Returns the value of the 'Object ID' attribute.Returns the value of the 'Settings' containment reference.Returns the value of the 'User Setting ID' attribute.Returns the value of the 'User Setting Presentation' containment reference.Returns the value of the 'View Mode' attribute.boolean
isUse()
Returns the value of the 'Use' attribute.void
Sets the value of the 'Id
' attribute.void
Sets the value of the 'Name
' attribute.void
setObjectID
(String value) Sets the value of the 'Object ID
' attribute.void
Sets the value of the 'Settings
' containment reference.void
setUse
(boolean value) Sets the value of the 'Use
' attribute.void
setUserSettingID
(String value) Sets the value of the 'User Setting ID
' attribute.void
Sets the value of the 'User Setting Presentation
' containment reference.void
Sets the value of the 'View Mode
' attribute.Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
isUse
boolean isUse()Returns the value of the 'Use' attribute. The default value is"true"
.- Returns:
- the value of the 'Use' attribute.
- See Also:
-
setUse
void setUse(boolean value) Sets the value of the 'Use
' attribute.- Parameters:
value
- the new value of the 'Use' attribute.- See Also:
-
getName
String getName()Returns the value of the 'Name' attribute.- Returns:
- the value of the 'Name' attribute.
- See Also:
-
setName
Sets the value of the 'Name
' attribute.- Parameters:
value
- the new value of the 'Name' attribute.- See Also:
-
getObjectID
String getObjectID()Returns the value of the 'Object ID' attribute.- Returns:
- the value of the 'Object ID' attribute.
- See Also:
-
setObjectID
Sets the value of the 'Object ID
' attribute.- Parameters:
value
- the new value of the 'Object ID' attribute.- See Also:
-
getSettings
DataCompositionSettings getSettings()Returns the value of the 'Settings' containment reference.- Returns:
- the value of the 'Settings' containment reference.
- See Also:
-
setSettings
Sets the value of the 'Settings
' containment reference.- Parameters:
value
- the new value of the 'Settings' containment reference.- See Also:
-
getId
String getId()Returns the value of the 'Id' attribute.- Returns:
- the value of the 'Id' attribute.
- See Also:
-
setId
Sets the value of the 'Id
' attribute.- Parameters:
value
- the new value of the 'Id' attribute.- See Also:
-
getViewMode
DataCompositionSettingsItemViewMode 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:
-
setViewMode
Sets the value of the 'View Mode
' attribute.- Parameters:
value
- the new value of the 'View Mode' attribute.- See Also:
-
getUserSettingID
String getUserSettingID()Returns the value of the 'User Setting ID' attribute.- Returns:
- the value of the 'User Setting ID' attribute.
- See Also:
-
setUserSettingID
Sets the value of the 'User Setting ID
' attribute.- Parameters:
value
- the new value of the 'User Setting ID' attribute.- See Also:
-
getUserSettingPresentation
Presentation getUserSettingPresentation()Returns the value of the 'User Setting Presentation' containment reference.- Returns:
- the value of the 'User Setting Presentation' containment reference.
- See Also:
-
setUserSettingPresentation
Sets the value of the 'User Setting Presentation
' containment reference.- Parameters:
value
- the new value of the 'User Setting Presentation' containment reference.- See Also:
-