Interface DcsDbCopiesPackage.Literals
- Enclosing interface:
- DcsDbCopiesPackage
public static interface DcsDbCopiesPackage.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
FieldsModifier and TypeFieldDescriptionstatic final org.eclipse.emf.ecore.EEnum
The meta object literal for the 'Database Copies Use
' enum.static final org.eclipse.emf.ecore.EClass
The meta object literal for the 'Used Database Copies
' class.static final org.eclipse.emf.ecore.EReference
The meta object literal for the 'Items' containment reference list feature.static final org.eclipse.emf.ecore.EClass
The meta object literal for the 'Used Database Copies Value
' class.static final org.eclipse.emf.ecore.EReference
The meta object literal for the 'Value' containment reference feature.static final org.eclipse.emf.ecore.EClass
The meta object literal for the 'Used Database Copy
' class.static final org.eclipse.emf.ecore.EAttribute
The meta object literal for the 'Name' attribute feature.
-
Field Details
-
USED_DATABASE_COPIES_VALUE
static final org.eclipse.emf.ecore.EClass USED_DATABASE_COPIES_VALUEThe meta object literal for the 'Used Database Copies Value
' class. -
USED_DATABASE_COPIES_VALUE__VALUE
static final org.eclipse.emf.ecore.EReference USED_DATABASE_COPIES_VALUE__VALUEThe meta object literal for the 'Value' containment reference feature. -
USED_DATABASE_COPIES
static final org.eclipse.emf.ecore.EClass USED_DATABASE_COPIESThe meta object literal for the 'Used Database Copies
' class. -
USED_DATABASE_COPIES__ITEMS
static final org.eclipse.emf.ecore.EReference USED_DATABASE_COPIES__ITEMSThe meta object literal for the 'Items' containment reference list feature. -
USED_DATABASE_COPY
static final org.eclipse.emf.ecore.EClass USED_DATABASE_COPYThe meta object literal for the 'Used Database Copy
' class. -
USED_DATABASE_COPY__NAME
static final org.eclipse.emf.ecore.EAttribute USED_DATABASE_COPY__NAMEThe meta object literal for the 'Name' attribute feature. -
DATABASE_COPIES_USE
static final org.eclipse.emf.ecore.EEnum DATABASE_COPIES_USEThe meta object literal for the 'Database Copies Use
' enum.
-