Interface AssemblyPackage

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

public interface AssemblyPackage 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
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 AssemblyPackage eINSTANCE
      The singleton instance of the package.
      Generated
    • ASSEMBLY

      static final int ASSEMBLY
      The meta object id for the 'Assembly' class.
      See Also:
      Generated
    • ASSEMBLY__ANNOTATIONS

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

      static final int ASSEMBLY__SYSTEM_NAME
      The feature id for the 'System Name' attribute.
      See Also:
      Generated
      Ordered
    • ASSEMBLY__MODULES

      static final int ASSEMBLY__MODULES
      The feature id for the 'Modules' containment reference list.
      See Also:
      Generated
      Ordered
    • ASSEMBLY_FEATURE_COUNT

      static final int ASSEMBLY_FEATURE_COUNT
      The number of structural features of the 'Assembly' class.
      See Also:
      Generated
      Ordered
    • ASSEMBLY___GET_ANNOTATION__STRING

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

      static final int ASSEMBLY_OPERATION_COUNT
      The number of operations of the 'Assembly' class.
      See Also:
      Generated
      Ordered
    • ASSEMBLY_MODULE

      static final int ASSEMBLY_MODULE
      The meta object id for the 'Module' class.
      See Also:
      Generated
    • ASSEMBLY_MODULE__ANNOTATIONS

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

      static final int ASSEMBLY_MODULE__ASSEMBLY
      The feature id for the 'Assembly' container reference.
      See Also:
      Generated
      Ordered
    • ASSEMBLY_MODULE__NAME

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

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

      static final int ASSEMBLY_MODULE__BRANCH_POINT
      The feature id for the 'Branch Point' attribute.
      See Also:
      Generated
      Ordered
    • ASSEMBLY_MODULE__ROOT

      static final int ASSEMBLY_MODULE__ROOT
      The feature id for the 'Root' attribute.
      See Also:
      Generated
      Ordered
    • ASSEMBLY_MODULE_FEATURE_COUNT

      static final int ASSEMBLY_MODULE_FEATURE_COUNT
      The number of structural features of the 'Module' class.
      See Also:
      Generated
      Ordered
    • ASSEMBLY_MODULE___GET_ANNOTATION__STRING

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

      static final int ASSEMBLY_MODULE_OPERATION_COUNT
      The number of operations of the 'Module' class.
      See Also:
      Generated
      Ordered
  • Method Details