Interface ModuleBPInfoInternal
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
ModuleBPInfoInternalImpl
public interface ModuleBPInfoInternal
extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Module BP Info Internal'.
The following features are supported:
-
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<BreakpointInfo>Returns the value of the 'Bp Info' containment reference list.getId()Returns the value of the 'Id' containment reference.voidsetId(BSLModuleIdInternal value) Sets the value of the 'Id' 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
-
getId
BSLModuleIdInternal getId()Returns the value of the 'Id' containment reference.- Returns:
- the value of the 'Id' containment reference.
- See Also:
-
setId
Sets the value of the 'Id' containment reference.- Parameters:
value- the new value of the 'Id' containment reference.- See Also:
-
getBpInfo
org.eclipse.emf.common.util.EList<BreakpointInfo> getBpInfo()Returns the value of the 'Bp Info' containment reference list. The list contents are of typeBreakpointInfo.- Returns:
- the value of the 'Bp Info' containment reference list.
- See Also:
-