Class PcmFactoryImpl

All Implemented Interfaces:
Notifier, EFactory, EModelElement, EObject, EStructuralFeature.Internal.DynamicValueHolder, InternalEObject, BinaryResourceImpl.DataConverter.Factory, PcmFactory

public class PcmFactoryImpl extends EFactoryImpl implements PcmFactory
An implementation of the model Factory.
Generated class or method.
  • Field Details

  • Constructor Details

    • PcmFactoryImpl

      public PcmFactoryImpl()
      Creates an instance of the factory.
      Generated class or method.
  • Method Details

    • init

      public static PcmFactory init()
      Creates the default factory implementation.
      Generated class or method.
    • create

      public EObject create(EClass eClass)
      Specified by:
      create in interface EFactory
      Overrides:
      create in class EFactoryImpl
      Generated class or method.
    • createDummyClass

      public DummyClass createDummyClass()
      Specified by:
      createDummyClass in interface PcmFactory
      Returns:
      a new object of class 'Dummy Class'.
      Generated class or method.
    • getPcmPackage

      public PcmPackage getPcmPackage()
      Specified by:
      getPcmPackage in interface PcmFactory
      Returns:
      the package supported by this factory.
      Generated class or method.
    • getPackage

      @Deprecated public static PcmPackage getPackage()
      Deprecated.
      Generated class or method.