de.uka.ipd.sdq.identifier.impl
Class IdentifierPackageImpl

java.lang.Object
  extended by EPackageImpl
      extended by de.uka.ipd.sdq.identifier.impl.IdentifierPackageImpl
All Implemented Interfaces:
IdentifierPackage

public class IdentifierPackageImpl
extends EPackageImpl
implements IdentifierPackage

An implementation of the model Package.


Nested Class Summary
 
Nested classes/interfaces inherited from interface de.uka.ipd.sdq.identifier.IdentifierPackage
IdentifierPackage.Literals
 
Field Summary
 
Fields inherited from interface de.uka.ipd.sdq.identifier.IdentifierPackage
eINSTANCE, eNAME, eNS_PREFIX, eNS_URI, IDENTIFIER, IDENTIFIER__ID, IDENTIFIER_FEATURE_COUNT
 
Method Summary
protected  void createExtendedMetaDataAnnotations()
          Initializes the annotations for http:///org/eclipse/emf/ecore/util/ExtendedMetaData.
 void createPackageContents()
          Creates the meta-model objects for the package.
 EAttribute getIdentifier_Id()
           
 EClass getIdentifier()
           
 IdentifierFactory getIdentifierFactory()
           
static IdentifierPackage 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 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

init

public static IdentifierPackage 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:
IdentifierPackage.eNS_URI, createPackageContents(), initializePackageContents()

getIdentifier

public EClass getIdentifier()

Specified by:
getIdentifier in interface IdentifierPackage
Returns:
the meta object for class 'Identifier'.
See Also:
Identifier

getIdentifier_Id

public EAttribute getIdentifier_Id()

Specified by:
getIdentifier_Id in interface IdentifierPackage
Returns:
the meta object for the attribute 'Id'.
See Also:
Identifier.getId(), IdentifierPackage.getIdentifier()

getIdentifierFactory

public IdentifierFactory getIdentifierFactory()

Specified by:
getIdentifierFactory in interface IdentifierPackage
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.


createExtendedMetaDataAnnotations

protected void createExtendedMetaDataAnnotations()
Initializes the annotations for http:///org/eclipse/emf/ecore/util/ExtendedMetaData.