Class IdentifierPackageImpl

All Implemented Interfaces:
IdentifierPackage, Notifier, EModelElement, ENamedElement, EObject, EPackage, EStructuralFeature.Internal.DynamicValueHolder, InternalEObject, BasicExtendedMetaData.EPackageExtendedMetaData.Holder

public class IdentifierPackageImpl extends EPackageImpl implements IdentifierPackage
An implementation of the model Package.
Generated class or method.
  • Method Details

    • init

      public static IdentifierPackage init()
      Creates, registers, and initializes the Package for this model, and for any others upon which it depends.

      This method is used to initialize IdentifierPackage.eINSTANCE when that field is accessed. Clients should not invoke it directly. Instead, they should simply access that field to obtain the package.

      See Also:
      Generated class or method.
    • getIdentifier

      public EClass getIdentifier()
      Specified by:
      getIdentifier in interface IdentifierPackage
      Returns:
      the meta object for class 'Identifier'.
      See Also:
      Generated class or method.
    • getIdentifier_Id

      public EAttribute getIdentifier_Id()
      Specified by:
      getIdentifier_Id in interface IdentifierPackage
      Returns:
      the meta object for the attribute 'Id'.
      See Also:
      Generated class or method.
    • getIdentifierFactory

      public IdentifierFactory getIdentifierFactory()
      Specified by:
      getIdentifierFactory in interface IdentifierPackage
      Returns:
      the factory that creates the instances of the model.
      Generated class or method.
    • 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.
      Generated class or method.
    • 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.
      Generated class or method.
    • createEcoreAnnotations

      protected void createEcoreAnnotations()
      Initializes the annotations for http://www.eclipse.org/emf/2002/Ecore.
      Generated class or method.
    • createOCLAnnotations

      protected void createOCLAnnotations()
      Initializes the annotations for http://www.eclipse.org/emf/2002/Ecore/OCL.
      Generated class or method.