org.eclipse.ohf.stem.core.common.impl
Class CommonPackageImpl

java.lang.Object
  extended by org.eclipse.emf.common.notify.impl.BasicNotifierImpl
      extended by org.eclipse.emf.ecore.impl.BasicEObjectImpl
          extended by org.eclipse.emf.ecore.impl.EObjectImpl
              extended by org.eclipse.emf.ecore.impl.FlatEObjectImpl
                  extended by org.eclipse.emf.ecore.impl.EModelElementImpl
                      extended by org.eclipse.emf.ecore.impl.ENamedElementImpl
                          extended by org.eclipse.emf.ecore.impl.EPackageImpl
                              extended by org.eclipse.ohf.stem.core.common.impl.CommonPackageImpl
All Implemented Interfaces:
org.eclipse.emf.common.notify.Notifier, org.eclipse.emf.ecore.EModelElement, org.eclipse.emf.ecore.ENamedElement, org.eclipse.emf.ecore.EObject, org.eclipse.emf.ecore.EPackage, org.eclipse.emf.ecore.InternalEObject, org.eclipse.emf.ecore.util.BasicExtendedMetaData.EPackageExtendedMetaData.Holder, CommonPackage

public class CommonPackageImpl
extends org.eclipse.emf.ecore.impl.EPackageImpl
implements CommonPackage

An implementation of the model Package.


Nested Class Summary
 
Nested classes/interfaces inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl
org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EAdapterList<E extends java.lang.Object & org.eclipse.emf.common.notify.Adapter>
 
Nested classes/interfaces inherited from interface org.eclipse.ohf.stem.core.common.CommonPackage
CommonPackage.Literals
 
Nested classes/interfaces inherited from interface org.eclipse.emf.ecore.EPackage
org.eclipse.emf.ecore.EPackage.Descriptor, org.eclipse.emf.ecore.EPackage.Registry
 
Nested classes/interfaces inherited from interface org.eclipse.emf.ecore.InternalEObject
org.eclipse.emf.ecore.InternalEObject.EStore
 
Field Summary
 
Fields inherited from class org.eclipse.emf.ecore.impl.EObjectImpl
ELAST_EOBJECT_FLAG
 
Fields inherited from interface org.eclipse.ohf.stem.core.common.CommonPackage
DUBLIN_CORE, DUBLIN_CORE__BIBLIOGRAPHIC_CITATION, DUBLIN_CORE__CONTRIBUTOR, DUBLIN_CORE__COVERAGE, DUBLIN_CORE__CREATED, DUBLIN_CORE__CREATOR, DUBLIN_CORE__DATE, DUBLIN_CORE__DESCRIPTION, DUBLIN_CORE__FORMAT, DUBLIN_CORE__IDENTIFIER, DUBLIN_CORE__LANGUAGE, DUBLIN_CORE__LICENSE, DUBLIN_CORE__PUBLISHER, DUBLIN_CORE__RELATION, DUBLIN_CORE__REQUIRED, DUBLIN_CORE__RIGHTS, DUBLIN_CORE__SOURCE, DUBLIN_CORE__SPATIAL, DUBLIN_CORE__SUBJECT, DUBLIN_CORE__TITLE, DUBLIN_CORE__TYPE, DUBLIN_CORE__VALID, DUBLIN_CORE_FEATURE_COUNT, eINSTANCE, eNAME, eNS_PREFIX, eNS_URI, IDENTIFIABLE, IDENTIFIABLE__DUBLIN_CORE, IDENTIFIABLE__TYPE_URI, IDENTIFIABLE__URI, IDENTIFIABLE_FEATURE_COUNT, URI
 
Fields inherited from interface org.eclipse.emf.ecore.InternalEObject
EOPPOSITE_FEATURE_BASE
 
