Interface SourcePackage
- All Superinterfaces:
org.eclipse.emf.ecore.EModelElement,org.eclipse.emf.ecore.ENamedElement,org.eclipse.emf.ecore.EObject,org.eclipse.emf.ecore.EPackage,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
SourcePackageImpl
public interface SourcePackage
extends org.eclipse.emf.ecore.EPackage
The Package for the model.
It contains accessors for the meta objects to represent
- each class,
- each feature of each class,
- each operation of each class,
- each enum,
- and each data type
- See Also:
- Generated:
- Model:
- kind="package"
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceDefines literals for the meta objects that represent each class, each feature of each class, each operation of each class, each enum, and each data typeNested classes/interfaces inherited from interface org.eclipse.emf.ecore.EPackage
org.eclipse.emf.ecore.EPackage.Descriptor, org.eclipse.emf.ecore.EPackage.Registry -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final SourcePackageThe singleton instance of the package.static final StringThe package name.static final StringThe package namespace name.static final StringThe package namespace URI.static final intThe meta object id for the 'EObject To Source Entry' class.static final intThe feature id for the 'Key' reference.static final intThe feature id for the 'Value' attribute list.static final intThe number of structural features of the 'EObject To Source Entry' class.static final intThe number of operations of the 'EObject To Source Entry' class.static final intThe meta object id for the 'Model' class.static final intThe feature id for the 'Sources' map.static final intThe number of structural features of the 'Model' class.static final intThe number of operations of the 'Model' class. -
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.emf.ecore.EClassReturns the meta object for class 'EObject To Source Entry'.org.eclipse.emf.ecore.EReferenceReturns the meta object for the reference 'Key'.org.eclipse.emf.ecore.EAttributeReturns the meta object for the attribute list 'Value'.Returns the factory that creates the instances of the model.org.eclipse.emf.ecore.EClassReturns the meta object for class 'Model'.org.eclipse.emf.ecore.EReferenceReturns the meta object for the map 'Sources'.Methods inherited from interface org.eclipse.emf.ecore.EModelElement
getEAnnotation, getEAnnotationsMethods inherited from interface org.eclipse.emf.ecore.ENamedElement
getName, setNameMethods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface org.eclipse.emf.ecore.EPackage
getEClassifier, getEClassifiers, getEFactoryInstance, getESubpackages, getESuperPackage, getNsPrefix, getNsURI, setEFactoryInstance, setNsPrefix, setNsURIMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Field Details
-
eNAME
The package name.- See Also:
- Generated:
-
eNS_URI
The package namespace URI.- See Also:
- Generated:
-
eNS_PREFIX
The package namespace name.- See Also:
- Generated:
-
eINSTANCE
The singleton instance of the package.- Generated:
-
SOURCE_MODEL
static final int SOURCE_MODELThe meta object id for the 'Model' class.- See Also:
- Generated:
-
SOURCE_MODEL__SOURCES
static final int SOURCE_MODEL__SOURCESThe feature id for the 'Sources' map.- See Also:
- Generated:
- Ordered:
-
SOURCE_MODEL_FEATURE_COUNT
static final int SOURCE_MODEL_FEATURE_COUNTThe number of structural features of the 'Model' class.- See Also:
- Generated:
- Ordered:
-
SOURCE_MODEL_OPERATION_COUNT
static final int SOURCE_MODEL_OPERATION_COUNTThe number of operations of the 'Model' class.- See Also:
- Generated:
- Ordered:
-
EOBJECT_TO_SOURCE_ENTRY
static final int EOBJECT_TO_SOURCE_ENTRYThe meta object id for the 'EObject To Source Entry' class.- See Also:
- Generated:
-
EOBJECT_TO_SOURCE_ENTRY__KEY
static final int EOBJECT_TO_SOURCE_ENTRY__KEYThe feature id for the 'Key' reference.- See Also:
- Generated:
- Ordered:
-
EOBJECT_TO_SOURCE_ENTRY__VALUE
static final int EOBJECT_TO_SOURCE_ENTRY__VALUEThe feature id for the 'Value' attribute list.- See Also:
- Generated:
- Ordered:
-
EOBJECT_TO_SOURCE_ENTRY_FEATURE_COUNT
static final int EOBJECT_TO_SOURCE_ENTRY_FEATURE_COUNTThe number of structural features of the 'EObject To Source Entry' class.- See Also:
- Generated:
- Ordered:
-
EOBJECT_TO_SOURCE_ENTRY_OPERATION_COUNT
static final int EOBJECT_TO_SOURCE_ENTRY_OPERATION_COUNTThe number of operations of the 'EObject To Source Entry' class.- See Also:
- Generated:
- Ordered:
-
-
Method Details
-
getSourceModel
org.eclipse.emf.ecore.EClass getSourceModel()Returns the meta object for class 'Model'.- Returns:
- the meta object for class 'Model'.
- See Also:
- Generated:
-
getSourceModel_Sources
org.eclipse.emf.ecore.EReference getSourceModel_Sources()Returns the meta object for the map 'Sources'.- Returns:
- the meta object for the map 'Sources'.
- See Also:
- Generated:
-
getEObjectToSourceEntry
org.eclipse.emf.ecore.EClass getEObjectToSourceEntry()Returns the meta object for class 'EObject To Source Entry'.- Returns:
- the meta object for class 'EObject To Source Entry'.
- See Also:
- Generated:
- Model:
- keyType="org.eclipse.emf.ecore.EObject" valueDataType="org.eclipse.emf.ecore.EString" valueMany="true"
-
getEObjectToSourceEntry_Key
org.eclipse.emf.ecore.EReference getEObjectToSourceEntry_Key()Returns the meta object for the reference 'Key'.- Returns:
- the meta object for the reference 'Key'.
- See Also:
- Generated:
-
getEObjectToSourceEntry_Value
org.eclipse.emf.ecore.EAttribute getEObjectToSourceEntry_Value()Returns the meta object for the attribute list 'Value'.- Returns:
- the meta object for the attribute list 'Value'.
- See Also:
- Generated:
-
getSourceFactory
SourceFactory getSourceFactory()Returns the factory that creates the instances of the model.- Returns:
- the factory that creates the instances of the model.
- Generated:
-