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:
SourceFactory- Generated:
- Model:
- kind="package"
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceSourcePackage.LiteralsDefines 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 SourcePackageeINSTANCEThe singleton instance of the package.static java.lang.StringeNAMEThe package name.static java.lang.StringeNS_PREFIXThe package namespace name.static java.lang.StringeNS_URIThe package namespace URI.static intEOBJECT_TO_SOURCE_ENTRYThe meta object id for the 'EObject To Source Entry' class.static intEOBJECT_TO_SOURCE_ENTRY__KEYThe feature id for the 'Key' reference.static intEOBJECT_TO_SOURCE_ENTRY__VALUEThe feature id for the 'Value' attribute list.static intEOBJECT_TO_SOURCE_ENTRY_FEATURE_COUNTThe number of structural features of the 'EObject To Source Entry' class.static intEOBJECT_TO_SOURCE_ENTRY_OPERATION_COUNTThe number of operations of the 'EObject To Source Entry' class.static intSOURCE_MODELThe meta object id for the 'Model' class.static intSOURCE_MODEL__SOURCESThe feature id for the 'Sources' map.static intSOURCE_MODEL_FEATURE_COUNTThe number of structural features of the 'Model' class.static intSOURCE_MODEL_OPERATION_COUNTThe number of operations of the 'Model' class. -
Method Summary
Modifier and Type Method Description org.eclipse.emf.ecore.EClassgetEObjectToSourceEntry()Returns the meta object for class 'EObject To Source Entry'.org.eclipse.emf.ecore.EReferencegetEObjectToSourceEntry_Key()Returns the meta object for the reference 'Key'.org.eclipse.emf.ecore.EAttributegetEObjectToSourceEntry_Value()Returns the meta object for the attribute list 'Value'.SourceFactorygetSourceFactory()Returns the factory that creates the instances of the model.org.eclipse.emf.ecore.EClassgetSourceModel()Returns the meta object for class 'Model'.org.eclipse.emf.ecore.EReferencegetSourceModel_Sources()Returns 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.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
-
Field Details
-
eNAME
static final java.lang.String eNAMEThe package name.- See Also:
- Constant Field Values
- Generated:
-
eNS_URI
static final java.lang.String eNS_URIThe package namespace URI.- See Also:
- Constant Field Values
- Generated:
-
eNS_PREFIX
static final java.lang.String eNS_PREFIXThe package namespace name.- See Also:
- Constant Field Values
- 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:
SourceModelImpl,SourcePackageImpl.getSourceModel(), Constant Field Values- Generated:
-
SOURCE_MODEL__SOURCES
static final int SOURCE_MODEL__SOURCESThe feature id for the 'Sources' map.- See Also:
- Constant Field Values
- Generated:
- Ordered:
-
SOURCE_MODEL_FEATURE_COUNT
static final int SOURCE_MODEL_FEATURE_COUNTThe number of structural features of the 'Model' class.- See Also:
- Constant Field Values
- Generated:
- Ordered:
-
SOURCE_MODEL_OPERATION_COUNT
static final int SOURCE_MODEL_OPERATION_COUNTThe number of operations of the 'Model' class.- See Also:
- Constant Field Values
- 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:
EObjectToSourceEntryImpl,SourcePackageImpl.getEObjectToSourceEntry(), Constant Field Values- Generated:
-
EOBJECT_TO_SOURCE_ENTRY__KEY
static final int EOBJECT_TO_SOURCE_ENTRY__KEYThe feature id for the 'Key' reference.- See Also:
- Constant Field Values
- Generated:
- Ordered:
-
EOBJECT_TO_SOURCE_ENTRY__VALUE
static final int EOBJECT_TO_SOURCE_ENTRY__VALUEThe feature id for the 'Value' attribute list.- See Also:
- Constant Field Values
- 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:
- Constant Field Values
- 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:
- Constant Field Values
- 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:
SourceModel- 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:
SourceModel.getSources(),getSourceModel()- 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:
Map.Entry- 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:
Map.Entry,getEObjectToSourceEntry()- 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:
Map.Entry,getEObjectToSourceEntry()- 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:
-