Interface DummyFactory

    • Field Detail

      • eINSTANCE

        static final DummyFactory eINSTANCE
        The singleton instance of the factory.
        Generated class or method.
    • Method Detail

      • createDummyClass

        DummyClass createDummyClass()
        Returns a new object of class 'Class'.
        Returns:
        a new object of class 'Class'.
        Generated class or method.
      • getDummyPackage

        DummyPackage getDummyPackage()
        Returns the package supported by this factory.
        Returns:
        the package supported by this factory.
        Generated class or method.