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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.emf.common.util.EList<String>
getAreaName()
Returns the value of the 'Area Name' attribute list.org.eclipse.emf.common.util.EList<DebugTargetType>
getTargetType()
Returns the value of the 'Target Type' attribute list.
-
-
-
Method Detail
-
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:
DebugTargetType
,AttachPackage.getDebugAutoAttachSettings_TargetType()
-
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:
AttachPackage.getDebugAutoAttachSettings_AreaName()
-
-