Interface ModulesPackage

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

public interface ModulesPackage 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:
Generated
Model
kind="package"
No Implement
This interface is not intended to be implemented by clients.
No Extend
This interface is not intended to be extended by clients.
  • Field Details

    • eNAME

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

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

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

      static final ModulesPackage eINSTANCE
      The singleton instance of the package.
      Generated
    • MODULE_DEFINITION

      static final int MODULE_DEFINITION
      The meta object id for the 'Module Definition' class.
      See Also:
      Generated
    • MODULE_DEFINITION__ANNOTATIONS

      static final int MODULE_DEFINITION__ANNOTATIONS
      The feature id for the 'Annotations' containment reference list.
      See Also:
      Generated
      Ordered
    • MODULE_DEFINITION__NAME

      static final int MODULE_DEFINITION__NAME
      The feature id for the 'Name' attribute.
      See Also:
      Generated
      Ordered
    • MODULE_DEFINITION__VERSION

      static final int MODULE_DEFINITION__VERSION
      The feature id for the 'Version' attribute.
      See Also:
      Generated
      Ordered
    • MODULE_DEFINITION__DEPENDENCIES

      static final int MODULE_DEFINITION__DEPENDENCIES
      The feature id for the 'Dependencies' containment reference list.
      See Also:
      Generated
      Ordered
    • MODULE_DEFINITION_FEATURE_COUNT

      static final int MODULE_DEFINITION_FEATURE_COUNT
      The number of structural features of the 'Module Definition' class.
      See Also:
      Generated
      Ordered
    • MODULE_DEFINITION___GET_ANNOTATION__STRING

      static final int MODULE_DEFINITION___GET_ANNOTATION__STRING
      The operation id for the 'Get Annotation' operation.
      See Also:
      Generated
      Ordered
    • MODULE_DEFINITION_OPERATION_COUNT

      static final int MODULE_DEFINITION_OPERATION_COUNT
      The number of operations of the 'Module Definition' class.
      See Also:
      Generated
      Ordered
    • DEPENDENCY_DEFINITION

      static final int DEPENDENCY_DEFINITION
      The meta object id for the 'Dependency Definition' class.
      See Also:
      Generated
    • DEPENDENCY_DEFINITION__ANNOTATIONS

      static final int DEPENDENCY_DEFINITION__ANNOTATIONS
      The feature id for the 'Annotations' containment reference list.
      See Also:
      Generated
      Ordered
    • DEPENDENCY_DEFINITION__SOURCE

      static final int DEPENDENCY_DEFINITION__SOURCE
      The feature id for the 'Source' container reference.
      See Also:
      Generated
      Ordered
    • DEPENDENCY_DEFINITION__TARGET_NAME

      static final int DEPENDENCY_DEFINITION__TARGET_NAME
      The feature id for the 'Target Name' attribute.
      See Also:
      Generated
      Ordered
    • DEPENDENCY_DEFINITION__VERSION_RANGE

      static final int DEPENDENCY_DEFINITION__VERSION_RANGE
      The feature id for the 'Version Range' attribute.
      See Also:
      Generated
      Ordered
    • DEPENDENCY_DEFINITION_FEATURE_COUNT

      static final int DEPENDENCY_DEFINITION_FEATURE_COUNT
      The number of structural features of the 'Dependency Definition' class.
      See Also:
      Generated
      Ordered
    • DEPENDENCY_DEFINITION___GET_ANNOTATION__STRING

      static final int DEPENDENCY_DEFINITION___GET_ANNOTATION__STRING
      The operation id for the 'Get Annotation' operation.
      See Also:
      Generated
      Ordered
    • DEPENDENCY_DEFINITION_OPERATION_COUNT

      static final int DEPENDENCY_DEFINITION_OPERATION_COUNT
      The number of operations of the 'Dependency Definition' class.
      See Also:
      Generated
      Ordered
    • VERSION

      static final int VERSION
      The meta object id for the 'Version' data type.
      See Also:
      Generated
    • VERSION_RANGE

      static final int VERSION_RANGE
      The meta object id for the 'Version Range' data type.
      See Also:
      Generated
  • Method Details