Class PcmFactoryImpl

    • Constructor Detail

      • PcmFactoryImpl

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

      • init

        public static PcmFactory init()
        Creates the default factory implementation.
        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.