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.EPackageThe 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 interfaceBreakpointsPackage.LiteralsDefines 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 intBP_WORKSPACE_INTERNALThe meta object id for the 'BP Workspace Internal' class.static intBP_WORKSPACE_INTERNAL__MODULE_BP_INFOThe feature id for the 'Module BP Info' containment reference list.static intBP_WORKSPACE_INTERNAL_FEATURE_COUNTThe number of structural features of the 'BP Workspace Internal' class.static intBP_WORKSPACE_INTERNAL_OPERATION_COUNTThe number of operations of the 'BP Workspace Internal' class.static intBP_WORKSPACE_USERThe meta object id for the 'BP Workspace User' class.static intBP_WORKSPACE_USER__MODULE_BP_INFOThe feature id for the 'Module BP Info' containment reference list.static intBP_WORKSPACE_USER_FEATURE_COUNTThe number of structural features of the 'BP Workspace User' class.static intBP_WORKSPACE_USER_OPERATION_COUNTThe number of operations of the 'BP Workspace User' class.static intBREAKPOINT_INFOThe meta object id for the 'Breakpoint Info' class.static intBREAKPOINT_INFO__CONDITIONThe feature id for the 'Condition' attribute.static intBREAKPOINT_INFO__IS_ACTIVEThe feature id for the 'Is Active' attribute.static intBREAKPOINT_INFO__LINEThe feature id for the 'Line' attribute.static intBREAKPOINT_INFO__TEMPThe feature id for the 'Temp' attribute.static intBREAKPOINT_INFO__USERThe feature id for the 'User' attribute.static intBREAKPOINT_INFO_FEATURE_COUNTThe number of structural features of the 'Breakpoint Info' class.static intBREAKPOINT_INFO_OPERATION_COUNTThe number of operations of the 'Breakpoint Info' class.static BreakpointsPackageeINSTANCEThe singleton instance of the package.static StringeNAMEThe package name.static StringeNS_PREFIXThe package namespace name.static StringeNS_URIThe package namespace URI.static intMODULE_BP_INFO_INTERNALThe meta object id for the 'Module BP Info Internal' class.static intMODULE_BP_INFO_INTERNAL__BP_INFOThe feature id for the 'Bp Info' containment reference list.static intMODULE_BP_INFO_INTERNAL__IDThe feature id for the 'Id' containment reference.static intMODULE_BP_INFO_INTERNAL_FEATURE_COUNTThe number of structural features of the 'Module BP Info Internal' class.static intMODULE_BP_INFO_INTERNAL_OPERATION_COUNTThe number of operations of the 'Module BP Info Internal' class.static intMODULE_BP_INFO_USERThe meta object id for the 'Module BP Info User' class.static intMODULE_BP_INFO_USER__BP_INFOThe feature id for the 'Bp Info' containment reference list.static intMODULE_BP_INFO_USER__IDThe feature id for the 'Id' containment reference.static intMODULE_BP_INFO_USER_FEATURE_COUNTThe number of structural features of the 'Module BP Info User' class.static intMODULE_BP_INFO_USER_OPERATION_COUNTThe 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.EClassgetBPWorkspaceInternal()Returns the meta object for class 'BP Workspace Internal'.org.eclipse.emf.ecore.EReferencegetBPWorkspaceInternal_ModuleBPInfo()Returns the meta object for the containment reference list 'Module BP Info'.org.eclipse.emf.ecore.EClassgetBPWorkspaceUser()Returns the meta object for class 'BP Workspace User'.org.eclipse.emf.ecore.EReferencegetBPWorkspaceUser_ModuleBPInfo()Returns the meta object for the containment reference list 'Module BP Info'.org.eclipse.emf.ecore.EClassgetBreakpointInfo()Returns the meta object for class 'Breakpoint Info'.org.eclipse.emf.ecore.EAttributegetBreakpointInfo_Condition()Returns the meta object for the attribute 'Condition'.org.eclipse.emf.ecore.EAttributegetBreakpointInfo_IsActive()Returns the meta object for the attribute 'Is Active'.org.eclipse.emf.ecore.EAttributegetBreakpointInfo_Line()Returns the meta object for the attribute 'Line'.org.eclipse.emf.ecore.EAttributegetBreakpointInfo_Temp()Returns the meta object for the attribute 'Temp'.org.eclipse.emf.ecore.EAttributegetBreakpointInfo_User()Returns the meta object for the attribute 'User'.BreakpointsFactorygetBreakpointsFactory()Returns the factory that creates the instances of the model.org.eclipse.emf.ecore.EClassgetModuleBPInfoInternal()Returns the meta object for class 'Module BP Info Internal'.org.eclipse.emf.ecore.EReferencegetModuleBPInfoInternal_BpInfo()Returns the meta object for the containment reference list 'Bp Info'.org.eclipse.emf.ecore.EReferencegetModuleBPInfoInternal_Id()Returns the meta object for the containment reference 'Id'.org.eclipse.emf.ecore.EClassgetModuleBPInfoUser()Returns the meta object for class 'Module BP Info User'.org.eclipse.emf.ecore.EReferencegetModuleBPInfoUser_BpInfo()Returns the meta object for the containment reference list 'Bp Info'.org.eclipse.emf.ecore.EReferencegetModuleBPInfoUser_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.
-
-