Interface RepositoryPackage

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

    public interface RepositoryPackage
    extends EPackage
    The Package for the model. It contains accessors for the meta objects to represent
    • each class,
    • each feature of each class,
    • each enum,
    • and each data type
    See Also:
    RepositoryFactory
    Generated class or method.
    EMF model class or method.
    kind="package" annotation="http://www.eclipse.org/emf/2002/Ecore validationDelegates='http://www.eclipse.org/emf/2002/Ecore/OCL'"
    • Field Detail

      • eINSTANCE

        static final RepositoryPackage eINSTANCE
        The singleton instance of the package.
        Generated class or method.
      • DB_OPERATION_INTERFACE__ID

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

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

        static final int DB_OPERATION_INTERFACE__PARENT_INTERFACES_INTERFACE
        The feature id for the 'Parent Interfaces Interface' reference list.
        See Also:
        Constant Field Values
        Generated class or method.
        Ordered collection.
      • DB_OPERATION_INTERFACE__PROTOCOLS_INTERFACE

        static final int DB_OPERATION_INTERFACE__PROTOCOLS_INTERFACE
        The feature id for the 'Protocols Interface' containment reference list.
        See Also:
        Constant Field Values
        Generated class or method.
        Ordered collection.
      • DB_OPERATION_INTERFACE__REQUIRED_CHARACTERISATIONS

        static final int DB_OPERATION_INTERFACE__REQUIRED_CHARACTERISATIONS
        The feature id for the 'Required Characterisations' containment reference list.
        See Also:
        Constant Field Values
        Generated class or method.
        Ordered collection.
      • DB_OPERATION_INTERFACE__REPOSITORY_INTERFACE

        static final int DB_OPERATION_INTERFACE__REPOSITORY_INTERFACE
        The feature id for the 'Repository Interface' container reference.
        See Also:
        Constant Field Values
        Generated class or method.
        Ordered collection.
      • DB_OPERATION_INTERFACE__SIGNATURES_OPERATION_INTERFACE

        static final int DB_OPERATION_INTERFACE__SIGNATURES_OPERATION_INTERFACE
        The feature id for the 'Signatures Operation Interface' containment reference list.
        See Also:
        Constant Field Values
        Generated class or method.
        Ordered collection.
      • DB_OPERATION_INTERFACE_FEATURE_COUNT

        static final int DB_OPERATION_INTERFACE_FEATURE_COUNT
        The number of structural features of the 'DB Operation Interface' class.
        See Also:
        Constant Field Values
        Generated class or method.
        Ordered collection.
    • Method Detail

      • getRepositoryFactory

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