Package com._1c.g5.v8.dt.scc.model
Interface StandaloneContentPackage.Literals
-
- Enclosing interface:
- StandaloneContentPackage
public static interface StandaloneContentPackage.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 org.eclipse.emf.ecore.EClass
STANDALONE_CONTENT
The meta object literal for the 'Standalone Content
' class.static org.eclipse.emf.ecore.EReference
STANDALONE_CONTENT__PRIORITY_ITEM
The meta object literal for the 'Priority Item' containment reference list feature.static org.eclipse.emf.ecore.EReference
STANDALONE_CONTENT__UNUSED_ITEM
The meta object literal for the 'Unused Item' containment reference list feature.static org.eclipse.emf.ecore.EReference
STANDALONE_CONTENT__USED_ITEM
The meta object literal for the 'Used Item' containment reference list feature.static org.eclipse.emf.ecore.EEnum
STANDALONE_CONTENT_ITEM_PRIORITY
The meta object literal for the 'Item Priority
' enum.static org.eclipse.emf.ecore.EClass
STANDALONE_CONTENT_MD_OBJECT_AWARE
The meta object literal for the 'Md Object Aware
' class.static org.eclipse.emf.ecore.EReference
STANDALONE_CONTENT_MD_OBJECT_AWARE__METADATA
The meta object literal for the 'Metadata' reference feature.static org.eclipse.emf.ecore.EClass
STANDALONE_CONTENT_PRIORITY_ITEM
The meta object literal for the 'Priority Item
' class.static org.eclipse.emf.ecore.EAttribute
STANDALONE_CONTENT_PRIORITY_ITEM__PRIORITY
The meta object literal for the 'Priority' attribute feature.static org.eclipse.emf.ecore.EClass
STANDALONE_CONTENT_UNUSED_ITEM
The meta object literal for the 'Unused Item
' class.static org.eclipse.emf.ecore.EClass
STANDALONE_CONTENT_USED_ITEM
The meta object literal for the 'Used Item
' class.static org.eclipse.emf.ecore.EAttribute
STANDALONE_CONTENT_USED_ITEM__PRIORITY
The meta object literal for the 'Priority' attribute feature.
-
-
-
Field Detail
-
STANDALONE_CONTENT
static final org.eclipse.emf.ecore.EClass STANDALONE_CONTENT
The meta object literal for the 'Standalone Content
' class.
-
STANDALONE_CONTENT__USED_ITEM
static final org.eclipse.emf.ecore.EReference STANDALONE_CONTENT__USED_ITEM
The meta object literal for the 'Used Item' containment reference list feature.
-
STANDALONE_CONTENT__UNUSED_ITEM
static final org.eclipse.emf.ecore.EReference STANDALONE_CONTENT__UNUSED_ITEM
The meta object literal for the 'Unused Item' containment reference list feature.
-
STANDALONE_CONTENT__PRIORITY_ITEM
static final org.eclipse.emf.ecore.EReference STANDALONE_CONTENT__PRIORITY_ITEM
The meta object literal for the 'Priority Item' containment reference list feature.
-
STANDALONE_CONTENT_MD_OBJECT_AWARE
static final org.eclipse.emf.ecore.EClass STANDALONE_CONTENT_MD_OBJECT_AWARE
The meta object literal for the 'Md Object Aware
' class.
-
STANDALONE_CONTENT_MD_OBJECT_AWARE__METADATA
static final org.eclipse.emf.ecore.EReference STANDALONE_CONTENT_MD_OBJECT_AWARE__METADATA
The meta object literal for the 'Metadata' reference feature.
-
STANDALONE_CONTENT_USED_ITEM
static final org.eclipse.emf.ecore.EClass STANDALONE_CONTENT_USED_ITEM
The meta object literal for the 'Used Item
' class.
-
STANDALONE_CONTENT_USED_ITEM__PRIORITY
static final org.eclipse.emf.ecore.EAttribute STANDALONE_CONTENT_USED_ITEM__PRIORITY
The meta object literal for the 'Priority' attribute feature.
-
STANDALONE_CONTENT_UNUSED_ITEM
static final org.eclipse.emf.ecore.EClass STANDALONE_CONTENT_UNUSED_ITEM
The meta object literal for the 'Unused Item
' class.
-
STANDALONE_CONTENT_PRIORITY_ITEM
static final org.eclipse.emf.ecore.EClass STANDALONE_CONTENT_PRIORITY_ITEM
The meta object literal for the 'Priority Item
' class.
-
STANDALONE_CONTENT_PRIORITY_ITEM__PRIORITY
static final org.eclipse.emf.ecore.EAttribute STANDALONE_CONTENT_PRIORITY_ITEM__PRIORITY
The meta object literal for the 'Priority' attribute feature.
-
STANDALONE_CONTENT_ITEM_PRIORITY
static final org.eclipse.emf.ecore.EEnum STANDALONE_CONTENT_ITEM_PRIORITY
The meta object literal for the 'Item Priority
' enum.
-
-