Interface DebugAutoAttachSettingsProperty
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
DebugAutoAttachSettingsPropertyImpl
public interface DebugAutoAttachSettingsProperty extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Debug Auto Attach Settings Property'.The following features are supported:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DebugAutoAttachSettings
getAutoAttachSettings()
Returns the value of the 'Auto Attach Settings' containment reference.void
setAutoAttachSettings(DebugAutoAttachSettings value)
Sets the value of the 'Auto Attach Settings
' containment reference.
-
-
-
Method Detail
-
getAutoAttachSettings
DebugAutoAttachSettings getAutoAttachSettings()
Returns the value of the 'Auto Attach Settings' containment reference.- Returns:
- the value of the 'Auto Attach Settings' containment reference.
- See Also:
setAutoAttachSettings(DebugAutoAttachSettings)
,AttachPackage.getDebugAutoAttachSettingsProperty_AutoAttachSettings()
-
setAutoAttachSettings
void setAutoAttachSettings(DebugAutoAttachSettings value)
Sets the value of the 'Auto Attach Settings
' containment reference.- Parameters:
value
- the new value of the 'Auto Attach Settings' containment reference.- See Also:
getAutoAttachSettings()
-
-