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
Fields Modifier and Type Field Description static org.eclipse.emf.ecore.EEnum
DATABASE_COPIES_USE
The meta object literal for the 'Database Copies Use
' enum.static org.eclipse.emf.ecore.EClass
USING_DATABASE_COPIES
The meta object literal for the 'Using Database Copies
' class.static org.eclipse.emf.ecore.EReference
USING_DATABASE_COPIES__ITEMS
The meta object literal for the 'Items' containment reference list feature.static org.eclipse.emf.ecore.EClass
USING_DATABASE_COPIES_VALUE
The meta object literal for the 'Using Database Copies Value
' class.static org.eclipse.emf.ecore.EReference
USING_DATABASE_COPIES_VALUE__VALUE
The meta object literal for the 'Value' containment reference feature.static org.eclipse.emf.ecore.EClass
USING_DATABASE_COPY
The meta object literal for the 'Using Database Copy
' class.static org.eclipse.emf.ecore.EAttribute
USING_DATABASE_COPY__NAME
The meta object literal for the 'Name' attribute feature.
-
-
-
Field Detail
-
USING_DATABASE_COPIES_VALUE
static final org.eclipse.emf.ecore.EClass USING_DATABASE_COPIES_VALUE
The meta object literal for the 'Using Database Copies Value
' class.
-
USING_DATABASE_COPIES_VALUE__VALUE
static final org.eclipse.emf.ecore.EReference USING_DATABASE_COPIES_VALUE__VALUE
The meta object literal for the 'Value' containment reference feature.
-
USING_DATABASE_COPIES
static final org.eclipse.emf.ecore.EClass USING_DATABASE_COPIES
The meta object literal for the 'Using Database Copies
' class.
-
USING_DATABASE_COPIES__ITEMS
static final org.eclipse.emf.ecore.EReference USING_DATABASE_COPIES__ITEMS
The meta object literal for the 'Items' containment reference list feature.
-
USING_DATABASE_COPY
static final org.eclipse.emf.ecore.EClass USING_DATABASE_COPY
The meta object literal for the 'Using Database Copy
' class.
-
USING_DATABASE_COPY__NAME
static final org.eclipse.emf.ecore.EAttribute USING_DATABASE_COPY__NAME
The meta object literal for the 'Name' attribute feature.
-
DATABASE_COPIES_USE
static final org.eclipse.emf.ecore.EEnum DATABASE_COPIES_USE
The meta object literal for the 'Database Copies Use
' enum.
-
-