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
Modifier and TypeMethodDescriptionReturns the value of the 'Auto Attach Settings' containment reference.voidSets the value of the 'Auto Attach Settings' containment reference.Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
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
Sets the value of the 'Auto Attach Settings' containment reference.- Parameters:
value- the new value of the 'Auto Attach Settings' containment reference.- See Also:
-