Method Summary
 void createPackageContents()
          Creates the meta-model objects for the package.
 CommonFactory getCommonFactory()
           
 org.eclipse.emf.ecore.EAttribute getDublinCore_BibliographicCitation()
           
 org.eclipse.emf.ecore.EAttribute getDublinCore_Contributor()
           
 org.eclipse.emf.ecore.EAttribute getDublinCore_Coverage()
           
 org.eclipse.emf.ecore.EAttribute getDublinCore_Created()
           
 org.eclipse.emf.ecore.EAttribute getDublinCore_Creator()
           
 org.eclipse.emf.ecore.EAttribute getDublinCore_Date()
           
 org.eclipse.emf.ecore.EAttribute getDublinCore_Description()
           
 org.eclipse.emf.ecore.EAttribute getDublinCore_Format()
           
 org.eclipse.emf.ecore.EAttribute getDublinCore_Identifier()
           
 org.eclipse.emf.ecore.EAttribute getDublinCore_Language()
           
 org.eclipse.emf.ecore.EAttribute getDublinCore_License()
           
 org.eclipse.emf.ecore.EAttribute getDublinCore_Publisher()
           
 org.eclipse.emf.ecore.EAttribute getDublinCore_Relation()
           
 org.eclipse.emf.ecore.EAttribute getDublinCore_Required()
           
 org.eclipse.emf.ecore.EAttribute getDublinCore_Rights()
           
 org.eclipse.emf.ecore.EAttribute getDublinCore_Source()
           
 org.eclipse.emf.ecore.EAttribute getDublinCore_Spatial()
           
 org.eclipse.emf.ecore.EAttribute getDublinCore_Subject()
           
 org.eclipse.emf.ecore.EAttribute getDublinCore_Title()
           
 org.eclipse.emf.ecore.EAttribute getDublinCore_Type()
           
 org.eclipse.emf.ecore.EAttribute getDublinCore_Valid()
           
 org.eclipse.emf.ecore.EClass getDublinCore()
           
 org.eclipse.emf.ecore.EReference getIdentifiable_DublinCore()
           
 org.eclipse.emf.ecore.EAttribute getIdentifiable_TypeURI()
           
 org.eclipse.emf.ecore.EAttribute getIdentifiable_URI()
           
 org.eclipse.emf.ecore.EClass getIdentifiable()
           
 org.eclipse.emf.ecore.EDataType getURI()
           
static CommonPackage init()
          Creates, registers, and initializes the Package for this model, and for any others upon which it depends.
 void initializePackageContents()
          Complete the initialization of the package and its meta-model.
 
Methods inherited from class org.eclipse.emf.ecore.impl.EPackageImpl
basicGetESuperPackage, basicSetEFactoryInstance, eBasicRemoveFromContainerFeature, eGet, eInverseAdd, eInverseRemove, eIsSet, eObjectForURIFragmentSegment, eSet, eSetProxyURI, eUnset, freeze, getEClassifier, getEClassifierGen, getEClassifiers, getEFactoryInstance, getESubpackages, getESuperPackage, getExtendedMetaData, getNsPrefix, getNsURI, setEFactoryInstance, setExtendedMetaData, setNamespaceURI, setNsPrefix, setNsURI, toString
 
Methods inherited from class org.eclipse.emf.ecore.impl.ENamedElementImpl
eContents, eCrossReferences, getName, getNameGen, setName
 
Methods inherited from class org.eclipse.emf.ecore.impl.EModelElementImpl
eURIFragmentSegment, getEAnnotation, getEAnnotations
 
Methods inherited from class org.eclipse.emf.ecore.impl.FlatEObjectImpl
eIsProxy, eProxyURI
 
Methods inherited from class org.eclipse.emf.ecore.impl.EObjectImpl
eAdapters, eClass, eContainerFeatureID, eDeliver, eInternalContainer, eSetClass, eSetDeliver
 
Methods inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl
eAllContents, eBaseStructuralFeatureID, eBasicRemoveFromContainer, eBasicSetContainer, eContainer, eContainingFeature, eContainmentFeature, eContains, eDerivedStructuralFeatureID, eDerivedStructuralFeatureID, eDirectResource, eDynamicBasicRemoveFromContainer, eDynamicGet, eDynamicGet, eDynamicInverseAdd, eDynamicInverseRemove, eDynamicIsSet, eDynamicIsSet, eDynamicSet, eDynamicSet, eDynamicUnset, eDynamicUnset, eGet, eGet, eGet, eInternalResource, eInverseAdd, eInverseRemove, eIsSet, eOpenGet, eOpenIsSet, eOpenSet, eOpenUnset, eResolveProxy, eResource, eSet, eSetResource, eSetStore, eSetting, eStore, eUnset, eVirtualGet, eVirtualGet, eVirtualIsSet, eVirtualSet, eVirtualUnset
 
Methods inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl
eNotificationRequired, eNotify
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.eclipse.emf.ecore.EPackage
getEClassifier, getEClassifiers, getEFactoryInstance, getESubpackages, getESuperPackage, getNsPrefix, getNsURI, setEFactoryInstance, setNsPrefix, setNsURI
 
Methods inherited from interface org.eclipse.emf.ecore.ENamedElement
getName, setName
 
Methods inherited from interface org.eclipse.emf.ecore.EModelElement
getEAnnotation, getEAnnotations
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 
Methods inherited from interface org.eclipse.emf.ecore.InternalEObject
eNotificationRequired
 

