Class PcmPackageImpl

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

public class PcmPackageImpl extends EPackageImpl implements PcmPackage
An implementation of the model Package.
Generated class or method.
  • Field Details

  • Method Details

    • init

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

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

      public EClass getPCMBaseClass()
      Specified by:
      getPCMBaseClass in interface PcmPackage
      Returns:
      the meta object for class 'PCM Base Class'.
      See Also:
      Generated class or method.
    • getPCMClass

      public EClass getPCMClass()
      Specified by:
      getPCMClass in interface PcmPackage
      Returns:
      the meta object for class 'PCM Class'.
      See Also:
      Generated class or method.
    • getDummyClass

      public EClass getDummyClass()
      Specified by:
      getDummyClass in interface PcmPackage
      Returns:
      the meta object for class 'Dummy Class'.
      See Also:
      Generated class or method.
    • getPcmFactory

      public PcmFactory getPcmFactory()
      Specified by:
      getPcmFactory in interface PcmPackage
      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.