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:
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/LPG'"
  • Field Details

    • eNAME

      static final String eNAME
      The package name.
      See Also:
      Generated class or method.
    • eNS_URI

      static final String eNS_URI
      The package namespace URI.
      See Also:
      Generated class or method.
    • eNS_PREFIX

      static final String eNS_PREFIX
      The package namespace name.
      See Also:
      Generated class or method.
    • eINSTANCE

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

      static final int OPERATIONAL_DATA_STORE_COMPONENT
      The meta object id for the 'Operational Data Store Component' class.
      See Also:
      Generated class or method.
    • OPERATIONAL_DATA_STORE_COMPONENT__ID

      static final int OPERATIONAL_DATA_STORE_COMPONENT__ID
      The feature id for the 'Id' attribute.
      See Also:
      Generated class or method.
      Ordered collection.
    • OPERATIONAL_DATA_STORE_COMPONENT__ENTITY_NAME

      static final int OPERATIONAL_DATA_STORE_COMPONENT__ENTITY_NAME
      The feature id for the 'Entity Name' attribute.
      See Also:
      Generated class or method.
      Ordered collection.
    • OPERATIONAL_DATA_STORE_COMPONENT__PROVIDED_ROLES_INTERFACE_PROVIDING_ENTITY

      static final int OPERATIONAL_DATA_STORE_COMPONENT__PROVIDED_ROLES_INTERFACE_PROVIDING_ENTITY
      The feature id for the 'Provided Roles Interface Providing Entity' containment reference list.
      See Also:
      Generated class or method.
      Ordered collection.
    • OPERATIONAL_DATA_STORE_COMPONENT__RESOURCE_REQUIRED_ROLES_RESOURCE_INTERFACE_REQUIRING_ENTITY

      static final int OPERATIONAL_DATA_STORE_COMPONENT__RESOURCE_REQUIRED_ROLES_RESOURCE_INTERFACE_REQUIRING_ENTITY
      The feature id for the 'Resource Required Roles Resource Interface Requiring Entity' containment reference list.
      See Also:
      Generated class or method.
      Ordered collection.
    • OPERATIONAL_DATA_STORE_COMPONENT__REQUIRED_ROLES_INTERFACE_REQUIRING_ENTITY

      static final int OPERATIONAL_DATA_STORE_COMPONENT__REQUIRED_ROLES_INTERFACE_REQUIRING_ENTITY
      The feature id for the 'Required Roles Interface Requiring Entity' containment reference list.
      See Also:
      Generated class or method.
      Ordered collection.
    • OPERATIONAL_DATA_STORE_COMPONENT__REPOSITORY_REPOSITORY_COMPONENT

      static final int OPERATIONAL_DATA_STORE_COMPONENT__REPOSITORY_REPOSITORY_COMPONENT
      The feature id for the 'Repository Repository Component' container reference.
      See Also:
      Generated class or method.
      Ordered collection.
    • OPERATIONAL_DATA_STORE_COMPONENT__PARENT_COMPLETE_COMPONENT_TYPES

      static final int OPERATIONAL_DATA_STORE_COMPONENT__PARENT_COMPLETE_COMPONENT_TYPES
      The feature id for the 'Parent Complete Component Types' reference list.
      See Also:
      Generated class or method.
      Ordered collection.
    • OPERATIONAL_DATA_STORE_COMPONENT__COMPONENT_PARAMETER_USAGE_IMPLEMENTATION_COMPONENT_TYPE

      static final int OPERATIONAL_DATA_STORE_COMPONENT__COMPONENT_PARAMETER_USAGE_IMPLEMENTATION_COMPONENT_TYPE
      The feature id for the 'Component Parameter Usage Implementation Component Type' containment reference list.
      See Also:
      Generated class or method.
      Ordered collection.
    • OPERATIONAL_DATA_STORE_COMPONENT__COMPONENT_TYPE

      static final int OPERATIONAL_DATA_STORE_COMPONENT__COMPONENT_TYPE
      The feature id for the 'Component Type' attribute.
      See Also:
      Generated class or method.
      Ordered collection.
    • OPERATIONAL_DATA_STORE_COMPONENT__SERVICE_EFFECT_SPECIFICATIONS_BASIC_COMPONENT

      static final int OPERATIONAL_DATA_STORE_COMPONENT__SERVICE_EFFECT_SPECIFICATIONS_BASIC_COMPONENT
      The feature id for the 'Service Effect Specifications Basic Component' containment reference list.
      See Also:
      Generated class or method.
      Ordered collection.
    • OPERATIONAL_DATA_STORE_COMPONENT__PASSIVE_RESOURCE_BASIC_COMPONENT

      static final int OPERATIONAL_DATA_STORE_COMPONENT__PASSIVE_RESOURCE_BASIC_COMPONENT
      The feature id for the 'Passive Resource Basic Component' containment reference list.
      See Also:
      Generated class or method.
      Ordered collection.
    • OPERATIONAL_DATA_STORE_COMPONENT_FEATURE_COUNT

      static final int OPERATIONAL_DATA_STORE_COMPONENT_FEATURE_COUNT
      The number of structural features of the 'Operational Data Store Component' class.
      See Also:
      Generated class or method.
      Ordered collection.
  • Method Details

    • getOperationalDataStoreComponent

      EClass getOperationalDataStoreComponent()
      Returns the meta object for class 'Operational Data Store Component'.
      Returns:
      the meta object for class 'Operational Data Store Component'.
      See Also:
      Generated class or method.
    • 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.