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

public interface SystemPackage 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"
  • 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 SystemPackage eINSTANCE
      The singleton instance of the package.
      Generated class or method.
    • SYSTEM_SPECIFICATION_CONTAINER

      static final int SYSTEM_SPECIFICATION_CONTAINER
      The meta object id for the 'Specification Container' class.
      See Also:
      Generated class or method.
    • SYSTEM_SPECIFICATION_CONTAINER__ID

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

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

      static final int SYSTEM_SPECIFICATION_CONTAINER__ATTRIBUTEPROVIDER
      The feature id for the 'Attributeprovider' containment reference list.
      See Also:
      Generated class or method.
      Ordered collection.
    • SYSTEM_SPECIFICATION_CONTAINER__USAGESPECIFICATION

      static final int SYSTEM_SPECIFICATION_CONTAINER__USAGESPECIFICATION
      The feature id for the 'Usagespecification' containment reference list.
      See Also:
      Generated class or method.
      Ordered collection.
    • SYSTEM_SPECIFICATION_CONTAINER__MISUSAGESCENARIO

      static final int SYSTEM_SPECIFICATION_CONTAINER__MISUSAGESCENARIO
      The feature id for the 'Misusagescenario' containment reference list.
      See Also:
      Generated class or method.
      Ordered collection.
    • SYSTEM_SPECIFICATION_CONTAINER_FEATURE_COUNT

      static final int SYSTEM_SPECIFICATION_CONTAINER_FEATURE_COUNT
      The number of structural features of the 'Specification Container' class.
      See Also:
      Generated class or method.
      Ordered collection.
    • ATTRIBUTE_PROVIDER

      static final int ATTRIBUTE_PROVIDER
      The meta object id for the 'Attribute Provider' class.
      See Also:
      Generated class or method.
    • ATTRIBUTE_PROVIDER__ATTRIBUTE

      static final int ATTRIBUTE_PROVIDER__ATTRIBUTE
      The feature id for the 'Attribute' containment reference.
      See Also:
      Generated class or method.
      Ordered collection.
    • ATTRIBUTE_PROVIDER_FEATURE_COUNT

      static final int ATTRIBUTE_PROVIDER_FEATURE_COUNT
      The number of structural features of the 'Attribute Provider' class.
      See Also:
      Generated class or method.
      Ordered collection.
    • USAGE_SPECIFICATION

      static final int USAGE_SPECIFICATION
      The meta object id for the 'Usage Specification' class.
      See Also:
      Generated class or method.
    • USAGE_SPECIFICATION__ID

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

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

      static final int USAGE_SPECIFICATION__ATTRIBUTEVALUE
      The feature id for the 'Attributevalue' reference.
      See Also:
      Generated class or method.
      Ordered collection.
    • USAGE_SPECIFICATION__ATTRIBUTE

      static final int USAGE_SPECIFICATION__ATTRIBUTE
      The feature id for the 'Attribute' reference.
      See Also:
      Generated class or method.
      Ordered collection.
    • USAGE_SPECIFICATION_FEATURE_COUNT

      static final int USAGE_SPECIFICATION_FEATURE_COUNT
      The number of structural features of the 'Usage Specification' class.
      See Also:
      Generated class or method.
      Ordered collection.
  • Method Details