Interface SourcePackage.Literals
- Enclosing interface:
- SourcePackage
public static interface SourcePackage.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.EClassEOBJECT_TO_SOURCE_ENTRYThe meta object literal for the 'EObject To Source Entry' class.static org.eclipse.emf.ecore.EReferenceEOBJECT_TO_SOURCE_ENTRY__KEYThe meta object literal for the 'Key' reference feature.static org.eclipse.emf.ecore.EAttributeEOBJECT_TO_SOURCE_ENTRY__VALUEThe meta object literal for the 'Value' attribute list feature.static org.eclipse.emf.ecore.EClassSOURCE_MODELThe meta object literal for the 'Model' class.static org.eclipse.emf.ecore.EReferenceSOURCE_MODEL__SOURCESThe meta object literal for the 'Sources' map feature.
-
Field Details
-
SOURCE_MODEL
static final org.eclipse.emf.ecore.EClass SOURCE_MODELThe meta object literal for the 'Model' class. -
SOURCE_MODEL__SOURCES
static final org.eclipse.emf.ecore.EReference SOURCE_MODEL__SOURCESThe meta object literal for the 'Sources' map feature. -
EOBJECT_TO_SOURCE_ENTRY
static final org.eclipse.emf.ecore.EClass EOBJECT_TO_SOURCE_ENTRYThe meta object literal for the 'EObject To Source Entry' class. -
EOBJECT_TO_SOURCE_ENTRY__KEY
static final org.eclipse.emf.ecore.EReference EOBJECT_TO_SOURCE_ENTRY__KEYThe meta object literal for the 'Key' reference feature. -
EOBJECT_TO_SOURCE_ENTRY__VALUE
static final org.eclipse.emf.ecore.EAttribute EOBJECT_TO_SOURCE_ENTRY__VALUEThe meta object literal for the 'Value' attribute list feature.
-