Class DummyPackageImpl

    • Method Detail

      • getDummyFactory

        public DummyFactory getDummyFactory()
        Specified by:
        getDummyFactory in interface DummyPackage
        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.