Interface BreakpointsPackage
-
- All Superinterfaces:
org.eclipse.emf.ecore.EModelElement
,org.eclipse.emf.ecore.ENamedElement
,org.eclipse.emf.ecore.EObject
,org.eclipse.emf.ecore.EPackage
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
BreakpointsPackageImpl
public interface BreakpointsPackage extends org.eclipse.emf.ecore.EPackage
The Package for the model. It contains accessors for the meta objects to represent- each class,
- each feature of each class,
- each operation of each class,
- each enum,
- and each data type
- See Also:
BreakpointsFactory
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
BreakpointsPackage.Literals
Defines literals for the meta objects that represent each class, each feature of each class, each operation of each class, each enum, and each data type
-
Field Summary
Fields Modifier and Type Field Description static int
BP_WORKSPACE_INTERNAL
The meta object id for the 'BP Workspace Internal
' class.static int
BP_WORKSPACE_INTERNAL__MODULE_BP_INFO
The feature id for the 'Module BP Info' containment reference list.static int
BP_WORKSPACE_INTERNAL_FEATURE_COUNT
The number of structural features of the 'BP Workspace Internal' class.static int
BP_WORKSPACE_INTERNAL_OPERATION_COUNT
The number of operations of the 'BP Workspace Internal' class.static int
BP_WORKSPACE_USER
The meta object id for the 'BP Workspace User
' class.static int
BP_WORKSPACE_USER__MODULE_BP_INFO
The feature id for the 'Module BP Info' containment reference list.static int
BP_WORKSPACE_USER_FEATURE_COUNT
The number of structural features of the 'BP Workspace User' class.static int
BP_WORKSPACE_USER_OPERATION_COUNT
The number of operations of the 'BP Workspace User' class.static int
BREAKPOINT_INFO
The meta object id for the 'Breakpoint Info
' class.static int
BREAKPOINT_INFO__CONDITION
The feature id for the 'Condition' attribute.static int
BREAKPOINT_INFO__IS_ACTIVE
The feature id for the 'Is Active' attribute.static int
BREAKPOINT_INFO__LINE
The feature id for the 'Line' attribute.static int
BREAKPOINT_INFO__TEMP
The feature id for the 'Temp' attribute.static int
BREAKPOINT_INFO__USER
The feature id for the 'User' attribute.static int
BREAKPOINT_INFO_FEATURE_COUNT
The number of structural features of the 'Breakpoint Info' class.static int
BREAKPOINT_INFO_OPERATION_COUNT
The number of operations of the 'Breakpoint Info' class.static BreakpointsPackage
eINSTANCE
The singleton instance of the package.static String
eNAME
The package name.static String
eNS_PREFIX
The package namespace name.static String
eNS_URI
The package namespace URI.static int
MODULE_BP_INFO_INTERNAL
The meta object id for the 'Module BP Info Internal
' class.static int
MODULE_BP_INFO_INTERNAL__BP_INFO
The feature id for the 'Bp Info' containment reference list.static int
MODULE_BP_INFO_INTERNAL__ID
The feature id for the 'Id' containment reference.static int
MODULE_BP_INFO_INTERNAL_FEATURE_COUNT
The number of structural features of the 'Module BP Info Internal' class.static int
MODULE_BP_INFO_INTERNAL_OPERATION_COUNT
The number of operations of the 'Module BP Info Internal' class.static int
MODULE_BP_INFO_USER
The meta object id for the 'Module BP Info User
' class.static int
MODULE_BP_INFO_USER__BP_INFO
The feature id for the 'Bp Info' containment reference list.static int
MODULE_BP_INFO_USER__ID
The feature id for the 'Id' containment reference.static int
MODULE_BP_INFO_USER_FEATURE_COUNT
The number of structural features of the 'Module BP Info User' class.static int
MODULE_BP_INFO_USER_OPERATION_COUNT
The number of operations of the 'Module BP Info User' class.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.emf.ecore.EClass
getBPWorkspaceInternal()
Returns the meta object for class 'BP Workspace Internal
'.org.eclipse.emf.ecore.EReference
getBPWorkspaceInternal_ModuleBPInfo()
Returns the meta object for the containment reference list 'Module BP Info
'.org.eclipse.emf.ecore.EClass
getBPWorkspaceUser()
Returns the meta object for class 'BP Workspace User
'.org.eclipse.emf.ecore.EReference
getBPWorkspaceUser_ModuleBPInfo()
Returns the meta object for the containment reference list 'Module BP Info
'.org.eclipse.emf.ecore.EClass
getBreakpointInfo()
Returns the meta object for class 'Breakpoint Info
'.org.eclipse.emf.ecore.EAttribute
getBreakpointInfo_Condition()
Returns the meta object for the attribute 'Condition
'.org.eclipse.emf.ecore.EAttribute
getBreakpointInfo_IsActive()
Returns the meta object for the attribute 'Is Active
'.org.eclipse.emf.ecore.EAttribute
getBreakpointInfo_Line()
Returns the meta object for the attribute 'Line
'.org.eclipse.emf.ecore.EAttribute
getBreakpointInfo_Temp()
Returns the meta object for the attribute 'Temp
'.org.eclipse.emf.ecore.EAttribute
getBreakpointInfo_User()
Returns the meta object for the attribute 'User
'.BreakpointsFactory
getBreakpointsFactory()
Returns the factory that creates the instances of the model.org.eclipse.emf.ecore.EClass
getModuleBPInfoInternal()
Returns the meta object for class 'Module BP Info Internal
'.org.eclipse.emf.ecore.EReference
getModuleBPInfoInternal_BpInfo()
Returns the meta object for the containment reference list 'Bp Info
'.org.eclipse.emf.ecore.EReference
getModuleBPInfoInternal_Id()
Returns the meta object for the containment reference 'Id
'.org.eclipse.emf.ecore.EClass
getModuleBPInfoUser()
Returns the meta object for class 'Module BP Info User
'.org.eclipse.emf.ecore.EReference
getModuleBPInfoUser_BpInfo()
Returns the meta object for the containment reference list 'Bp Info
'.org.eclipse.emf.ecore.EReference
getModuleBPInfoUser_Id()
Returns the meta object for the containment reference 'Id
'.-
Methods inherited from interface org.eclipse.emf.ecore.EModelElement
getEAnnotation, getEAnnotations
-
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
-
-
-
-
Field Detail
-
eNAME
static final String eNAME
The package name.- See Also:
- Constant Field Values
-
eNS_URI
static final String eNS_URI
The package namespace URI.- See Also:
- Constant Field Values
-
eNS_PREFIX
static final String eNS_PREFIX
The package namespace name.- See Also:
- Constant Field Values
-
eINSTANCE
static final BreakpointsPackage eINSTANCE
The singleton instance of the package.
-
BP_WORKSPACE_INTERNAL
static final int BP_WORKSPACE_INTERNAL
The meta object id for the 'BP Workspace Internal
' class.
-
BP_WORKSPACE_INTERNAL__MODULE_BP_INFO
static final int BP_WORKSPACE_INTERNAL__MODULE_BP_INFO
The feature id for the 'Module BP Info' containment reference list.- See Also:
- Constant Field Values
-
BP_WORKSPACE_INTERNAL_FEATURE_COUNT
static final int BP_WORKSPACE_INTERNAL_FEATURE_COUNT
The number of structural features of the 'BP Workspace Internal' class.- See Also:
- Constant Field Values
-
BP_WORKSPACE_INTERNAL_OPERATION_COUNT
static final int BP_WORKSPACE_INTERNAL_OPERATION_COUNT
The number of operations of the 'BP Workspace Internal' class.- See Also:
- Constant Field Values
-
BP_WORKSPACE_USER
static final int BP_WORKSPACE_USER
The meta object id for the 'BP Workspace User
' class.
-
BP_WORKSPACE_USER__MODULE_BP_INFO
static final int BP_WORKSPACE_USER__MODULE_BP_INFO
The feature id for the 'Module BP Info' containment reference list.- See Also:
- Constant Field Values
-
BP_WORKSPACE_USER_FEATURE_COUNT
static final int BP_WORKSPACE_USER_FEATURE_COUNT
The number of structural features of the 'BP Workspace User' class.- See Also:
- Constant Field Values
-
BP_WORKSPACE_USER_OPERATION_COUNT
static final int BP_WORKSPACE_USER_OPERATION_COUNT
The number of operations of the 'BP Workspace User' class.- See Also:
- Constant Field Values
-
BREAKPOINT_INFO
static final int BREAKPOINT_INFO
The meta object id for the 'Breakpoint Info
' class.
-
BREAKPOINT_INFO__LINE
static final int BREAKPOINT_INFO__LINE
The feature id for the 'Line' attribute.- See Also:
- Constant Field Values
-
BREAKPOINT_INFO__IS_ACTIVE
static final int BREAKPOINT_INFO__IS_ACTIVE
The feature id for the 'Is Active' attribute.- See Also:
- Constant Field Values
-
BREAKPOINT_INFO__CONDITION
static final int BREAKPOINT_INFO__CONDITION
The feature id for the 'Condition' attribute.- See Also:
- Constant Field Values
-
BREAKPOINT_INFO__TEMP
static final int BREAKPOINT_INFO__TEMP
The feature id for the 'Temp' attribute.- See Also:
- Constant Field Values
-
BREAKPOINT_INFO__USER
static final int BREAKPOINT_INFO__USER
The feature id for the 'User' attribute.- See Also:
- Constant Field Values
-
BREAKPOINT_INFO_FEATURE_COUNT
static final int BREAKPOINT_INFO_FEATURE_COUNT
The number of structural features of the 'Breakpoint Info' class.- See Also:
- Constant Field Values
-
BREAKPOINT_INFO_OPERATION_COUNT
static final int BREAKPOINT_INFO_OPERATION_COUNT
The number of operations of the 'Breakpoint Info' class.- See Also:
- Constant Field Values
-
MODULE_BP_INFO_INTERNAL
static final int MODULE_BP_INFO_INTERNAL
The meta object id for the 'Module BP Info Internal
' class.
-
MODULE_BP_INFO_INTERNAL__ID
static final int MODULE_BP_INFO_INTERNAL__ID
The feature id for the 'Id' containment reference.- See Also:
- Constant Field Values
-
MODULE_BP_INFO_INTERNAL__BP_INFO
static final int MODULE_BP_INFO_INTERNAL__BP_INFO
The feature id for the 'Bp Info' containment reference list.- See Also:
- Constant Field Values
-
MODULE_BP_INFO_INTERNAL_FEATURE_COUNT
static final int MODULE_BP_INFO_INTERNAL_FEATURE_COUNT
The number of structural features of the 'Module BP Info Internal' class.- See Also:
- Constant Field Values
-
MODULE_BP_INFO_INTERNAL_OPERATION_COUNT
static final int MODULE_BP_INFO_INTERNAL_OPERATION_COUNT
The number of operations of the 'Module BP Info Internal' class.- See Also:
- Constant Field Values
-
MODULE_BP_INFO_USER
static final int MODULE_BP_INFO_USER
The meta object id for the 'Module BP Info User
' class.
-
MODULE_BP_INFO_USER__ID
static final int MODULE_BP_INFO_USER__ID
The feature id for the 'Id' containment reference.- See Also:
- Constant Field Values
-
MODULE_BP_INFO_USER__BP_INFO
static final int MODULE_BP_INFO_USER__BP_INFO
The feature id for the 'Bp Info' containment reference list.- See Also:
- Constant Field Values
-
MODULE_BP_INFO_USER_FEATURE_COUNT
static final int MODULE_BP_INFO_USER_FEATURE_COUNT
The number of structural features of the 'Module BP Info User' class.- See Also:
- Constant Field Values
-
MODULE_BP_INFO_USER_OPERATION_COUNT
static final int MODULE_BP_INFO_USER_OPERATION_COUNT
The number of operations of the 'Module BP Info User' class.- See Also:
- Constant Field Values
-
-
Method Detail
-
getBPWorkspaceInternal
org.eclipse.emf.ecore.EClass getBPWorkspaceInternal()
Returns the meta object for class 'BP Workspace Internal
'.- Returns:
- the meta object for class 'BP Workspace Internal'.
- See Also:
BPWorkspaceInternal
-
getBPWorkspaceInternal_ModuleBPInfo
org.eclipse.emf.ecore.EReference getBPWorkspaceInternal_ModuleBPInfo()
Returns the meta object for the containment reference list 'Module BP Info
'.- Returns:
- the meta object for the containment reference list 'Module BP Info'.
- See Also:
BPWorkspaceInternal.getModuleBPInfo()
,getBPWorkspaceInternal()
-
getBPWorkspaceUser
org.eclipse.emf.ecore.EClass getBPWorkspaceUser()
Returns the meta object for class 'BP Workspace User
'.- Returns:
- the meta object for class 'BP Workspace User'.
- See Also:
BPWorkspaceUser
-
getBPWorkspaceUser_ModuleBPInfo
org.eclipse.emf.ecore.EReference getBPWorkspaceUser_ModuleBPInfo()
Returns the meta object for the containment reference list 'Module BP Info
'.- Returns:
- the meta object for the containment reference list 'Module BP Info'.
- See Also:
BPWorkspaceUser.getModuleBPInfo()
,getBPWorkspaceUser()
-
getBreakpointInfo
org.eclipse.emf.ecore.EClass getBreakpointInfo()
Returns the meta object for class 'Breakpoint Info
'.- Returns:
- the meta object for class 'Breakpoint Info'.
- See Also:
BreakpointInfo
-
getBreakpointInfo_Line
org.eclipse.emf.ecore.EAttribute getBreakpointInfo_Line()
Returns the meta object for the attribute 'Line
'.- Returns:
- the meta object for the attribute 'Line'.
- See Also:
BreakpointInfo.getLine()
,getBreakpointInfo()
-
getBreakpointInfo_IsActive
org.eclipse.emf.ecore.EAttribute getBreakpointInfo_IsActive()
Returns the meta object for the attribute 'Is Active
'.- Returns:
- the meta object for the attribute 'Is Active'.
- See Also:
BreakpointInfo.getIsActive()
,getBreakpointInfo()
-
getBreakpointInfo_Condition
org.eclipse.emf.ecore.EAttribute getBreakpointInfo_Condition()
Returns the meta object for the attribute 'Condition
'.- Returns:
- the meta object for the attribute 'Condition'.
- See Also:
BreakpointInfo.getCondition()
,getBreakpointInfo()
-
getBreakpointInfo_Temp
org.eclipse.emf.ecore.EAttribute getBreakpointInfo_Temp()
Returns the meta object for the attribute 'Temp
'.- Returns:
- the meta object for the attribute 'Temp'.
- See Also:
BreakpointInfo.getTemp()
,getBreakpointInfo()
-
getBreakpointInfo_User
org.eclipse.emf.ecore.EAttribute getBreakpointInfo_User()
Returns the meta object for the attribute 'User
'.- Returns:
- the meta object for the attribute 'User'.
- See Also:
BreakpointInfo.getUser()
,getBreakpointInfo()
-
getModuleBPInfoInternal
org.eclipse.emf.ecore.EClass getModuleBPInfoInternal()
Returns the meta object for class 'Module BP Info Internal
'.- Returns:
- the meta object for class 'Module BP Info Internal'.
- See Also:
ModuleBPInfoInternal
-
getModuleBPInfoInternal_Id
org.eclipse.emf.ecore.EReference getModuleBPInfoInternal_Id()
Returns the meta object for the containment reference 'Id
'.- Returns:
- the meta object for the containment reference 'Id'.
- See Also:
ModuleBPInfoInternal.getId()
,getModuleBPInfoInternal()
-
getModuleBPInfoInternal_BpInfo
org.eclipse.emf.ecore.EReference getModuleBPInfoInternal_BpInfo()
Returns the meta object for the containment reference list 'Bp Info
'.- Returns:
- the meta object for the containment reference list 'Bp Info'.
- See Also:
ModuleBPInfoInternal.getBpInfo()
,getModuleBPInfoInternal()
-
getModuleBPInfoUser
org.eclipse.emf.ecore.EClass getModuleBPInfoUser()
Returns the meta object for class 'Module BP Info User
'.- Returns:
- the meta object for class 'Module BP Info User'.
- See Also:
ModuleBPInfoUser
-
getModuleBPInfoUser_Id
org.eclipse.emf.ecore.EReference getModuleBPInfoUser_Id()
Returns the meta object for the containment reference 'Id
'.- Returns:
- the meta object for the containment reference 'Id'.
- See Also:
ModuleBPInfoUser.getId()
,getModuleBPInfoUser()
-
getModuleBPInfoUser_BpInfo
org.eclipse.emf.ecore.EReference getModuleBPInfoUser_BpInfo()
Returns the meta object for the containment reference list 'Bp Info
'.- Returns:
- the meta object for the containment reference list 'Bp Info'.
- See Also:
ModuleBPInfoUser.getBpInfo()
,getModuleBPInfoUser()
-
getBreakpointsFactory
BreakpointsFactory getBreakpointsFactory()
Returns the factory that creates the instances of the model.- Returns:
- the factory that creates the instances of the model.
-
-