Interface DummyPackage

  • All Superinterfaces:
    EModelElement, ENamedElement, EObject, EPackage, Notifier
    All Known Implementing Classes:
    DummyPackageImpl

    public interface DummyPackage
    extends EPackage
    The Package for the model. It contains accessors for the meta objects to represent
    • each class,
    • each feature of each class,
    • each operation of each class,
    • each enum,
    • and each data type
    See Also:
    DummyFactory
    Generated class or method.
    EMF model class or method.
    kind="package"
    • Field Detail

      • eINSTANCE

        static final DummyPackage eINSTANCE
        The singleton instance of the package.
        Generated class or method.
      • DUMMY_CLASS__NAME

        static final int DUMMY_CLASS__NAME
        The feature id for the 'Name' attribute.
        See Also:
        Constant Field Values
        Generated class or method.
        Ordered collection.
      • DUMMY_CLASS_FEATURE_COUNT

        static final int DUMMY_CLASS_FEATURE_COUNT
        The number of structural features of the 'Class' class.
        See Also:
        Constant Field Values
        Generated class or method.
        Ordered collection.
      • DUMMY_CLASS_OPERATION_COUNT

        static final int DUMMY_CLASS_OPERATION_COUNT
        The number of operations of the 'Class' class.
        See Also:
        Constant Field Values
        Generated class or method.
        Ordered collection.
    • Method Detail

      • getDummyClass

        EClass getDummyClass()
        Returns the meta object for class 'Class'.
        Returns:
        the meta object for class 'Class'.
        See Also:
        DummyClass
        Generated class or method.
      • getDummyFactory

        DummyFactory getDummyFactory()
        Returns the factory that creates the instances of the model.
        Returns:
        the factory that creates the instances of the model.
        Generated class or method.