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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.emf.common.util.EList<BreakpointInfo>
getBpInfo()
Returns the value of the 'Bp Info' containment reference list.BSLModuleIdInternal
getId()
Returns the value of the 'Id' containment reference.void
setId(BSLModuleIdInternal value)
Sets the value of the 'Id
' containment reference.
-
-
-
Method Detail
-
getId
BSLModuleIdInternal getId()
Returns the value of the 'Id' containment reference.- Returns:
- the value of the 'Id' containment reference.
- See Also:
setId(BSLModuleIdInternal)
,BreakpointsPackage.getModuleBPInfoInternal_Id()
-
setId
void setId(BSLModuleIdInternal value)
Sets the value of the 'Id
' containment reference.- Parameters:
value
- the new value of the 'Id' containment reference.- See Also:
getId()
-
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:
BreakpointsPackage.getModuleBPInfoInternal_BpInfo()
-
-