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

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

    • init

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

      This method is used to initialize RepositoryPackage.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.
    • getOperationalDataStoreComponent

      public EClass getOperationalDataStoreComponent()
      Specified by:
      getOperationalDataStoreComponent in interface RepositoryPackage
      Returns:
      the meta object for class 'Operational Data Store Component'.
      See Also:
      Generated class or method.
    • getRepositoryFactory

      public RepositoryFactory getRepositoryFactory()
      Specified by:
      getRepositoryFactory in interface RepositoryPackage
      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.
    • createLPGAnnotations

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