Method Detail

init

public static CommonPackage init()
Creates, registers, and initializes the Package for this model, and for any others upon which it depends. Simple dependencies are satisfied by calling this method on all dependent packages before doing anything else. This method drives initialization for interdependent packages directly, in parallel with this package, itself.

Of this package and its interdependencies, all packages which have not yet been registered by their URI values are first created and registered. The packages are then initialized in two steps: meta-model objects for all of the packages are created before any are initialized, since one package's meta-model objects may refer to those of another.

Invocation of this method will not affect any packages that have already been initialized.

See Also:
CommonPackage.eNS_URI, createPackageContents(), initializePackageContents()

getDublinCore

public org.eclipse.emf.ecore.EClass getDublinCore()

Specified by:
getDublinCore in interface CommonPackage
Returns:
the meta object for class 'Dublin Core'.
See Also:
DublinCore

getDublinCore_Title

public org.eclipse.emf.ecore.EAttribute getDublinCore_Title()

Specified by:
getDublinCore_Title in interface CommonPackage
Returns:
the meta object for the attribute 'Title'.
See Also:
DublinCore.getTitle(), CommonPackage.getDublinCore()

getDublinCore_Identifier

public org.eclipse.emf.ecore.EAttribute getDublinCore_Identifier()

Specified by:
getDublinCore_Identifier in interface CommonPackage
Returns:
the meta object for the attribute 'Identifier'.
See Also:
DublinCore.getIdentifier(), CommonPackage.getDublinCore()

getDublinCore_Description

public org.eclipse.emf.ecore.EAttribute getDublinCore_Description()

Specified by:
getDublinCore_Description in interface CommonPackage
Returns:
the meta object for the attribute 'Description'.
See Also:
DublinCore.getDescription(), CommonPackage.getDublinCore()

getDublinCore_Creator

public org.eclipse.emf.ecore.EAttribute getDublinCore_Creator()

Specified by:
getDublinCore_Creator in interface CommonPackage
Returns:
the meta object for the attribute 'Creator'.
See Also:
DublinCore.getCreator(), CommonPackage.getDublinCore()

getDublinCore_Date

public org.eclipse.emf.ecore.EAttribute getDublinCore_Date()

Specified by:
getDublinCore_Date in interface CommonPackage
Returns:
the meta object for the attribute 'Date'.
See Also:
DublinCore.getDate(), CommonPackage.getDublinCore()

getDublinCore_Format

public org.eclipse.emf.ecore.EAttribute getDublinCore_Format()

Specified by:
getDublinCore_Format in interface CommonPackage
Returns:
the meta object for the attribute 'Format'.
See Also:
DublinCore.getFormat(), CommonPackage.getDublinCore()

getDublinCore_Publisher

public org.eclipse.emf.ecore.EAttribute getDublinCore_Publisher()

Specified by:
getDublinCore_Publisher in interface CommonPackage
Returns:
the meta object for the attribute 'Publisher'.
See Also:
DublinCore.getPublisher(), CommonPackage.getDublinCore()

getDublinCore_Coverage

public org.eclipse.emf.ecore.EAttribute getDublinCore_Coverage()

Specified by:
getDublinCore_Coverage in interface CommonPackage
Returns:
the meta object for the attribute 'Coverage'.
See Also:
DublinCore.getCoverage(), CommonPackage.getDublinCore()

getDublinCore_Contributor

public org.eclipse.emf.ecore.EAttribute getDublinCore_Contributor()

Specified by:
getDublinCore_Contributor in interface CommonPackage
Returns:
the meta object for the attribute 'Contributor'.
See Also:
DublinCore.getContributor(), CommonPackage.getDublinCore()

getDublinCore_Relation

public org.eclipse.emf.ecore.EAttribute getDublinCore_Relation()

Specified by:
getDublinCore_Relation in interface CommonPackage
Returns:
the meta object for the attribute 'Relation'.
See Also:
DublinCore.getRelation(), CommonPackage.getDublinCore()

getDublinCore_Rights

public org.eclipse.emf.ecore.EAttribute getDublinCore_Rights()

Specified by:
getDublinCore_Rights in interface CommonPackage
Returns:
the meta object for the attribute 'Rights'.
See Also:
DublinCore.getRights(), CommonPackage.getDublinCore()

getDublinCore_Source

public org.eclipse.emf.ecore.EAttribute getDublinCore_Source()

Specified by:
getDublinCore_Source in interface CommonPackage
Returns:
the meta object for the attribute 'Source'.
See Also:
DublinCore.getSource(), CommonPackage.getDublinCore()

getDublinCore_Subject

