Interface DebugAutoAttachSettings
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
DebugAutoAttachSettingsImpl
public interface DebugAutoAttachSettings
extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Debug Auto Attach Settings'.
The following features are supported:
-
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<String>
Returns the value of the 'Area Name' attribute list.org.eclipse.emf.common.util.EList<DebugTargetType>
Returns the value of the 'Target Type' attribute list.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
-
getTargetType
org.eclipse.emf.common.util.EList<DebugTargetType> getTargetType()Returns the value of the 'Target Type' attribute list. The list contents are of typeDebugTargetType
. The literals are from the enumerationDebugTargetType
.- Returns:
- the value of the 'Target Type' attribute list.
- See Also:
-
getAreaName
org.eclipse.emf.common.util.EList<String> getAreaName()Returns the value of the 'Area Name' attribute list. The list contents are of typeString
.- Returns:
- the value of the 'Area Name' attribute list.
- See Also:
-