Interface BreakpointsPackage.Literals
-
- Enclosing interface:
- BreakpointsPackage
public static interface BreakpointsPackage.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 org.eclipse.emf.ecore.EClassBP_WORKSPACE_INTERNALThe meta object literal for the 'BP Workspace Internal' class.static org.eclipse.emf.ecore.EReferenceBP_WORKSPACE_INTERNAL__MODULE_BP_INFOThe meta object literal for the 'Module BP Info' containment reference list feature.static org.eclipse.emf.ecore.EClassBP_WORKSPACE_USERThe meta object literal for the 'BP Workspace User' class.static org.eclipse.emf.ecore.EReferenceBP_WORKSPACE_USER__MODULE_BP_INFOThe meta object literal for the 'Module BP Info' containment reference list feature.static org.eclipse.emf.ecore.EClassBREAKPOINT_INFOThe meta object literal for the 'Breakpoint Info' class.static org.eclipse.emf.ecore.EAttributeBREAKPOINT_INFO__CONDITIONThe meta object literal for the 'Condition' attribute feature.static org.eclipse.emf.ecore.EAttributeBREAKPOINT_INFO__IS_ACTIVEThe meta object literal for the 'Is Active' attribute feature.static org.eclipse.emf.ecore.EAttributeBREAKPOINT_INFO__LINEThe meta object literal for the 'Line' attribute feature.static org.eclipse.emf.ecore.EAttributeBREAKPOINT_INFO__TEMPThe meta object literal for the 'Temp' attribute feature.static org.eclipse.emf.ecore.EAttributeBREAKPOINT_INFO__USERThe meta object literal for the 'User' attribute feature.static org.eclipse.emf.ecore.EClassMODULE_BP_INFO_INTERNALThe meta object literal for the 'Module BP Info Internal' class.static org.eclipse.emf.ecore.EReferenceMODULE_BP_INFO_INTERNAL__BP_INFOThe meta object literal for the 'Bp Info' containment reference list feature.static org.eclipse.emf.ecore.EReferenceMODULE_BP_INFO_INTERNAL__IDThe meta object literal for the 'Id' containment reference feature.static org.eclipse.emf.ecore.EClassMODULE_BP_INFO_USERThe meta object literal for the 'Module BP Info User' class.static org.eclipse.emf.ecore.EReferenceMODULE_BP_INFO_USER__BP_INFOThe meta object literal for the 'Bp Info' containment reference list feature.static org.eclipse.emf.ecore.EReferenceMODULE_BP_INFO_USER__IDThe meta object literal for the 'Id' containment reference feature.
-
-
-
Field Detail
-
BP_WORKSPACE_INTERNAL
static final org.eclipse.emf.ecore.EClass BP_WORKSPACE_INTERNAL
The meta object literal for the 'BP Workspace Internal' class.
-
BP_WORKSPACE_INTERNAL__MODULE_BP_INFO
static final org.eclipse.emf.ecore.EReference BP_WORKSPACE_INTERNAL__MODULE_BP_INFO
The meta object literal for the 'Module BP Info' containment reference list feature.
-
BP_WORKSPACE_USER
static final org.eclipse.emf.ecore.EClass BP_WORKSPACE_USER
The meta object literal for the 'BP Workspace User' class.
-
BP_WORKSPACE_USER__MODULE_BP_INFO
static final org.eclipse.emf.ecore.EReference BP_WORKSPACE_USER__MODULE_BP_INFO
The meta object literal for the 'Module BP Info' containment reference list feature.
-
BREAKPOINT_INFO
static final org.eclipse.emf.ecore.EClass BREAKPOINT_INFO
The meta object literal for the 'Breakpoint Info' class.
-
BREAKPOINT_INFO__LINE
static final org.eclipse.emf.ecore.EAttribute BREAKPOINT_INFO__LINE
The meta object literal for the 'Line' attribute feature.
-
BREAKPOINT_INFO__IS_ACTIVE
static final org.eclipse.emf.ecore.EAttribute BREAKPOINT_INFO__IS_ACTIVE
The meta object literal for the 'Is Active' attribute feature.
-
BREAKPOINT_INFO__CONDITION
static final org.eclipse.emf.ecore.EAttribute BREAKPOINT_INFO__CONDITION
The meta object literal for the 'Condition' attribute feature.
-
BREAKPOINT_INFO__TEMP
static final org.eclipse.emf.ecore.EAttribute BREAKPOINT_INFO__TEMP
The meta object literal for the 'Temp' attribute feature.
-
BREAKPOINT_INFO__USER
static final org.eclipse.emf.ecore.EAttribute BREAKPOINT_INFO__USER
The meta object literal for the 'User' attribute feature.
-
MODULE_BP_INFO_INTERNAL
static final org.eclipse.emf.ecore.EClass MODULE_BP_INFO_INTERNAL
The meta object literal for the 'Module BP Info Internal' class.
-
MODULE_BP_INFO_INTERNAL__ID
static final org.eclipse.emf.ecore.EReference MODULE_BP_INFO_INTERNAL__ID
The meta object literal for the 'Id' containment reference feature.
-
MODULE_BP_INFO_INTERNAL__BP_INFO
static final org.eclipse.emf.ecore.EReference MODULE_BP_INFO_INTERNAL__BP_INFO
The meta object literal for the 'Bp Info' containment reference list feature.
-
MODULE_BP_INFO_USER
static final org.eclipse.emf.ecore.EClass MODULE_BP_INFO_USER
The meta object literal for the 'Module BP Info User' class.
-
MODULE_BP_INFO_USER__ID
static final org.eclipse.emf.ecore.EReference MODULE_BP_INFO_USER__ID
The meta object literal for the 'Id' containment reference feature.
-
MODULE_BP_INFO_USER__BP_INFO
static final org.eclipse.emf.ecore.EReference MODULE_BP_INFO_USER__BP_INFO
The meta object literal for the 'Bp Info' containment reference list feature.
-
-