public org.eclipse.emf.ecore.EAttribute getDublinCore_Subject()

Specified by:
getDublinCore_Subject in interface CommonPackage
Returns:
the meta object for the attribute 'Subject'.
See Also:
DublinCore.getSubject(), CommonPackage.getDublinCore()

getDublinCore_Type

public org.eclipse.emf.ecore.EAttribute getDublinCore_Type()

Specified by:
getDublinCore_Type in interface CommonPackage
Returns:
the meta object for the attribute 'Type'.
See Also:
DublinCore.getType(), CommonPackage.getDublinCore()

getDublinCore_Language

public org.eclipse.emf.ecore.EAttribute getDublinCore_Language()

Specified by:
getDublinCore_Language in interface CommonPackage
Returns:
the meta object for the attribute 'Language'.
See Also:
DublinCore.getLanguage(), CommonPackage.getDublinCore()

getDublinCore_BibliographicCitation

public org.eclipse.emf.ecore.EAttribute getDublinCore_BibliographicCitation()

Specified by:
getDublinCore_BibliographicCitation in interface CommonPackage
Returns:
the meta object for the attribute 'Bibliographic Citation'.
See Also:
DublinCore.getBibliographicCitation(), CommonPackage.getDublinCore()

getDublinCore_Created

public org.eclipse.emf.ecore.EAttribute getDublinCore_Created()

Specified by:
getDublinCore_Created in interface CommonPackage
Returns:
the meta object for the attribute 'Created'.
See Also:
DublinCore.getCreated(), CommonPackage.getDublinCore()

getDublinCore_License

public org.eclipse.emf.ecore.EAttribute getDublinCore_License()

Specified by:
getDublinCore_License in interface CommonPackage
Returns:
the meta object for the attribute 'License'.
See Also:
DublinCore.getLicense(), CommonPackage.getDublinCore()

getDublinCore_Required

public org.eclipse.emf.ecore.EAttribute getDublinCore_Required()

Specified by:
getDublinCore_Required in interface CommonPackage
Returns:
the meta object for the attribute 'Required'.
See Also:
DublinCore.getRequired(), CommonPackage.getDublinCore()

getDublinCore_Spatial

public org.eclipse.emf.ecore.EAttribute getDublinCore_Spatial()

Specified by:
getDublinCore_Spatial in interface CommonPackage
Returns:
the meta object for the attribute 'Spatial'.
See Also:
DublinCore.getSpatial(), CommonPackage.getDublinCore()

getDublinCore_Valid

public org.eclipse.emf.ecore.EAttribute getDublinCore_Valid()

Specified by:
getDublinCore_Valid in interface CommonPackage
Returns:
the meta object for the attribute 'Valid'.
See Also:
DublinCore.getValid(), CommonPackage.getDublinCore()

getIdentifiable

public org.eclipse.emf.ecore.EClass getIdentifiable()

Specified by:
getIdentifiable in interface CommonPackage
Returns:
the meta object for class 'Identifiable'.
See Also:
Identifiable

getIdentifiable_URI

public org.eclipse.emf.ecore.EAttribute getIdentifiable_URI()

Specified by:
getIdentifiable_URI in interface CommonPackage
Returns:
the meta object for the attribute 'URI'.
See Also:
Identifiable.getURI(), CommonPackage.getIdentifiable()

getIdentifiable_TypeURI

public org.eclipse.emf.ecore.EAttribute getIdentifiable_TypeURI()

Specified by:
getIdentifiable_TypeURI in interface CommonPackage
Returns:
the meta object for the attribute 'Type URI'.
See Also:
Identifiable.getTypeURI(), CommonPackage.getIdentifiable()

getIdentifiable_DublinCore

public org.eclipse.emf.ecore.EReference getIdentifiable_DublinCore()

Specified by:
getIdentifiable_DublinCore in interface CommonPackage
Returns:
the meta object for the containment reference 'Dublin Core'.
See Also:
Identifiable.getDublinCore(), CommonPackage.getIdentifiable()

getURI

public org.eclipse.emf.ecore.EDataType getURI()

Specified by:
getURI in interface CommonPackage
Returns:
the meta object for data type 'URI'.
See Also:
URI

getCommonFactory

public CommonFactory getCommonFactory()

Specified by:
getCommonFactory in interface CommonPackage
Returns:
the factory that creates the instances of the model.

createPackageContents

public void createPackageContents()
Creates the meta-model objects for the package. This method is guarded to have no affect on any invocation but its first.


initializePackageContents

public void initializePackageContents()
Complete the initialization of the package and its meta-model. This method is guarded to have no affect on any invocation but its first.