Interface ModuleBPInfoUser
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
ModuleBPInfoUserImpl
public interface ModuleBPInfoUser extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Module BP Info User'.The following features are supported:
- See Also:
BreakpointsPackage.getModuleBPInfoUser()
-
-
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.BSLModuleIdUser
getId()
Returns the value of the 'Id' containment reference.void
setId(BSLModuleIdUser value)
Sets the value of the 'Id
' containment reference.
-
-
-
Method Detail
-
getId
BSLModuleIdUser getId()
Returns the value of the 'Id' containment reference.- Returns:
- the value of the 'Id' containment reference.
- See Also:
setId(BSLModuleIdUser)
,BreakpointsPackage.getModuleBPInfoUser_Id()
-
setId
void setId(BSLModuleIdUser 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.getModuleBPInfoUser_BpInfo()
-
-