Interface DataPackage

All Superinterfaces:
org.eclipse.emf.ecore.EModelElement, org.eclipse.emf.ecore.ENamedElement, org.eclipse.emf.ecore.EObject, org.eclipse.emf.ecore.EPackage, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
DataPackageImpl

public interface DataPackage
extends org.eclipse.emf.ecore.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:
DataFactory
  • Field Details

    • eNAME

      static final String eNAME
      The package name.
      See Also:
      Constant Field Values
    • eNS_URI

      static final String eNS_URI
      The package namespace URI.
      See Also:
      Constant Field Values
    • eNS_PREFIX

      static final String eNS_PREFIX
      The package namespace name.
      See Also:
      Constant Field Values
    • eINSTANCE

      static final DataPackage eINSTANCE
      The singleton instance of the package.
    • DATA_MODEL

      static final int DATA_MODEL
      The meta object id for the 'Model' class.
      See Also:
      DataModelImpl, DataPackageImpl.getDataModel(), Constant Field Values
    • DATA_MODEL__ATTRIBUTE

      static final int DATA_MODEL__ATTRIBUTE
      The feature id for the 'Attribute' containment reference list.
      See Also:
      Constant Field Values
    • DATA_MODEL__ANNOTATION

      static final int DATA_MODEL__ANNOTATION
      The feature id for the 'Annotation' containment reference list.
      See Also:
      Constant Field Values
    • DATA_MODEL__STEREOTYPE

      static final int DATA_MODEL__STEREOTYPE
      The feature id for the 'Stereotype' reference list.
      See Also:
      Constant Field Values
    • DATA_MODEL__TAGGED_VALUE

      static final int DATA_MODEL__TAGGED_VALUE
      The feature id for the 'Tagged Value' containment reference list.
      See Also:
      Constant Field Values
    • DATA_MODEL__AUDIT

      static final int DATA_MODEL__AUDIT
      The feature id for the 'Audit' containment reference list.
      See Also:
      Constant Field Values
    • DATA_MODEL__EXTENSION_FAMILY

      static final int DATA_MODEL__EXTENSION_FAMILY
      The feature id for the 'Extension Family' containment reference list.
      See Also:
      Constant Field Values
    • DATA_MODEL__NAME

      static final int DATA_MODEL__NAME
      The feature id for the 'Name' attribute.
      See Also:
      Constant Field Values
    • DATA_MODEL__DATA_ELEMENT

      static final int DATA_MODEL__DATA_ELEMENT
      The feature id for the 'Data Element' containment reference list.
      See Also:
      Constant Field Values
    • DATA_MODEL_FEATURE_COUNT

      static final int DATA_MODEL_FEATURE_COUNT
      The number of structural features of the 'Model' class.
      See Also:
      Constant Field Values
    • DATA_MODEL_OPERATION_COUNT

      static final int DATA_MODEL_OPERATION_COUNT
      The number of operations of the 'Model' class.
      See Also:
      Constant Field Values
    • ABSTRACT_DATA_ELEMENT

      static final int ABSTRACT_DATA_ELEMENT
      The meta object id for the 'Abstract Data Element' class.
      See Also:
      AbstractDataElement, DataPackageImpl.getAbstractDataElement(), Constant Field Values
    • ABSTRACT_DATA_ELEMENT__ATTRIBUTE

      static final int ABSTRACT_DATA_ELEMENT__ATTRIBUTE
      The feature id for the 'Attribute' containment reference list.
      See Also:
      Constant Field Values
    • ABSTRACT_DATA_ELEMENT__ANNOTATION

      static final int ABSTRACT_DATA_ELEMENT__ANNOTATION
      The feature id for the 'Annotation' containment reference list.
      See Also:
      Constant Field Values
    • ABSTRACT_DATA_ELEMENT__STEREOTYPE

      static final int ABSTRACT_DATA_ELEMENT__STEREOTYPE
      The feature id for the 'Stereotype' reference list.
      See Also:
      Constant Field Values
    • ABSTRACT_DATA_ELEMENT__TAGGED_VALUE

      static final int ABSTRACT_DATA_ELEMENT__TAGGED_VALUE
      The feature id for the 'Tagged Value' containment reference list.
      See Also:
      Constant Field Values
    • ABSTRACT_DATA_ELEMENT__NAME

      static final int ABSTRACT_DATA_ELEMENT__NAME
      The feature id for the 'Name' attribute.
      See Also:
      Constant Field Values
    • ABSTRACT_DATA_ELEMENT__SOURCE

      static final int ABSTRACT_DATA_ELEMENT__SOURCE
      The feature id for the 'Source' containment reference list.
      See Also:
      Constant Field Values
    • ABSTRACT_DATA_ELEMENT__DATA_RELATION

      static final int ABSTRACT_DATA_ELEMENT__DATA_RELATION
      The feature id for the 'Data Relation' containment reference list.
      See Also:
      Constant Field Values
    • ABSTRACT_DATA_ELEMENT__ABSTRACTION

      static final int ABSTRACT_DATA_ELEMENT__ABSTRACTION
      The feature id for the 'Abstraction' containment reference list.
      See Also:
      Constant Field Values
    • ABSTRACT_DATA_ELEMENT_FEATURE_COUNT

      static final int ABSTRACT_DATA_ELEMENT_FEATURE_COUNT
      The number of structural features of the 'Abstract Data Element' class.
      See Also:
      Constant Field Values
    • ABSTRACT_DATA_ELEMENT___CREATE_AGGREGATION__KDMENTITY

      static final int ABSTRACT_DATA_ELEMENT___CREATE_AGGREGATION__KDMENTITY
      The operation id for the 'Create Aggregation' operation.
      See Also:
      Constant Field Values
    • ABSTRACT_DATA_ELEMENT___DELETE_AGGREGATION__AGGREGATEDRELATIONSHIP

      static final int ABSTRACT_DATA_ELEMENT___DELETE_AGGREGATION__AGGREGATEDRELATIONSHIP
      The operation id for the 'Delete Aggregation' operation.
      See Also:
      Constant Field Values
    • ABSTRACT_DATA_ELEMENT___GET_INBOUND

      static final int ABSTRACT_DATA_ELEMENT___GET_INBOUND
      The operation id for the 'Get Inbound' operation.
      See Also:
      Constant Field Values
    • ABSTRACT_DATA_ELEMENT___GET_OUTBOUND

      static final int ABSTRACT_DATA_ELEMENT___GET_OUTBOUND
      The operation id for the 'Get Outbound' operation.
      See Also:
      Constant Field Values
    • ABSTRACT_DATA_ELEMENT___GET_OWNED_RELATION

      static final int ABSTRACT_DATA_ELEMENT___GET_OWNED_RELATION
      The operation id for the 'Get Owned Relation' operation.
      See Also:
      Constant Field Values
    • ABSTRACT_DATA_ELEMENT___GET_IN_AGGREGATED

      static final int ABSTRACT_DATA_ELEMENT___GET_IN_AGGREGATED
      The operation id for the 'Get In Aggregated' operation.
      See Also:
      Constant Field Values
    • ABSTRACT_DATA_ELEMENT___GET_OUT_AGGREGATED

      static final int ABSTRACT_DATA_ELEMENT___GET_OUT_AGGREGATED
      The operation id for the 'Get Out Aggregated' operation.
      See Also:
      Constant Field Values
    • ABSTRACT_DATA_ELEMENT___GET_OWNER

      static final int ABSTRACT_DATA_ELEMENT___GET_OWNER
      The operation id for the 'Get Owner' operation.
      See Also:
      Constant Field Values
    • ABSTRACT_DATA_ELEMENT___GET_OWNED_ELEMENT

      static final int ABSTRACT_DATA_ELEMENT___GET_OWNED_ELEMENT
      The operation id for the 'Get Owned Element' operation.
      See Also:
      Constant Field Values
    • ABSTRACT_DATA_ELEMENT___GET_GROUP

      static final int ABSTRACT_DATA_ELEMENT___GET_GROUP
      The operation id for the 'Get Group' operation.
      See Also:
      Constant Field Values
    • ABSTRACT_DATA_ELEMENT___GET_GROUPED_ELEMENT

      static final int ABSTRACT_DATA_ELEMENT___GET_GROUPED_ELEMENT
      The operation id for the 'Get Grouped Element' operation.
      See Also:
      Constant Field Values
    • ABSTRACT_DATA_ELEMENT___GET_MODEL

      static final int ABSTRACT_DATA_ELEMENT___GET_MODEL
      The operation id for the 'Get Model' operation.
      See Also:
      Constant Field Values
    • ABSTRACT_DATA_ELEMENT_OPERATION_COUNT

      static final int ABSTRACT_DATA_ELEMENT_OPERATION_COUNT
      The number of operations of the 'Abstract Data Element' class.
      See Also:
      Constant Field Values
    • DATA_RESOURCE

      static final int DATA_RESOURCE
      The meta object id for the 'Resource' class.
      See Also:
      DataResourceImpl, DataPackageImpl.getDataResource(), Constant Field Values
    • DATA_RESOURCE__ATTRIBUTE

      static final int DATA_RESOURCE__ATTRIBUTE
      The feature id for the 'Attribute' containment reference list.
      See Also:
      Constant Field Values
    • DATA_RESOURCE__ANNOTATION

      static final int DATA_RESOURCE__ANNOTATION
      The feature id for the 'Annotation' containment reference list.
      See Also:
      Constant Field Values
    • DATA_RESOURCE__STEREOTYPE

      static final int DATA_RESOURCE__STEREOTYPE
      The feature id for the 'Stereotype' reference list.
      See Also:
      Constant Field Values
    • DATA_RESOURCE__TAGGED_VALUE

      static final int DATA_RESOURCE__TAGGED_VALUE
      The feature id for the 'Tagged Value' containment reference list.
      See Also:
      Constant Field Values
    • DATA_RESOURCE__NAME

      static final int DATA_RESOURCE__NAME
      The feature id for the 'Name' attribute.
      See Also:
      Constant Field Values
    • DATA_RESOURCE__SOURCE

      static final int DATA_RESOURCE__SOURCE
      The feature id for the 'Source' containment reference list.
      See Also:
      Constant Field Values
    • DATA_RESOURCE__DATA_RELATION

      static final int DATA_RESOURCE__DATA_RELATION
      The feature id for the 'Data Relation' containment reference list.
      See Also:
      Constant Field Values
    • DATA_RESOURCE__ABSTRACTION

      static final int DATA_RESOURCE__ABSTRACTION
      The feature id for the 'Abstraction' containment reference list.
      See Also:
      Constant Field Values
    • DATA_RESOURCE_FEATURE_COUNT

      static final int DATA_RESOURCE_FEATURE_COUNT
      The number of structural features of the 'Resource' class.
      See Also:
      Constant Field Values
    • DATA_RESOURCE___CREATE_AGGREGATION__KDMENTITY

      static final int DATA_RESOURCE___CREATE_AGGREGATION__KDMENTITY
      The operation id for the 'Create Aggregation' operation.
      See Also:
      Constant Field Values
    • DATA_RESOURCE___DELETE_AGGREGATION__AGGREGATEDRELATIONSHIP

      static final int DATA_RESOURCE___DELETE_AGGREGATION__AGGREGATEDRELATIONSHIP
      The operation id for the 'Delete Aggregation' operation.
      See Also:
      Constant Field Values
    • DATA_RESOURCE___GET_INBOUND

      static final int DATA_RESOURCE___GET_INBOUND
      The operation id for the 'Get Inbound' operation.
      See Also:
      Constant Field Values
    • DATA_RESOURCE___GET_OUTBOUND

      static final int DATA_RESOURCE___GET_OUTBOUND
      The operation id for the 'Get Outbound' operation.
      See Also:
      Constant Field Values
    • DATA_RESOURCE___GET_OWNED_RELATION

      static final int DATA_RESOURCE___GET_OWNED_RELATION
      The operation id for the 'Get Owned Relation' operation.
      See Also:
      Constant Field Values
    • DATA_RESOURCE___GET_IN_AGGREGATED

      static final int DATA_RESOURCE___GET_IN_AGGREGATED
      The operation id for the 'Get In Aggregated' operation.
      See Also:
      Constant Field Values
    • DATA_RESOURCE___GET_OUT_AGGREGATED

      static final int DATA_RESOURCE___GET_OUT_AGGREGATED
      The operation id for the 'Get Out Aggregated' operation.
      See Also:
      Constant Field Values
    • DATA_RESOURCE___GET_OWNER

      static final int DATA_RESOURCE___GET_OWNER
      The operation id for the 'Get Owner' operation.
      See Also:
      Constant Field Values
    • DATA_RESOURCE___GET_OWNED_ELEMENT

      static final int DATA_RESOURCE___GET_OWNED_ELEMENT
      The operation id for the 'Get Owned Element' operation.
      See Also:
      Constant Field Values
    • DATA_RESOURCE___GET_GROUP

      static final int DATA_RESOURCE___GET_GROUP
      The operation id for the 'Get Group' operation.
      See Also:
      Constant Field Values
    • DATA_RESOURCE___GET_GROUPED_ELEMENT

      static final int DATA_RESOURCE___GET_GROUPED_ELEMENT
      The operation id for the 'Get Grouped Element' operation.
      See Also:
      Constant Field Values
    • DATA_RESOURCE___GET_MODEL

      static final int DATA_RESOURCE___GET_MODEL
      The operation id for the 'Get Model' operation.
      See Also:
      Constant Field Values
    • DATA_RESOURCE_OPERATION_COUNT

      static final int DATA_RESOURCE_OPERATION_COUNT
      The number of operations of the 'Resource' class.
      See Also:
      Constant Field Values
    • INDEX_ELEMENT

      static final int INDEX_ELEMENT
      The meta object id for the 'Index Element' class.
      See Also:
      IndexElementImpl, DataPackageImpl.getIndexElement(), Constant Field Values
    • INDEX_ELEMENT__ATTRIBUTE

      static final int INDEX_ELEMENT__ATTRIBUTE
      The feature id for the 'Attribute' containment reference list.
      See Also:
      Constant Field Values
    • INDEX_ELEMENT__ANNOTATION

      static final int INDEX_ELEMENT__ANNOTATION
      The feature id for the 'Annotation' containment reference list.
      See Also:
      Constant Field Values
    • INDEX_ELEMENT__STEREOTYPE

      static final int INDEX_ELEMENT__STEREOTYPE
      The feature id for the 'Stereotype' reference list.
      See Also:
      Constant Field Values
    • INDEX_ELEMENT__TAGGED_VALUE

      static final int INDEX_ELEMENT__TAGGED_VALUE
      The feature id for the 'Tagged Value' containment reference list.
      See Also:
      Constant Field Values
    • INDEX_ELEMENT__NAME

      static final int INDEX_ELEMENT__NAME
      The feature id for the 'Name' attribute.
      See Also:
      Constant Field Values
    • INDEX_ELEMENT__SOURCE

      static final int INDEX_ELEMENT__SOURCE
      The feature id for the 'Source' containment reference list.
      See Also:
      Constant Field Values
    • INDEX_ELEMENT__DATA_RELATION

      static final int INDEX_ELEMENT__DATA_RELATION
      The feature id for the 'Data Relation' containment reference list.
      See Also:
      Constant Field Values
    • INDEX_ELEMENT__ABSTRACTION

      static final int INDEX_ELEMENT__ABSTRACTION
      The feature id for the 'Abstraction' containment reference list.
      See Also:
      Constant Field Values
    • INDEX_ELEMENT__IMPLEMENTATION

      static final int INDEX_ELEMENT__IMPLEMENTATION
      The feature id for the 'Implementation' reference list.
      See Also:
      Constant Field Values
    • INDEX_ELEMENT_FEATURE_COUNT

      static final int INDEX_ELEMENT_FEATURE_COUNT
      The number of structural features of the 'Index Element' class.
      See Also:
      Constant Field Values
    • INDEX_ELEMENT___CREATE_AGGREGATION__KDMENTITY

      static final int INDEX_ELEMENT___CREATE_AGGREGATION__KDMENTITY
      The operation id for the 'Create Aggregation' operation.
      See Also:
      Constant Field Values
    • INDEX_ELEMENT___DELETE_AGGREGATION__AGGREGATEDRELATIONSHIP

      static final int INDEX_ELEMENT___DELETE_AGGREGATION__AGGREGATEDRELATIONSHIP
      The operation id for the 'Delete Aggregation' operation.
      See Also:
      Constant Field Values
    • INDEX_ELEMENT___GET_INBOUND

      static final int INDEX_ELEMENT___GET_INBOUND
      The operation id for the 'Get Inbound' operation.
      See Also:
      Constant Field Values
    • INDEX_ELEMENT___GET_OUTBOUND

      static final int INDEX_ELEMENT___GET_OUTBOUND
      The operation id for the 'Get Outbound' operation.
      See Also:
      Constant Field Values
    • INDEX_ELEMENT___GET_OWNED_RELATION

      static final int INDEX_ELEMENT___GET_OWNED_RELATION
      The operation id for the 'Get Owned Relation' operation.
      See Also:
      Constant Field Values
    • INDEX_ELEMENT___GET_IN_AGGREGATED

      static final int INDEX_ELEMENT___GET_IN_AGGREGATED
      The operation id for the 'Get In Aggregated' operation.
      See Also:
      Constant Field Values
    • INDEX_ELEMENT___GET_OUT_AGGREGATED

      static final int INDEX_ELEMENT___GET_OUT_AGGREGATED
      The operation id for the 'Get Out Aggregated' operation.
      See Also:
      Constant Field Values
    • INDEX_ELEMENT___GET_OWNER

      static final int INDEX_ELEMENT___GET_OWNER
      The operation id for the 'Get Owner' operation.
      See Also:
      Constant Field Values
    • INDEX_ELEMENT___GET_OWNED_ELEMENT

      static final int INDEX_ELEMENT___GET_OWNED_ELEMENT
      The operation id for the 'Get Owned Element' operation.
      See Also:
      Constant Field Values
    • INDEX_ELEMENT___GET_GROUP

      static final int INDEX_ELEMENT___GET_GROUP
      The operation id for the 'Get Group' operation.
      See Also:
      Constant Field Values
    • INDEX_ELEMENT___GET_GROUPED_ELEMENT

      static final int INDEX_ELEMENT___GET_GROUPED_ELEMENT
      The operation id for the 'Get Grouped Element' operation.
      See Also:
      Constant Field Values
    • INDEX_ELEMENT___GET_MODEL

      static final int INDEX_ELEMENT___GET_MODEL
      The operation id for the 'Get Model' operation.
      See Also:
      Constant Field Values
    • INDEX_ELEMENT_OPERATION_COUNT

      static final int INDEX_ELEMENT_OPERATION_COUNT
      The number of operations of the 'Index Element' class.
      See Also:
      Constant Field Values
    • UNIQUE_KEY

      static final int UNIQUE_KEY
      The meta object id for the 'Unique Key' class.
      See Also:
      UniqueKeyImpl, DataPackageImpl.getUniqueKey(), Constant Field Values
    • UNIQUE_KEY__ATTRIBUTE

      static final int UNIQUE_KEY__ATTRIBUTE
      The feature id for the 'Attribute' containment reference list.
      See Also:
      Constant Field Values
    • UNIQUE_KEY__ANNOTATION

      static final int UNIQUE_KEY__ANNOTATION
      The feature id for the 'Annotation' containment reference list.
      See Also:
      Constant Field Values
    • UNIQUE_KEY__STEREOTYPE

      static final int UNIQUE_KEY__STEREOTYPE
      The feature id for the 'Stereotype' reference list.
      See Also:
      Constant Field Values
    • UNIQUE_KEY__TAGGED_VALUE

      static final int UNIQUE_KEY__TAGGED_VALUE
      The feature id for the 'Tagged Value' containment reference list.
      See Also:
      Constant Field Values
    • UNIQUE_KEY__NAME

      static final int UNIQUE_KEY__NAME
      The feature id for the 'Name' attribute.
      See Also:
      Constant Field Values
    • UNIQUE_KEY__SOURCE

      static final int UNIQUE_KEY__SOURCE
      The feature id for the 'Source' containment reference list.
      See Also:
      Constant Field Values
    • UNIQUE_KEY__DATA_RELATION

      static final int UNIQUE_KEY__DATA_RELATION
      The feature id for the 'Data Relation' containment reference list.
      See Also:
      Constant Field Values
    • UNIQUE_KEY__ABSTRACTION

      static final int UNIQUE_KEY__ABSTRACTION
      The feature id for the 'Abstraction' containment reference list.
      See Also:
      Constant Field Values
    • UNIQUE_KEY__IMPLEMENTATION

      static final int UNIQUE_KEY__IMPLEMENTATION
      The feature id for the 'Implementation' reference list.
      See Also:
      Constant Field Values
    • UNIQUE_KEY_FEATURE_COUNT

      static final int UNIQUE_KEY_FEATURE_COUNT
      The number of structural features of the 'Unique Key' class.
      See Also:
      Constant Field Values
    • UNIQUE_KEY___CREATE_AGGREGATION__KDMENTITY

      static final int UNIQUE_KEY___CREATE_AGGREGATION__KDMENTITY
      The operation id for the 'Create Aggregation' operation.
      See Also:
      Constant Field Values
    • UNIQUE_KEY___DELETE_AGGREGATION__AGGREGATEDRELATIONSHIP

      static final int UNIQUE_KEY___DELETE_AGGREGATION__AGGREGATEDRELATIONSHIP
      The operation id for the 'Delete Aggregation' operation.
      See Also:
      Constant Field Values
    • UNIQUE_KEY___GET_INBOUND

      static final int UNIQUE_KEY___GET_INBOUND
      The operation id for the 'Get Inbound' operation.
      See Also:
      Constant Field Values
    • UNIQUE_KEY___GET_OUTBOUND

      static final int UNIQUE_KEY___GET_OUTBOUND
      The operation id for the 'Get Outbound' operation.
      See Also:
      Constant Field Values
    • UNIQUE_KEY___GET_OWNED_RELATION

      static final int UNIQUE_KEY___GET_OWNED_RELATION
      The operation id for the 'Get Owned Relation' operation.
      See Also:
      Constant Field Values
    • UNIQUE_KEY___GET_IN_AGGREGATED

      static final int UNIQUE_KEY___GET_IN_AGGREGATED
      The operation id for the 'Get In Aggregated' operation.
      See Also:
      Constant Field Values
    • UNIQUE_KEY___GET_OUT_AGGREGATED

      static final int UNIQUE_KEY___GET_OUT_AGGREGATED
      The operation id for the 'Get Out Aggregated' operation.
      See Also:
      Constant Field Values
    • UNIQUE_KEY___GET_OWNER

      static final int UNIQUE_KEY___GET_OWNER
      The operation id for the 'Get Owner' operation.
      See Also:
      Constant Field Values
    • UNIQUE_KEY___GET_OWNED_ELEMENT

      static final int UNIQUE_KEY___GET_OWNED_ELEMENT
      The operation id for the 'Get Owned Element' operation.
      See Also:
      Constant Field Values
    • UNIQUE_KEY___GET_GROUP

      static final int UNIQUE_KEY___GET_GROUP
      The operation id for the 'Get Group' operation.
      See Also:
      Constant Field Values
    • UNIQUE_KEY___GET_GROUPED_ELEMENT

      static final int UNIQUE_KEY___GET_GROUPED_ELEMENT
      The operation id for the 'Get Grouped Element' operation.
      See Also:
      Constant Field Values
    • UNIQUE_KEY___GET_MODEL

      static final int UNIQUE_KEY___GET_MODEL
      The operation id for the 'Get Model' operation.
      See Also:
      Constant Field Values
    • UNIQUE_KEY_OPERATION_COUNT

      static final int UNIQUE_KEY_OPERATION_COUNT
      The number of operations of the 'Unique Key' class.
      See Also:
      Constant Field Values
    • INDEX

      static final int INDEX
      The meta object id for the 'Index' class.
      See Also:
      IndexImpl, DataPackageImpl.getIndex(), Constant Field Values
    • INDEX__ATTRIBUTE

      static final int INDEX__ATTRIBUTE
      The feature id for the 'Attribute' containment reference list.
      See Also:
      Constant Field Values
    • INDEX__ANNOTATION

      static final int INDEX__ANNOTATION
      The feature id for the 'Annotation' containment reference list.
      See Also:
      Constant Field Values
    • INDEX__STEREOTYPE

      static final int INDEX__STEREOTYPE
      The feature id for the 'Stereotype' reference list.
      See Also:
      Constant Field Values
    • INDEX__TAGGED_VALUE

      static final int INDEX__TAGGED_VALUE
      The feature id for the 'Tagged Value' containment reference list.
      See Also:
      Constant Field Values
    • INDEX__NAME

      static final int INDEX__NAME
      The feature id for the 'Name' attribute.
      See Also:
      Constant Field Values
    • INDEX__SOURCE

      static final int INDEX__SOURCE
      The feature id for the 'Source' containment reference list.
      See Also:
      Constant Field Values
    • INDEX__DATA_RELATION

      static final int INDEX__DATA_RELATION
      The feature id for the 'Data Relation' containment reference list.
      See Also:
      Constant Field Values
    • INDEX__ABSTRACTION

      static final int INDEX__ABSTRACTION
      The feature id for the 'Abstraction' containment reference list.
      See Also:
      Constant Field Values
    • INDEX__IMPLEMENTATION

      static final int INDEX__IMPLEMENTATION
      The feature id for the 'Implementation' reference list.
      See Also:
      Constant Field Values
    • INDEX_FEATURE_COUNT

      static final int INDEX_FEATURE_COUNT
      The number of structural features of the 'Index' class.
      See Also:
      Constant Field Values
    • INDEX___CREATE_AGGREGATION__KDMENTITY

      static final int INDEX___CREATE_AGGREGATION__KDMENTITY
      The operation id for the 'Create Aggregation' operation.
      See Also:
      Constant Field Values
    • INDEX___DELETE_AGGREGATION__AGGREGATEDRELATIONSHIP

      static final int INDEX___DELETE_AGGREGATION__AGGREGATEDRELATIONSHIP
      The operation id for the 'Delete Aggregation' operation.
      See Also:
      Constant Field Values
    • INDEX___GET_INBOUND

      static final int INDEX___GET_INBOUND
      The operation id for the 'Get Inbound' operation.
      See Also:
      Constant Field Values
    • INDEX___GET_OUTBOUND

      static final int INDEX___GET_OUTBOUND
      The operation id for the 'Get Outbound' operation.
      See Also:
      Constant Field Values
    • INDEX___GET_OWNED_RELATION

      static final int INDEX___GET_OWNED_RELATION
      The operation id for the 'Get Owned Relation' operation.
      See Also:
      Constant Field Values
    • INDEX___GET_IN_AGGREGATED

      static final int INDEX___GET_IN_AGGREGATED
      The operation id for the 'Get In Aggregated' operation.
      See Also:
      Constant Field Values
    • INDEX___GET_OUT_AGGREGATED

      static final int INDEX___GET_OUT_AGGREGATED
      The operation id for the 'Get Out Aggregated' operation.
      See Also:
      Constant Field Values
    • INDEX___GET_OWNER

      static final int INDEX___GET_OWNER
      The operation id for the 'Get Owner' operation.
      See Also:
      Constant Field Values
    • INDEX___GET_OWNED_ELEMENT

      static final int INDEX___GET_OWNED_ELEMENT
      The operation id for the 'Get Owned Element' operation.
      See Also:
      Constant Field Values
    • INDEX___GET_GROUP

      static final int INDEX___GET_GROUP
      The operation id for the 'Get Group' operation.
      See Also:
      Constant Field Values
    • INDEX___GET_GROUPED_ELEMENT

      static final int INDEX___GET_GROUPED_ELEMENT
      The operation id for the 'Get Grouped Element' operation.
      See Also:
      Constant Field Values
    • INDEX___GET_MODEL

      static final int INDEX___GET_MODEL
      The operation id for the 'Get Model' operation.
      See Also:
      Constant Field Values
    • INDEX_OPERATION_COUNT

      static final int INDEX_OPERATION_COUNT
      The number of operations of the 'Index' class.
      See Also:
      Constant Field Values
    • ABSTRACT_DATA_RELATIONSHIP

      static final int ABSTRACT_DATA_RELATIONSHIP
      The meta object id for the 'Abstract Data Relationship' class.
      See Also:
      AbstractDataRelationship, DataPackageImpl.getAbstractDataRelationship(), Constant Field Values
    • ABSTRACT_DATA_RELATIONSHIP__ATTRIBUTE

      static final int ABSTRACT_DATA_RELATIONSHIP__ATTRIBUTE
      The feature id for the 'Attribute' containment reference list.
      See Also:
      Constant Field Values
    • ABSTRACT_DATA_RELATIONSHIP__ANNOTATION

      static final int ABSTRACT_DATA_RELATIONSHIP__ANNOTATION
      The feature id for the 'Annotation' containment reference list.
      See Also:
      Constant Field Values
    • ABSTRACT_DATA_RELATIONSHIP__STEREOTYPE

      static final int ABSTRACT_DATA_RELATIONSHIP__STEREOTYPE
      The feature id for the 'Stereotype' reference list.
      See Also:
      Constant Field Values
    • ABSTRACT_DATA_RELATIONSHIP__TAGGED_VALUE

      static final int ABSTRACT_DATA_RELATIONSHIP__TAGGED_VALUE
      The feature id for the 'Tagged Value' containment reference list.
      See Also:
      Constant Field Values
    • ABSTRACT_DATA_RELATIONSHIP_FEATURE_COUNT

      static final int ABSTRACT_DATA_RELATIONSHIP_FEATURE_COUNT
      The number of structural features of the 'Abstract Data Relationship' class.
      See Also:
      Constant Field Values
    • ABSTRACT_DATA_RELATIONSHIP___GET_TO

      static final int ABSTRACT_DATA_RELATIONSHIP___GET_TO
      The operation id for the 'Get To' operation.
      See Also:
      Constant Field Values
    • ABSTRACT_DATA_RELATIONSHIP___GET_FROM

      static final int ABSTRACT_DATA_RELATIONSHIP___GET_FROM
      The operation id for the 'Get From' operation.
      See Also:
      Constant Field Values
    • ABSTRACT_DATA_RELATIONSHIP_OPERATION_COUNT

      static final int ABSTRACT_DATA_RELATIONSHIP_OPERATION_COUNT
      The number of operations of the 'Abstract Data Relationship' class.
      See Also:
      Constant Field Values
    • KEY_RELATION

      static final int KEY_RELATION
      The meta object id for the 'Key Relation' class.
      See Also:
      KeyRelationImpl, DataPackageImpl.getKeyRelation(), Constant Field Values
    • KEY_RELATION__ATTRIBUTE

      static final int KEY_RELATION__ATTRIBUTE
      The feature id for the 'Attribute' containment reference list.
      See Also:
      Constant Field Values
    • KEY_RELATION__ANNOTATION

      static final int KEY_RELATION__ANNOTATION
      The feature id for the 'Annotation' containment reference list.
      See Also:
      Constant Field Values
    • KEY_RELATION__STEREOTYPE

      static final int KEY_RELATION__STEREOTYPE
      The feature id for the 'Stereotype' reference list.
      See Also:
      Constant Field Values
    • KEY_RELATION__TAGGED_VALUE

      static final int KEY_RELATION__TAGGED_VALUE
      The feature id for the 'Tagged Value' containment reference list.
      See Also:
      Constant Field Values
    • KEY_RELATION__TO

      static final int KEY_RELATION__TO
      The feature id for the 'To' reference.
      See Also:
      Constant Field Values
    • KEY_RELATION__FROM

      static final int KEY_RELATION__FROM
      The feature id for the 'From' reference.
      See Also:
      Constant Field Values
    • KEY_RELATION_FEATURE_COUNT

      static final int KEY_RELATION_FEATURE_COUNT
      The number of structural features of the 'Key Relation' class.
      See Also:
      Constant Field Values
    • KEY_RELATION___GET_TO

      static final int KEY_RELATION___GET_TO
      The operation id for the 'Get To' operation.
      See Also:
      Constant Field Values
    • KEY_RELATION___GET_FROM

      static final int KEY_RELATION___GET_FROM
      The operation id for the 'Get From' operation.
      See Also:
      Constant Field Values
    • KEY_RELATION_OPERATION_COUNT

      static final int KEY_RELATION_OPERATION_COUNT
      The number of operations of the 'Key Relation' class.
      See Also:
      Constant Field Values
    • REFERENCE_KEY

      static final int REFERENCE_KEY
      The meta object id for the 'Reference Key' class.
      See Also:
      ReferenceKeyImpl, DataPackageImpl.getReferenceKey(), Constant Field Values
    • REFERENCE_KEY__ATTRIBUTE

      static final int REFERENCE_KEY__ATTRIBUTE
      The feature id for the 'Attribute' containment reference list.
      See Also:
      Constant Field Values
    • REFERENCE_KEY__ANNOTATION

      static final int REFERENCE_KEY__ANNOTATION
      The feature id for the 'Annotation' containment reference list.
      See Also:
      Constant Field Values
    • REFERENCE_KEY__STEREOTYPE

      static final int REFERENCE_KEY__STEREOTYPE
      The feature id for the 'Stereotype' reference list.
      See Also:
      Constant Field Values
    • REFERENCE_KEY__TAGGED_VALUE

      static final int REFERENCE_KEY__TAGGED_VALUE
      The feature id for the 'Tagged Value' containment reference list.
      See Also:
      Constant Field Values
    • REFERENCE_KEY__NAME

      static final int REFERENCE_KEY__NAME
      The feature id for the 'Name' attribute.
      See Also:
      Constant Field Values
    • REFERENCE_KEY__SOURCE

      static final int REFERENCE_KEY__SOURCE
      The feature id for the 'Source' containment reference list.
      See Also:
      Constant Field Values
    • REFERENCE_KEY__DATA_RELATION

      static final int REFERENCE_KEY__DATA_RELATION
      The feature id for the 'Data Relation' containment reference list.
      See Also:
      Constant Field Values
    • REFERENCE_KEY__ABSTRACTION

      static final int REFERENCE_KEY__ABSTRACTION
      The feature id for the 'Abstraction' containment reference list.
      See Also:
      Constant Field Values
    • REFERENCE_KEY__IMPLEMENTATION

      static final int REFERENCE_KEY__IMPLEMENTATION
      The feature id for the 'Implementation' reference list.
      See Also:
      Constant Field Values
    • REFERENCE_KEY_FEATURE_COUNT

      static final int REFERENCE_KEY_FEATURE_COUNT
      The number of structural features of the 'Reference Key' class.
      See Also:
      Constant Field Values
    • REFERENCE_KEY___CREATE_AGGREGATION__KDMENTITY

      static final int REFERENCE_KEY___CREATE_AGGREGATION__KDMENTITY
      The operation id for the 'Create Aggregation' operation.
      See Also:
      Constant Field Values
    • REFERENCE_KEY___DELETE_AGGREGATION__AGGREGATEDRELATIONSHIP

      static final int REFERENCE_KEY___DELETE_AGGREGATION__AGGREGATEDRELATIONSHIP
      The operation id for the 'Delete Aggregation' operation.
      See Also:
      Constant Field Values
    • REFERENCE_KEY___GET_INBOUND

      static final int REFERENCE_KEY___GET_INBOUND
      The operation id for the 'Get Inbound' operation.
      See Also:
      Constant Field Values
    • REFERENCE_KEY___GET_OUTBOUND

      static final int REFERENCE_KEY___GET_OUTBOUND
      The operation id for the 'Get Outbound' operation.
      See Also:
      Constant Field Values
    • REFERENCE_KEY___GET_OWNED_RELATION

      static final int REFERENCE_KEY___GET_OWNED_RELATION
      The operation id for the 'Get Owned Relation' operation.
      See Also:
      Constant Field Values
    • REFERENCE_KEY___GET_IN_AGGREGATED

      static final int REFERENCE_KEY___GET_IN_AGGREGATED
      The operation id for the 'Get In Aggregated' operation.
      See Also:
      Constant Field Values
    • REFERENCE_KEY___GET_OUT_AGGREGATED

      static final int REFERENCE_KEY___GET_OUT_AGGREGATED
      The operation id for the 'Get Out Aggregated' operation.
      See Also:
      Constant Field Values
    • REFERENCE_KEY___GET_OWNER

      static final int REFERENCE_KEY___GET_OWNER
      The operation id for the 'Get Owner' operation.
      See Also:
      Constant Field Values
    • REFERENCE_KEY___GET_OWNED_ELEMENT

      static final int REFERENCE_KEY___GET_OWNED_ELEMENT
      The operation id for the 'Get Owned Element' operation.
      See Also:
      Constant Field Values
    • REFERENCE_KEY___GET_GROUP

      static final int REFERENCE_KEY___GET_GROUP
      The operation id for the 'Get Group' operation.
      See Also:
      Constant Field Values
    • REFERENCE_KEY___GET_GROUPED_ELEMENT

      static final int REFERENCE_KEY___GET_GROUPED_ELEMENT
      The operation id for the 'Get Grouped Element' operation.
      See Also:
      Constant Field Values
    • REFERENCE_KEY___GET_MODEL

      static final int REFERENCE_KEY___GET_MODEL
      The operation id for the 'Get Model' operation.
      See Also:
      Constant Field Values
    • REFERENCE_KEY_OPERATION_COUNT

      static final int REFERENCE_KEY_OPERATION_COUNT
      The number of operations of the 'Reference Key' class.
      See Also:
      Constant Field Values
    • DATA_CONTAINER

      static final int DATA_CONTAINER
      The meta object id for the 'Container' class.
      See Also:
      DataContainerImpl, DataPackageImpl.getDataContainer(), Constant Field Values
    • DATA_CONTAINER__ATTRIBUTE

      static final int DATA_CONTAINER__ATTRIBUTE
      The feature id for the 'Attribute' containment reference list.
      See Also:
      Constant Field Values
    • DATA_CONTAINER__ANNOTATION

      static final int DATA_CONTAINER__ANNOTATION
      The feature id for the 'Annotation' containment reference list.
      See Also:
      Constant Field Values
    • DATA_CONTAINER__STEREOTYPE

      static final int DATA_CONTAINER__STEREOTYPE
      The feature id for the 'Stereotype' reference list.
      See Also:
      Constant Field Values
    • DATA_CONTAINER__TAGGED_VALUE

      static final int DATA_CONTAINER__TAGGED_VALUE
      The feature id for the 'Tagged Value' containment reference list.
      See Also:
      Constant Field Values
    • DATA_CONTAINER__NAME

      static final int DATA_CONTAINER__NAME
      The feature id for the 'Name' attribute.
      See Also:
      Constant Field Values
    • DATA_CONTAINER__SOURCE

      static final int DATA_CONTAINER__SOURCE
      The feature id for the 'Source' containment reference list.
      See Also:
      Constant Field Values
    • DATA_CONTAINER__DATA_RELATION

      static final int DATA_CONTAINER__DATA_RELATION
      The feature id for the 'Data Relation' containment reference list.
      See Also:
      Constant Field Values
    • DATA_CONTAINER__ABSTRACTION

      static final int DATA_CONTAINER__ABSTRACTION
      The feature id for the 'Abstraction' containment reference list.
      See Also:
      Constant Field Values
    • DATA_CONTAINER__DATA_ELEMENT

      static final int DATA_CONTAINER__DATA_ELEMENT
      The feature id for the 'Data Element' containment reference list.
      See Also:
      Constant Field Values
    • DATA_CONTAINER_FEATURE_COUNT

      static final int DATA_CONTAINER_FEATURE_COUNT
      The number of structural features of the 'Container' class.
      See Also:
      Constant Field Values
    • DATA_CONTAINER___CREATE_AGGREGATION__KDMENTITY

      static final int DATA_CONTAINER___CREATE_AGGREGATION__KDMENTITY
      The operation id for the 'Create Aggregation' operation.
      See Also:
      Constant Field Values
    • DATA_CONTAINER___DELETE_AGGREGATION__AGGREGATEDRELATIONSHIP

      static final int DATA_CONTAINER___DELETE_AGGREGATION__AGGREGATEDRELATIONSHIP
      The operation id for the 'Delete Aggregation' operation.
      See Also:
      Constant Field Values
    • DATA_CONTAINER___GET_INBOUND

      static final int DATA_CONTAINER___GET_INBOUND
      The operation id for the 'Get Inbound' operation.
      See Also:
      Constant Field Values
    • DATA_CONTAINER___GET_OUTBOUND

      static final int DATA_CONTAINER___GET_OUTBOUND
      The operation id for the 'Get Outbound' operation.
      See Also:
      Constant Field Values
    • DATA_CONTAINER___GET_OWNED_RELATION

      static final int DATA_CONTAINER___GET_OWNED_RELATION
      The operation id for the 'Get Owned Relation' operation.
      See Also:
      Constant Field Values
    • DATA_CONTAINER___GET_IN_AGGREGATED

      static final int DATA_CONTAINER___GET_IN_AGGREGATED
      The operation id for the 'Get In Aggregated' operation.
      See Also:
      Constant Field Values
    • DATA_CONTAINER___GET_OUT_AGGREGATED

      static final int DATA_CONTAINER___GET_OUT_AGGREGATED
      The operation id for the 'Get Out Aggregated' operation.
      See Also:
      Constant Field Values
    • DATA_CONTAINER___GET_OWNER

      static final int DATA_CONTAINER___GET_OWNER
      The operation id for the 'Get Owner' operation.
      See Also:
      Constant Field Values
    • DATA_CONTAINER___GET_OWNED_ELEMENT

      static final int DATA_CONTAINER___GET_OWNED_ELEMENT
      The operation id for the 'Get Owned Element' operation.
      See Also:
      Constant Field Values
    • DATA_CONTAINER___GET_GROUP

      static final int DATA_CONTAINER___GET_GROUP
      The operation id for the 'Get Group' operation.
      See Also:
      Constant Field Values
    • DATA_CONTAINER___GET_GROUPED_ELEMENT

      static final int DATA_CONTAINER___GET_GROUPED_ELEMENT
      The operation id for the 'Get Grouped Element' operation.
      See Also:
      Constant Field Values
    • DATA_CONTAINER___GET_MODEL

      static final int DATA_CONTAINER___GET_MODEL
      The operation id for the 'Get Model' operation.
      See Also:
      Constant Field Values
    • DATA_CONTAINER_OPERATION_COUNT

      static final int DATA_CONTAINER_OPERATION_COUNT
      The number of operations of the 'Container' class.
      See Also:
      Constant Field Values
    • CATALOG

      static final int CATALOG
      The meta object id for the 'Catalog' class.
      See Also:
      CatalogImpl, DataPackageImpl.getCatalog(), Constant Field Values
    • CATALOG__ATTRIBUTE

      static final int CATALOG__ATTRIBUTE
      The feature id for the 'Attribute' containment reference list.
      See Also:
      Constant Field Values
    • CATALOG__ANNOTATION

      static final int CATALOG__ANNOTATION
      The feature id for the 'Annotation' containment reference list.
      See Also:
      Constant Field Values
    • CATALOG__STEREOTYPE

      static final int CATALOG__STEREOTYPE
      The feature id for the 'Stereotype' reference list.
      See Also:
      Constant Field Values
    • CATALOG__TAGGED_VALUE

      static final int CATALOG__TAGGED_VALUE
      The feature id for the 'Tagged Value' containment reference list.
      See Also:
      Constant Field Values
    • CATALOG__NAME

      static final int CATALOG__NAME
      The feature id for the 'Name' attribute.
      See Also:
      Constant Field Values
    • CATALOG__SOURCE

      static final int CATALOG__SOURCE
      The feature id for the 'Source' containment reference list.
      See Also:
      Constant Field Values
    • CATALOG__DATA_RELATION

      static final int CATALOG__DATA_RELATION
      The feature id for the 'Data Relation' containment reference list.
      See Also:
      Constant Field Values
    • CATALOG__ABSTRACTION

      static final int CATALOG__ABSTRACTION
      The feature id for the 'Abstraction' containment reference list.
      See Also:
      Constant Field Values
    • CATALOG__DATA_ELEMENT

      static final int CATALOG__DATA_ELEMENT
      The feature id for the 'Data Element' containment reference list.
      See Also:
      Constant Field Values
    • CATALOG_FEATURE_COUNT

      static final int CATALOG_FEATURE_COUNT
      The number of structural features of the 'Catalog' class.
      See Also:
      Constant Field Values
    • CATALOG___CREATE_AGGREGATION__KDMENTITY

      static final int CATALOG___CREATE_AGGREGATION__KDMENTITY
      The operation id for the 'Create Aggregation' operation.
      See Also:
      Constant Field Values
    • CATALOG___DELETE_AGGREGATION__AGGREGATEDRELATIONSHIP

      static final int CATALOG___DELETE_AGGREGATION__AGGREGATEDRELATIONSHIP
      The operation id for the 'Delete Aggregation' operation.
      See Also:
      Constant Field Values
    • CATALOG___GET_INBOUND

      static final int CATALOG___GET_INBOUND
      The operation id for the 'Get Inbound' operation.
      See Also:
      Constant Field Values
    • CATALOG___GET_OUTBOUND

      static final int CATALOG___GET_OUTBOUND
      The operation id for the 'Get Outbound' operation.
      See Also:
      Constant Field Values
    • CATALOG___GET_OWNED_RELATION

      static final int CATALOG___GET_OWNED_RELATION
      The operation id for the 'Get Owned Relation' operation.
      See Also:
      Constant Field Values
    • CATALOG___GET_IN_AGGREGATED

      static final int CATALOG___GET_IN_AGGREGATED
      The operation id for the 'Get In Aggregated' operation.
      See Also:
      Constant Field Values
    • CATALOG___GET_OUT_AGGREGATED

      static final int CATALOG___GET_OUT_AGGREGATED
      The operation id for the 'Get Out Aggregated' operation.
      See Also:
      Constant Field Values
    • CATALOG___GET_OWNER

      static final int CATALOG___GET_OWNER
      The operation id for the 'Get Owner' operation.
      See Also:
      Constant Field Values
    • CATALOG___GET_OWNED_ELEMENT

      static final int CATALOG___GET_OWNED_ELEMENT
      The operation id for the 'Get Owned Element' operation.
      See Also:
      Constant Field Values
    • CATALOG___GET_GROUP

      static final int CATALOG___GET_GROUP
      The operation id for the 'Get Group' operation.
      See Also:
      Constant Field Values
    • CATALOG___GET_GROUPED_ELEMENT

      static final int CATALOG___GET_GROUPED_ELEMENT
      The operation id for the 'Get Grouped Element' operation.
      See Also:
      Constant Field Values
    • CATALOG___GET_MODEL

      static final int CATALOG___GET_MODEL
      The operation id for the 'Get Model' operation.
      See Also:
      Constant Field Values
    • CATALOG_OPERATION_COUNT

      static final int CATALOG_OPERATION_COUNT
      The number of operations of the 'Catalog' class.
      See Also:
      Constant Field Values
    • RELATIONAL_SCHEMA

      static final int RELATIONAL_SCHEMA
      The meta object id for the 'Relational Schema' class.
      See Also:
      RelationalSchemaImpl, DataPackageImpl.getRelationalSchema(), Constant Field Values
    • RELATIONAL_SCHEMA__ATTRIBUTE

      static final int RELATIONAL_SCHEMA__ATTRIBUTE
      The feature id for the 'Attribute' containment reference list.
      See Also:
      Constant Field Values
    • RELATIONAL_SCHEMA__ANNOTATION

      static final int RELATIONAL_SCHEMA__ANNOTATION
      The feature id for the 'Annotation' containment reference list.
      See Also:
      Constant Field Values
    • RELATIONAL_SCHEMA__STEREOTYPE

      static final int RELATIONAL_SCHEMA__STEREOTYPE
      The feature id for the 'Stereotype' reference list.
      See Also:
      Constant Field Values
    • RELATIONAL_SCHEMA__TAGGED_VALUE

      static final int RELATIONAL_SCHEMA__TAGGED_VALUE
      The feature id for the 'Tagged Value' containment reference list.
      See Also:
      Constant Field Values
    • RELATIONAL_SCHEMA__NAME

      static final int RELATIONAL_SCHEMA__NAME
      The feature id for the 'Name' attribute.
      See Also:
      Constant Field Values
    • RELATIONAL_SCHEMA__SOURCE

      static final int RELATIONAL_SCHEMA__SOURCE
      The feature id for the 'Source' containment reference list.
      See Also:
      Constant Field Values
    • RELATIONAL_SCHEMA__DATA_RELATION

      static final int RELATIONAL_SCHEMA__DATA_RELATION
      The feature id for the 'Data Relation' containment reference list.
      See Also:
      Constant Field Values
    • RELATIONAL_SCHEMA__ABSTRACTION

      static final int RELATIONAL_SCHEMA__ABSTRACTION
      The feature id for the 'Abstraction' containment reference list.
      See Also:
      Constant Field Values
    • RELATIONAL_SCHEMA__DATA_ELEMENT

      static final int RELATIONAL_SCHEMA__DATA_ELEMENT
      The feature id for the 'Data Element' containment reference list.
      See Also:
      Constant Field Values
    • RELATIONAL_SCHEMA__CODE_ELEMENT

      static final int RELATIONAL_SCHEMA__CODE_ELEMENT
      The feature id for the 'Code Element' containment reference list.
      See Also:
      Constant Field Values
    • RELATIONAL_SCHEMA_FEATURE_COUNT

      static final int RELATIONAL_SCHEMA_FEATURE_COUNT
      The number of structural features of the 'Relational Schema' class.
      See Also:
      Constant Field Values
    • RELATIONAL_SCHEMA___CREATE_AGGREGATION__KDMENTITY

      static final int RELATIONAL_SCHEMA___CREATE_AGGREGATION__KDMENTITY
      The operation id for the 'Create Aggregation' operation.
      See Also:
      Constant Field Values
    • RELATIONAL_SCHEMA___DELETE_AGGREGATION__AGGREGATEDRELATIONSHIP

      static final int RELATIONAL_SCHEMA___DELETE_AGGREGATION__AGGREGATEDRELATIONSHIP
      The operation id for the 'Delete Aggregation' operation.
      See Also:
      Constant Field Values
    • RELATIONAL_SCHEMA___GET_INBOUND

      static final int RELATIONAL_SCHEMA___GET_INBOUND
      The operation id for the 'Get Inbound' operation.
      See Also:
      Constant Field Values
    • RELATIONAL_SCHEMA___GET_OUTBOUND

      static final int RELATIONAL_SCHEMA___GET_OUTBOUND
      The operation id for the 'Get Outbound' operation.
      See Also:
      Constant Field Values
    • RELATIONAL_SCHEMA___GET_OWNED_RELATION

      static final int RELATIONAL_SCHEMA___GET_OWNED_RELATION
      The operation id for the 'Get Owned Relation' operation.
      See Also:
      Constant Field Values
    • RELATIONAL_SCHEMA___GET_IN_AGGREGATED

      static final int RELATIONAL_SCHEMA___GET_IN_AGGREGATED
      The operation id for the 'Get In Aggregated' operation.
      See Also:
      Constant Field Values
    • RELATIONAL_SCHEMA___GET_OUT_AGGREGATED

      static final int RELATIONAL_SCHEMA___GET_OUT_AGGREGATED
      The operation id for the 'Get Out Aggregated' operation.
      See Also:
      Constant Field Values
    • RELATIONAL_SCHEMA___GET_OWNER

      static final int RELATIONAL_SCHEMA___GET_OWNER
      The operation id for the 'Get Owner' operation.
      See Also:
      Constant Field Values
    • RELATIONAL_SCHEMA___GET_OWNED_ELEMENT

      static final int RELATIONAL_SCHEMA___GET_OWNED_ELEMENT
      The operation id for the 'Get Owned Element' operation.
      See Also:
      Constant Field Values
    • RELATIONAL_SCHEMA___GET_GROUP

      static final int RELATIONAL_SCHEMA___GET_GROUP
      The operation id for the 'Get Group' operation.
      See Also:
      Constant Field Values
    • RELATIONAL_SCHEMA___GET_GROUPED_ELEMENT

      static final int RELATIONAL_SCHEMA___GET_GROUPED_ELEMENT
      The operation id for the 'Get Grouped Element' operation.
      See Also:
      Constant Field Values
    • RELATIONAL_SCHEMA___GET_MODEL

      static final int RELATIONAL_SCHEMA___GET_MODEL
      The operation id for the 'Get Model' operation.
      See Also:
      Constant Field Values
    • RELATIONAL_SCHEMA_OPERATION_COUNT

      static final int RELATIONAL_SCHEMA_OPERATION_COUNT
      The number of operations of the 'Relational Schema' class.
      See Also:
      Constant Field Values
    • COLUMN_SET

      static final int COLUMN_SET
      The meta object id for the 'Column Set' class.
      See Also:
      ColumnSetImpl, DataPackageImpl.getColumnSet(), Constant Field Values
    • COLUMN_SET__ATTRIBUTE

      static final int COLUMN_SET__ATTRIBUTE
      The feature id for the 'Attribute' containment reference list.
      See Also:
      Constant Field Values
    • COLUMN_SET__ANNOTATION

      static final int COLUMN_SET__ANNOTATION
      The feature id for the 'Annotation' containment reference list.
      See Also:
      Constant Field Values
    • COLUMN_SET__STEREOTYPE

      static final int COLUMN_SET__STEREOTYPE
      The feature id for the 'Stereotype' reference list.
      See Also:
      Constant Field Values
    • COLUMN_SET__TAGGED_VALUE

      static final int COLUMN_SET__TAGGED_VALUE
      The feature id for the 'Tagged Value' containment reference list.
      See Also:
      Constant Field Values
    • COLUMN_SET__NAME

      static final int COLUMN_SET__NAME
      The feature id for the 'Name' attribute.
      See Also:
      Constant Field Values
    • COLUMN_SET__SOURCE

      static final int COLUMN_SET__SOURCE
      The feature id for the 'Source' containment reference list.
      See Also:
      Constant Field Values
    • COLUMN_SET__DATA_RELATION

      static final int COLUMN_SET__DATA_RELATION
      The feature id for the 'Data Relation' containment reference list.
      See Also:
      Constant Field Values
    • COLUMN_SET__ABSTRACTION

      static final int COLUMN_SET__ABSTRACTION
      The feature id for the 'Abstraction' containment reference list.
      See Also:
      Constant Field Values
    • COLUMN_SET__DATA_ELEMENT

      static final int COLUMN_SET__DATA_ELEMENT
      The feature id for the 'Data Element' containment reference list.
      See Also:
      Constant Field Values
    • COLUMN_SET__ITEM_UNIT

      static final int COLUMN_SET__ITEM_UNIT
      The feature id for the 'Item Unit' containment reference list.
      See Also:
      Constant Field Values
    • COLUMN_SET_FEATURE_COUNT

      static final int COLUMN_SET_FEATURE_COUNT
      The number of structural features of the 'Column Set' class.
      See Also:
      Constant Field Values
    • COLUMN_SET___CREATE_AGGREGATION__KDMENTITY

      static final int COLUMN_SET___CREATE_AGGREGATION__KDMENTITY
      The operation id for the 'Create Aggregation' operation.
      See Also:
      Constant Field Values
    • COLUMN_SET___DELETE_AGGREGATION__AGGREGATEDRELATIONSHIP

      static final int COLUMN_SET___DELETE_AGGREGATION__AGGREGATEDRELATIONSHIP
      The operation id for the 'Delete Aggregation' operation.
      See Also:
      Constant Field Values
    • COLUMN_SET___GET_INBOUND

      static final int COLUMN_SET___GET_INBOUND
      The operation id for the 'Get Inbound' operation.
      See Also:
      Constant Field Values
    • COLUMN_SET___GET_OUTBOUND

      static final int COLUMN_SET___GET_OUTBOUND
      The operation id for the 'Get Outbound' operation.
      See Also:
      Constant Field Values
    • COLUMN_SET___GET_OWNED_RELATION

      static final int COLUMN_SET___GET_OWNED_RELATION
      The operation id for the 'Get Owned Relation' operation.
      See Also:
      Constant Field Values
    • COLUMN_SET___GET_IN_AGGREGATED

      static final int COLUMN_SET___GET_IN_AGGREGATED
      The operation id for the 'Get In Aggregated' operation.
      See Also:
      Constant Field Values
    • COLUMN_SET___GET_OUT_AGGREGATED

      static final int COLUMN_SET___GET_OUT_AGGREGATED
      The operation id for the 'Get Out Aggregated' operation.
      See Also:
      Constant Field Values
    • COLUMN_SET___GET_OWNER

      static final int COLUMN_SET___GET_OWNER
      The operation id for the 'Get Owner' operation.
      See Also:
      Constant Field Values
    • COLUMN_SET___GET_OWNED_ELEMENT

      static final int COLUMN_SET___GET_OWNED_ELEMENT
      The operation id for the 'Get Owned Element' operation.
      See Also:
      Constant Field Values
    • COLUMN_SET___GET_GROUP

      static final int COLUMN_SET___GET_GROUP
      The operation id for the 'Get Group' operation.
      See Also:
      Constant Field Values
    • COLUMN_SET___GET_GROUPED_ELEMENT

      static final int COLUMN_SET___GET_GROUPED_ELEMENT
      The operation id for the 'Get Grouped Element' operation.
      See Also:
      Constant Field Values
    • COLUMN_SET___GET_MODEL

      static final int COLUMN_SET___GET_MODEL
      The operation id for the 'Get Model' operation.
      See Also:
      Constant Field Values
    • COLUMN_SET_OPERATION_COUNT

      static final int COLUMN_SET_OPERATION_COUNT
      The number of operations of the 'Column Set' class.
      See Also:
      Constant Field Values
    • RELATIONAL_TABLE

      static final int RELATIONAL_TABLE
      The meta object id for the 'Relational Table' class.
      See Also:
      RelationalTableImpl, DataPackageImpl.getRelationalTable(), Constant Field Values
    • RELATIONAL_TABLE__ATTRIBUTE

      static final int RELATIONAL_TABLE__ATTRIBUTE
      The feature id for the 'Attribute' containment reference list.
      See Also:
      Constant Field Values
    • RELATIONAL_TABLE__ANNOTATION

      static final int RELATIONAL_TABLE__ANNOTATION
      The feature id for the 'Annotation' containment reference list.
      See Also:
      Constant Field Values
    • RELATIONAL_TABLE__STEREOTYPE

      static final int RELATIONAL_TABLE__STEREOTYPE
      The feature id for the 'Stereotype' reference list.
      See Also:
      Constant Field Values
    • RELATIONAL_TABLE__TAGGED_VALUE

      static final int RELATIONAL_TABLE__TAGGED_VALUE
      The feature id for the 'Tagged Value' containment reference list.
      See Also:
      Constant Field Values
    • RELATIONAL_TABLE__NAME

      static final int RELATIONAL_TABLE__NAME
      The feature id for the 'Name' attribute.
      See Also:
      Constant Field Values
    • RELATIONAL_TABLE__SOURCE

      static final int RELATIONAL_TABLE__SOURCE
      The feature id for the 'Source' containment reference list.
      See Also:
      Constant Field Values
    • RELATIONAL_TABLE__DATA_RELATION

      static final int RELATIONAL_TABLE__DATA_RELATION
      The feature id for the 'Data Relation' containment reference list.
      See Also:
      Constant Field Values
    • RELATIONAL_TABLE__ABSTRACTION

      static final int RELATIONAL_TABLE__ABSTRACTION
      The feature id for the 'Abstraction' containment reference list.
      See Also:
      Constant Field Values
    • RELATIONAL_TABLE__DATA_ELEMENT

      static final int RELATIONAL_TABLE__DATA_ELEMENT
      The feature id for the 'Data Element' containment reference list.
      See Also:
      Constant Field Values
    • RELATIONAL_TABLE__ITEM_UNIT

      static final int RELATIONAL_TABLE__ITEM_UNIT
      The feature id for the 'Item Unit' containment reference list.
      See Also:
      Constant Field Values
    • RELATIONAL_TABLE_FEATURE_COUNT

      static final int RELATIONAL_TABLE_FEATURE_COUNT
      The number of structural features of the 'Relational Table' class.
      See Also:
      Constant Field Values
    • RELATIONAL_TABLE___CREATE_AGGREGATION__KDMENTITY

      static final int RELATIONAL_TABLE___CREATE_AGGREGATION__KDMENTITY
      The operation id for the 'Create Aggregation' operation.
      See Also:
      Constant Field Values
    • RELATIONAL_TABLE___DELETE_AGGREGATION__AGGREGATEDRELATIONSHIP

      static final int RELATIONAL_TABLE___DELETE_AGGREGATION__AGGREGATEDRELATIONSHIP
      The operation id for the 'Delete Aggregation' operation.
      See Also:
      Constant Field Values
    • RELATIONAL_TABLE___GET_INBOUND

      static final int RELATIONAL_TABLE___GET_INBOUND
      The operation id for the 'Get Inbound' operation.
      See Also:
      Constant Field Values
    • RELATIONAL_TABLE___GET_OUTBOUND

      static final int RELATIONAL_TABLE___GET_OUTBOUND
      The operation id for the 'Get Outbound' operation.
      See Also:
      Constant Field Values
    • RELATIONAL_TABLE___GET_OWNED_RELATION

      static final int RELATIONAL_TABLE___GET_OWNED_RELATION
      The operation id for the 'Get Owned Relation' operation.
      See Also:
      Constant Field Values
    • RELATIONAL_TABLE___GET_IN_AGGREGATED

      static final int RELATIONAL_TABLE___GET_IN_AGGREGATED
      The operation id for the 'Get In Aggregated' operation.
      See Also:
      Constant Field Values
    • RELATIONAL_TABLE___GET_OUT_AGGREGATED

      static final int RELATIONAL_TABLE___GET_OUT_AGGREGATED
      The operation id for the 'Get Out Aggregated' operation.
      See Also:
      Constant Field Values
    • RELATIONAL_TABLE___GET_OWNER

      static final int RELATIONAL_TABLE___GET_OWNER
      The operation id for the 'Get Owner' operation.
      See Also:
      Constant Field Values
    • RELATIONAL_TABLE___GET_OWNED_ELEMENT

      static final int RELATIONAL_TABLE___GET_OWNED_ELEMENT
      The operation id for the 'Get Owned Element' operation.
      See Also:
      Constant Field Values
    • RELATIONAL_TABLE___GET_GROUP

      static final int RELATIONAL_TABLE___GET_GROUP
      The operation id for the 'Get Group' operation.
      See Also:
      Constant Field Values
    • RELATIONAL_TABLE___GET_GROUPED_ELEMENT

      static final int RELATIONAL_TABLE___GET_GROUPED_ELEMENT
      The operation id for the 'Get Grouped Element' operation.
      See Also:
      Constant Field Values
    • RELATIONAL_TABLE___GET_MODEL

      static final int RELATIONAL_TABLE___GET_MODEL
      The operation id for the 'Get Model' operation.
      See Also:
      Constant Field Values
    • RELATIONAL_TABLE_OPERATION_COUNT

      static final int RELATIONAL_TABLE_OPERATION_COUNT
      The number of operations of the 'Relational Table' class.
      See Also:
      Constant Field Values
    • RELATIONAL_VIEW

      static final int RELATIONAL_VIEW
      The meta object id for the 'Relational View' class.
      See Also:
      RelationalViewImpl, DataPackageImpl.getRelationalView(), Constant Field Values
    • RELATIONAL_VIEW__ATTRIBUTE

      static final int RELATIONAL_VIEW__ATTRIBUTE
      The feature id for the 'Attribute' containment reference list.
      See Also:
      Constant Field Values
    • RELATIONAL_VIEW__ANNOTATION

      static final int RELATIONAL_VIEW__ANNOTATION
      The feature id for the 'Annotation' containment reference list.
      See Also:
      Constant Field Values
    • RELATIONAL_VIEW__STEREOTYPE

      static final int RELATIONAL_VIEW__STEREOTYPE
      The feature id for the 'Stereotype' reference list.
      See Also:
      Constant Field Values
    • RELATIONAL_VIEW__TAGGED_VALUE

      static final int RELATIONAL_VIEW__TAGGED_VALUE
      The feature id for the 'Tagged Value' containment reference list.
      See Also:
      Constant Field Values
    • RELATIONAL_VIEW__NAME

      static final int RELATIONAL_VIEW__NAME
      The feature id for the 'Name' attribute.
      See Also:
      Constant Field Values
    • RELATIONAL_VIEW__SOURCE

      static final int RELATIONAL_VIEW__SOURCE
      The feature id for the 'Source' containment reference list.
      See Also:
      Constant Field Values
    • RELATIONAL_VIEW__DATA_RELATION

      static final int RELATIONAL_VIEW__DATA_RELATION
      The feature id for the 'Data Relation' containment reference list.
      See Also:
      Constant Field Values
    • RELATIONAL_VIEW__ABSTRACTION

      static final int RELATIONAL_VIEW__ABSTRACTION
      The feature id for the 'Abstraction' containment reference list.
      See Also:
      Constant Field Values
    • RELATIONAL_VIEW__DATA_ELEMENT

      static final int RELATIONAL_VIEW__DATA_ELEMENT
      The feature id for the 'Data Element' containment reference list.
      See Also:
      Constant Field Values
    • RELATIONAL_VIEW__ITEM_UNIT

      static final int RELATIONAL_VIEW__ITEM_UNIT
      The feature id for the 'Item Unit' containment reference list.
      See Also:
      Constant Field Values
    • RELATIONAL_VIEW_FEATURE_COUNT

      static final int RELATIONAL_VIEW_FEATURE_COUNT
      The number of structural features of the 'Relational View' class.
      See Also:
      Constant Field Values
    • RELATIONAL_VIEW___CREATE_AGGREGATION__KDMENTITY

      static final int RELATIONAL_VIEW___CREATE_AGGREGATION__KDMENTITY
      The operation id for the 'Create Aggregation' operation.
      See Also:
      Constant Field Values
    • RELATIONAL_VIEW___DELETE_AGGREGATION__AGGREGATEDRELATIONSHIP

      static final int RELATIONAL_VIEW___DELETE_AGGREGATION__AGGREGATEDRELATIONSHIP
      The operation id for the 'Delete Aggregation' operation.
      See Also:
      Constant Field Values
    • RELATIONAL_VIEW___GET_INBOUND

      static final int RELATIONAL_VIEW___GET_INBOUND
      The operation id for the 'Get Inbound' operation.
      See Also:
      Constant Field Values
    • RELATIONAL_VIEW___GET_OUTBOUND

      static final int RELATIONAL_VIEW___GET_OUTBOUND
      The operation id for the 'Get Outbound' operation.
      See Also:
      Constant Field Values
    • RELATIONAL_VIEW___GET_OWNED_RELATION

      static final int RELATIONAL_VIEW___GET_OWNED_RELATION
      The operation id for the 'Get Owned Relation' operation.
      See Also:
      Constant Field Values
    • RELATIONAL_VIEW___GET_IN_AGGREGATED

      static final int RELATIONAL_VIEW___GET_IN_AGGREGATED
      The operation id for the 'Get In Aggregated' operation.
      See Also:
      Constant Field Values
    • RELATIONAL_VIEW___GET_OUT_AGGREGATED

      static final int RELATIONAL_VIEW___GET_OUT_AGGREGATED
      The operation id for the 'Get Out Aggregated' operation.
      See Also:
      Constant Field Values
    • RELATIONAL_VIEW___GET_OWNER

      static final int RELATIONAL_VIEW___GET_OWNER
      The operation id for the 'Get Owner' operation.
      See Also:
      Constant Field Values
    • RELATIONAL_VIEW___GET_OWNED_ELEMENT

      static final int RELATIONAL_VIEW___GET_OWNED_ELEMENT
      The operation id for the 'Get Owned Element' operation.
      See Also:
      Constant Field Values
    • RELATIONAL_VIEW___GET_GROUP

      static final int RELATIONAL_VIEW___GET_GROUP
      The operation id for the 'Get Group' operation.
      See Also:
      Constant Field Values
    • RELATIONAL_VIEW___GET_GROUPED_ELEMENT

      static final int RELATIONAL_VIEW___GET_GROUPED_ELEMENT
      The operation id for the 'Get Grouped Element' operation.
      See Also:
      Constant Field Values
    • RELATIONAL_VIEW___GET_MODEL

      static final int RELATIONAL_VIEW___GET_MODEL
      The operation id for the 'Get Model' operation.
      See Also:
      Constant Field Values
    • RELATIONAL_VIEW_OPERATION_COUNT

      static final int RELATIONAL_VIEW_OPERATION_COUNT
      The number of operations of the 'Relational View' class.
      See Also:
      Constant Field Values
    • RECORD_FILE

      static final int RECORD_FILE
      The meta object id for the 'Record File' class.
      See Also:
      RecordFileImpl, DataPackageImpl.getRecordFile(), Constant Field Values
    • RECORD_FILE__ATTRIBUTE

      static final int RECORD_FILE__ATTRIBUTE
      The feature id for the 'Attribute' containment reference list.
      See Also:
      Constant Field Values
    • RECORD_FILE__ANNOTATION

      static final int RECORD_FILE__ANNOTATION
      The feature id for the 'Annotation' containment reference list.
      See Also:
      Constant Field Values
    • RECORD_FILE__STEREOTYPE

      static final int RECORD_FILE__STEREOTYPE
      The feature id for the 'Stereotype' reference list.
      See Also:
      Constant Field Values
    • RECORD_FILE__TAGGED_VALUE

      static final int RECORD_FILE__TAGGED_VALUE
      The feature id for the 'Tagged Value' containment reference list.
      See Also:
      Constant Field Values
    • RECORD_FILE__NAME

      static final int RECORD_FILE__NAME
      The feature id for the 'Name' attribute.
      See Also:
      Constant Field Values
    • RECORD_FILE__SOURCE

      static final int RECORD_FILE__SOURCE
      The feature id for the 'Source' containment reference list.
      See Also:
      Constant Field Values
    • RECORD_FILE__DATA_RELATION

      static final int RECORD_FILE__DATA_RELATION
      The feature id for the 'Data Relation' containment reference list.
      See Also:
      Constant Field Values
    • RECORD_FILE__ABSTRACTION

      static final int RECORD_FILE__ABSTRACTION
      The feature id for the 'Abstraction' containment reference list.
      See Also:
      Constant Field Values
    • RECORD_FILE__DATA_ELEMENT

      static final int RECORD_FILE__DATA_ELEMENT
      The feature id for the 'Data Element' containment reference list.
      See Also:
      Constant Field Values
    • RECORD_FILE__ITEM_UNIT

      static final int RECORD_FILE__ITEM_UNIT
      The feature id for the 'Item Unit' containment reference list.
      See Also:
      Constant Field Values
    • RECORD_FILE_FEATURE_COUNT

      static final int RECORD_FILE_FEATURE_COUNT
      The number of structural features of the 'Record File' class.
      See Also:
      Constant Field Values
    • RECORD_FILE___CREATE_AGGREGATION__KDMENTITY

      static final int RECORD_FILE___CREATE_AGGREGATION__KDMENTITY
      The operation id for the 'Create Aggregation' operation.
      See Also:
      Constant Field Values
    • RECORD_FILE___DELETE_AGGREGATION__AGGREGATEDRELATIONSHIP

      static final int RECORD_FILE___DELETE_AGGREGATION__AGGREGATEDRELATIONSHIP
      The operation id for the 'Delete Aggregation' operation.
      See Also:
      Constant Field Values
    • RECORD_FILE___GET_INBOUND

      static final int RECORD_FILE___GET_INBOUND
      The operation id for the 'Get Inbound' operation.
      See Also:
      Constant Field Values
    • RECORD_FILE___GET_OUTBOUND

      static final int RECORD_FILE___GET_OUTBOUND
      The operation id for the 'Get Outbound' operation.
      See Also:
      Constant Field Values
    • RECORD_FILE___GET_OWNED_RELATION

      static final int RECORD_FILE___GET_OWNED_RELATION
      The operation id for the 'Get Owned Relation' operation.
      See Also:
      Constant Field Values
    • RECORD_FILE___GET_IN_AGGREGATED

      static final int RECORD_FILE___GET_IN_AGGREGATED
      The operation id for the 'Get In Aggregated' operation.
      See Also:
      Constant Field Values
    • RECORD_FILE___GET_OUT_AGGREGATED

      static final int RECORD_FILE___GET_OUT_AGGREGATED
      The operation id for the 'Get Out Aggregated' operation.
      See Also:
      Constant Field Values
    • RECORD_FILE___GET_OWNER

      static final int RECORD_FILE___GET_OWNER
      The operation id for the 'Get Owner' operation.
      See Also:
      Constant Field Values
    • RECORD_FILE___GET_OWNED_ELEMENT

      static final int RECORD_FILE___GET_OWNED_ELEMENT
      The operation id for the 'Get Owned Element' operation.
      See Also:
      Constant Field Values
    • RECORD_FILE___GET_GROUP

      static final int RECORD_FILE___GET_GROUP
      The operation id for the 'Get Group' operation.
      See Also:
      Constant Field Values
    • RECORD_FILE___GET_GROUPED_ELEMENT

      static final int RECORD_FILE___GET_GROUPED_ELEMENT
      The operation id for the 'Get Grouped Element' operation.
      See Also:
      Constant Field Values
    • RECORD_FILE___GET_MODEL

      static final int RECORD_FILE___GET_MODEL
      The operation id for the 'Get Model' operation.
      See Also:
      Constant Field Values
    • RECORD_FILE_OPERATION_COUNT

      static final int RECORD_FILE_OPERATION_COUNT
      The number of operations of the 'Record File' class.
      See Also:
      Constant Field Values
    • DATA_EVENT

      static final int DATA_EVENT
      The meta object id for the 'Event' class.
      See Also:
      DataEventImpl, DataPackageImpl.getDataEvent(), Constant Field Values
    • DATA_EVENT__ATTRIBUTE

      static final int DATA_EVENT__ATTRIBUTE
      The feature id for the 'Attribute' containment reference list.
      See Also:
      Constant Field Values
    • DATA_EVENT__ANNOTATION

      static final int DATA_EVENT__ANNOTATION
      The feature id for the 'Annotation' containment reference list.
      See Also:
      Constant Field Values
    • DATA_EVENT__STEREOTYPE

      static final int DATA_EVENT__STEREOTYPE
      The feature id for the 'Stereotype' reference list.
      See Also:
      Constant Field Values
    • DATA_EVENT__TAGGED_VALUE

      static final int DATA_EVENT__TAGGED_VALUE
      The feature id for the 'Tagged Value' containment reference list.
      See Also:
      Constant Field Values
    • DATA_EVENT__NAME

      static final int DATA_EVENT__NAME
      The feature id for the 'Name' attribute.
      See Also:
      Constant Field Values
    • DATA_EVENT__SOURCE

      static final int DATA_EVENT__SOURCE
      The feature id for the 'Source' containment reference list.
      See Also:
      Constant Field Values
    • DATA_EVENT__DATA_RELATION

      static final int DATA_EVENT__DATA_RELATION
      The feature id for the 'Data Relation' containment reference list.
      See Also:
      Constant Field Values
    • DATA_EVENT__ABSTRACTION

      static final int DATA_EVENT__ABSTRACTION
      The feature id for the 'Abstraction' containment reference list.
      See Also:
      Constant Field Values
    • DATA_EVENT__KIND

      static final int DATA_EVENT__KIND
      The feature id for the 'Kind' attribute.
      See Also:
      Constant Field Values
    • DATA_EVENT_FEATURE_COUNT

      static final int DATA_EVENT_FEATURE_COUNT
      The number of structural features of the 'Event' class.
      See Also:
      Constant Field Values
    • DATA_EVENT___CREATE_AGGREGATION__KDMENTITY

      static final int DATA_EVENT___CREATE_AGGREGATION__KDMENTITY
      The operation id for the 'Create Aggregation' operation.
      See Also:
      Constant Field Values
    • DATA_EVENT___DELETE_AGGREGATION__AGGREGATEDRELATIONSHIP

      static final int DATA_EVENT___DELETE_AGGREGATION__AGGREGATEDRELATIONSHIP
      The operation id for the 'Delete Aggregation' operation.
      See Also:
      Constant Field Values
    • DATA_EVENT___GET_INBOUND

      static final int DATA_EVENT___GET_INBOUND
      The operation id for the 'Get Inbound' operation.
      See Also:
      Constant Field Values
    • DATA_EVENT___GET_OUTBOUND

      static final int DATA_EVENT___GET_OUTBOUND
      The operation id for the 'Get Outbound' operation.
      See Also:
      Constant Field Values
    • DATA_EVENT___GET_OWNED_RELATION

      static final int DATA_EVENT___GET_OWNED_RELATION
      The operation id for the 'Get Owned Relation' operation.
      See Also:
      Constant Field Values
    • DATA_EVENT___GET_IN_AGGREGATED

      static final int DATA_EVENT___GET_IN_AGGREGATED
      The operation id for the 'Get In Aggregated' operation.
      See Also:
      Constant Field Values
    • DATA_EVENT___GET_OUT_AGGREGATED

      static final int DATA_EVENT___GET_OUT_AGGREGATED
      The operation id for the 'Get Out Aggregated' operation.
      See Also:
      Constant Field Values
    • DATA_EVENT___GET_OWNER

      static final int DATA_EVENT___GET_OWNER
      The operation id for the 'Get Owner' operation.
      See Also:
      Constant Field Values
    • DATA_EVENT___GET_OWNED_ELEMENT

      static final int DATA_EVENT___GET_OWNED_ELEMENT
      The operation id for the 'Get Owned Element' operation.
      See Also:
      Constant Field Values
    • DATA_EVENT___GET_GROUP

      static final int DATA_EVENT___GET_GROUP
      The operation id for the 'Get Group' operation.
      See Also:
      Constant Field Values
    • DATA_EVENT___GET_GROUPED_ELEMENT

      static final int DATA_EVENT___GET_GROUPED_ELEMENT
      The operation id for the 'Get Grouped Element' operation.
      See Also:
      Constant Field Values
    • DATA_EVENT___GET_MODEL

      static final int DATA_EVENT___GET_MODEL
      The operation id for the 'Get Model' operation.
      See Also:
      Constant Field Values
    • DATA_EVENT_OPERATION_COUNT

      static final int DATA_EVENT_OPERATION_COUNT
      The number of operations of the 'Event' class.
      See Also:
      Constant Field Values
    • XML_SCHEMA

      static final int XML_SCHEMA
      The meta object id for the 'XML Schema' class.
      See Also:
      XMLSchemaImpl, DataPackageImpl.getXMLSchema(), Constant Field Values
    • XML_SCHEMA__ATTRIBUTE

      static final int XML_SCHEMA__ATTRIBUTE
      The feature id for the 'Attribute' containment reference list.
      See Also:
      Constant Field Values
    • XML_SCHEMA__ANNOTATION

      static final int XML_SCHEMA__ANNOTATION
      The feature id for the 'Annotation' containment reference list.
      See Also:
      Constant Field Values
    • XML_SCHEMA__STEREOTYPE

      static final int XML_SCHEMA__STEREOTYPE
      The feature id for the 'Stereotype' reference list.
      See Also:
      Constant Field Values
    • XML_SCHEMA__TAGGED_VALUE

      static final int XML_SCHEMA__TAGGED_VALUE
      The feature id for the 'Tagged Value' containment reference list.
      See Also:
      Constant Field Values
    • XML_SCHEMA__NAME

      static final int XML_SCHEMA__NAME
      The feature id for the 'Name' attribute.
      See Also:
      Constant Field Values
    • XML_SCHEMA__SOURCE

      static final int XML_SCHEMA__SOURCE
      The feature id for the 'Source' containment reference list.
      See Also:
      Constant Field Values
    • XML_SCHEMA__DATA_RELATION

      static final int XML_SCHEMA__DATA_RELATION
      The feature id for the 'Data Relation' containment reference list.
      See Also:
      Constant Field Values
    • XML_SCHEMA__ABSTRACTION

      static final int XML_SCHEMA__ABSTRACTION
      The feature id for the 'Abstraction' containment reference list.
      See Also:
      Constant Field Values
    • XML_SCHEMA__CONTENT_ELEMENT

      static final int XML_SCHEMA__CONTENT_ELEMENT
      The feature id for the 'Content Element' containment reference list.
      See Also:
      Constant Field Values
    • XML_SCHEMA_FEATURE_COUNT

      static final int XML_SCHEMA_FEATURE_COUNT
      The number of structural features of the 'XML Schema' class.
      See Also:
      Constant Field Values
    • XML_SCHEMA___CREATE_AGGREGATION__KDMENTITY

      static final int XML_SCHEMA___CREATE_AGGREGATION__KDMENTITY
      The operation id for the 'Create Aggregation' operation.
      See Also:
      Constant Field Values
    • XML_SCHEMA___DELETE_AGGREGATION__AGGREGATEDRELATIONSHIP

      static final int XML_SCHEMA___DELETE_AGGREGATION__AGGREGATEDRELATIONSHIP
      The operation id for the 'Delete Aggregation' operation.
      See Also:
      Constant Field Values
    • XML_SCHEMA___GET_INBOUND

      static final int XML_SCHEMA___GET_INBOUND
      The operation id for the 'Get Inbound' operation.
      See Also:
      Constant Field Values
    • XML_SCHEMA___GET_OUTBOUND

      static final int XML_SCHEMA___GET_OUTBOUND
      The operation id for the 'Get Outbound' operation.
      See Also:
      Constant Field Values
    • XML_SCHEMA___GET_OWNED_RELATION

      static final int XML_SCHEMA___GET_OWNED_RELATION
      The operation id for the 'Get Owned Relation' operation.
      See Also:
      Constant Field Values
    • XML_SCHEMA___GET_IN_AGGREGATED

      static final int XML_SCHEMA___GET_IN_AGGREGATED
      The operation id for the 'Get In Aggregated' operation.
      See Also:
      Constant Field Values
    • XML_SCHEMA___GET_OUT_AGGREGATED

      static final int XML_SCHEMA___GET_OUT_AGGREGATED
      The operation id for the 'Get Out Aggregated' operation.
      See Also:
      Constant Field Values
    • XML_SCHEMA___GET_OWNER

      static final int XML_SCHEMA___GET_OWNER
      The operation id for the 'Get Owner' operation.
      See Also:
      Constant Field Values
    • XML_SCHEMA___GET_OWNED_ELEMENT

      static final int XML_SCHEMA___GET_OWNED_ELEMENT
      The operation id for the 'Get Owned Element' operation.
      See Also:
      Constant Field Values
    • XML_SCHEMA___GET_GROUP

      static final int XML_SCHEMA___GET_GROUP
      The operation id for the 'Get Group' operation.
      See Also:
      Constant Field Values
    • XML_SCHEMA___GET_GROUPED_ELEMENT

      static final int XML_SCHEMA___GET_GROUPED_ELEMENT
      The operation id for the 'Get Grouped Element' operation.
      See Also:
      Constant Field Values
    • XML_SCHEMA___GET_MODEL

      static final int XML_SCHEMA___GET_MODEL
      The operation id for the 'Get Model' operation.
      See Also:
      Constant Field Values
    • XML_SCHEMA_OPERATION_COUNT

      static final int XML_SCHEMA_OPERATION_COUNT
      The number of operations of the 'XML Schema' class.
      See Also:
      Constant Field Values
    • ABSTRACT_CONTENT_ELEMENT

      static final int ABSTRACT_CONTENT_ELEMENT
      The meta object id for the 'Abstract Content Element' class.
      See Also:
      AbstractContentElement, DataPackageImpl.getAbstractContentElement(), Constant Field Values
    • ABSTRACT_CONTENT_ELEMENT__ATTRIBUTE

      static final int ABSTRACT_CONTENT_ELEMENT__ATTRIBUTE
      The feature id for the 'Attribute' containment reference list.
      See Also:
      Constant Field Values
    • ABSTRACT_CONTENT_ELEMENT__ANNOTATION

      static final int ABSTRACT_CONTENT_ELEMENT__ANNOTATION
      The feature id for the 'Annotation' containment reference list.
      See Also:
      Constant Field Values
    • ABSTRACT_CONTENT_ELEMENT__STEREOTYPE

      static final int ABSTRACT_CONTENT_ELEMENT__STEREOTYPE
      The feature id for the 'Stereotype' reference list.
      See Also:
      Constant Field Values
    • ABSTRACT_CONTENT_ELEMENT__TAGGED_VALUE

      static final int ABSTRACT_CONTENT_ELEMENT__TAGGED_VALUE
      The feature id for the 'Tagged Value' containment reference list.
      See Also:
      Constant Field Values
    • ABSTRACT_CONTENT_ELEMENT__NAME

      static final int ABSTRACT_CONTENT_ELEMENT__NAME
      The feature id for the 'Name' attribute.
      See Also:
      Constant Field Values
    • ABSTRACT_CONTENT_ELEMENT__SOURCE

      static final int ABSTRACT_CONTENT_ELEMENT__SOURCE
      The feature id for the 'Source' containment reference list.
      See Also:
      Constant Field Values
    • ABSTRACT_CONTENT_ELEMENT__DATA_RELATION

      static final int ABSTRACT_CONTENT_ELEMENT__DATA_RELATION
      The feature id for the 'Data Relation' containment reference list.
      See Also:
      Constant Field Values
    • ABSTRACT_CONTENT_ELEMENT__ABSTRACTION

      static final int ABSTRACT_CONTENT_ELEMENT__ABSTRACTION
      The feature id for the 'Abstraction' containment reference list.
      See Also:
      Constant Field Values
    • ABSTRACT_CONTENT_ELEMENT_FEATURE_COUNT

      static final int ABSTRACT_CONTENT_ELEMENT_FEATURE_COUNT
      The number of structural features of the 'Abstract Content Element' class.
      See Also:
      Constant Field Values
    • ABSTRACT_CONTENT_ELEMENT___CREATE_AGGREGATION__KDMENTITY

      static final int ABSTRACT_CONTENT_ELEMENT___CREATE_AGGREGATION__KDMENTITY
      The operation id for the 'Create Aggregation' operation.
      See Also:
      Constant Field Values
    • ABSTRACT_CONTENT_ELEMENT___DELETE_AGGREGATION__AGGREGATEDRELATIONSHIP

      static final int ABSTRACT_CONTENT_ELEMENT___DELETE_AGGREGATION__AGGREGATEDRELATIONSHIP
      The operation id for the 'Delete Aggregation' operation.
      See Also:
      Constant Field Values
    • ABSTRACT_CONTENT_ELEMENT___GET_INBOUND

      static final int ABSTRACT_CONTENT_ELEMENT___GET_INBOUND
      The operation id for the 'Get Inbound' operation.
      See Also:
      Constant Field Values
    • ABSTRACT_CONTENT_ELEMENT___GET_OUTBOUND

      static final int ABSTRACT_CONTENT_ELEMENT___GET_OUTBOUND
      The operation id for the 'Get Outbound' operation.
      See Also:
      Constant Field Values
    • ABSTRACT_CONTENT_ELEMENT___GET_OWNED_RELATION

      static final int ABSTRACT_CONTENT_ELEMENT___GET_OWNED_RELATION
      The operation id for the 'Get Owned Relation' operation.
      See Also:
      Constant Field Values
    • ABSTRACT_CONTENT_ELEMENT___GET_IN_AGGREGATED

      static final int ABSTRACT_CONTENT_ELEMENT___GET_IN_AGGREGATED
      The operation id for the 'Get In Aggregated' operation.
      See Also:
      Constant Field Values
    • ABSTRACT_CONTENT_ELEMENT___GET_OUT_AGGREGATED

      static final int ABSTRACT_CONTENT_ELEMENT___GET_OUT_AGGREGATED
      The operation id for the 'Get Out Aggregated' operation.
      See Also:
      Constant Field Values
    • ABSTRACT_CONTENT_ELEMENT___GET_OWNER

      static final int ABSTRACT_CONTENT_ELEMENT___GET_OWNER
      The operation id for the 'Get Owner' operation.
      See Also:
      Constant Field Values
    • ABSTRACT_CONTENT_ELEMENT___GET_OWNED_ELEMENT

      static final int ABSTRACT_CONTENT_ELEMENT___GET_OWNED_ELEMENT
      The operation id for the 'Get Owned Element' operation.
      See Also:
      Constant Field Values
    • ABSTRACT_CONTENT_ELEMENT___GET_GROUP

      static final int ABSTRACT_CONTENT_ELEMENT___GET_GROUP
      The operation id for the 'Get Group' operation.
      See Also:
      Constant Field Values
    • ABSTRACT_CONTENT_ELEMENT___GET_GROUPED_ELEMENT

      static final int ABSTRACT_CONTENT_ELEMENT___GET_GROUPED_ELEMENT
      The operation id for the 'Get Grouped Element' operation.
      See Also:
      Constant Field Values
    • ABSTRACT_CONTENT_ELEMENT___GET_MODEL

      static final int ABSTRACT_CONTENT_ELEMENT___GET_MODEL
      The operation id for the 'Get Model' operation.
      See Also:
      Constant Field Values
    • ABSTRACT_CONTENT_ELEMENT_OPERATION_COUNT

      static final int ABSTRACT_CONTENT_ELEMENT_OPERATION_COUNT
      The number of operations of the 'Abstract Content Element' class.
      See Also:
      Constant Field Values
    • COMPLEX_CONTENT_TYPE

      static final int COMPLEX_CONTENT_TYPE
      The meta object id for the 'Complex Content Type' class.
      See Also:
      ComplexContentTypeImpl, DataPackageImpl.getComplexContentType(), Constant Field Values
    • COMPLEX_CONTENT_TYPE__ATTRIBUTE

      static final int COMPLEX_CONTENT_TYPE__ATTRIBUTE
      The feature id for the 'Attribute' containment reference list.
      See Also:
      Constant Field Values
    • COMPLEX_CONTENT_TYPE__ANNOTATION

      static final int COMPLEX_CONTENT_TYPE__ANNOTATION
      The feature id for the 'Annotation' containment reference list.
      See Also:
      Constant Field Values
    • COMPLEX_CONTENT_TYPE__STEREOTYPE

      static final int COMPLEX_CONTENT_TYPE__STEREOTYPE
      The feature id for the 'Stereotype' reference list.
      See Also:
      Constant Field Values
    • COMPLEX_CONTENT_TYPE__TAGGED_VALUE

      static final int COMPLEX_CONTENT_TYPE__TAGGED_VALUE
      The feature id for the 'Tagged Value' containment reference list.
      See Also:
      Constant Field Values
    • COMPLEX_CONTENT_TYPE__NAME

      static final int COMPLEX_CONTENT_TYPE__NAME
      The feature id for the 'Name' attribute.
      See Also:
      Constant Field Values
    • COMPLEX_CONTENT_TYPE__SOURCE

      static final int COMPLEX_CONTENT_TYPE__SOURCE
      The feature id for the 'Source' containment reference list.
      See Also:
      Constant Field Values
    • COMPLEX_CONTENT_TYPE__DATA_RELATION

      static final int COMPLEX_CONTENT_TYPE__DATA_RELATION
      The feature id for the 'Data Relation' containment reference list.
      See Also:
      Constant Field Values
    • COMPLEX_CONTENT_TYPE__ABSTRACTION

      static final int COMPLEX_CONTENT_TYPE__ABSTRACTION
      The feature id for the 'Abstraction' containment reference list.
      See Also:
      Constant Field Values
    • COMPLEX_CONTENT_TYPE__CONTENT_ELEMENT

      static final int COMPLEX_CONTENT_TYPE__CONTENT_ELEMENT
      The feature id for the 'Content Element' containment reference list.
      See Also:
      Constant Field Values
    • COMPLEX_CONTENT_TYPE_FEATURE_COUNT

      static final int COMPLEX_CONTENT_TYPE_FEATURE_COUNT
      The number of structural features of the 'Complex Content Type' class.
      See Also:
      Constant Field Values
    • COMPLEX_CONTENT_TYPE___CREATE_AGGREGATION__KDMENTITY

      static final int COMPLEX_CONTENT_TYPE___CREATE_AGGREGATION__KDMENTITY
      The operation id for the 'Create Aggregation' operation.
      See Also:
      Constant Field Values
    • COMPLEX_CONTENT_TYPE___DELETE_AGGREGATION__AGGREGATEDRELATIONSHIP

      static final int COMPLEX_CONTENT_TYPE___DELETE_AGGREGATION__AGGREGATEDRELATIONSHIP
      The operation id for the 'Delete Aggregation' operation.
      See Also:
      Constant Field Values
    • COMPLEX_CONTENT_TYPE___GET_INBOUND

      static final int COMPLEX_CONTENT_TYPE___GET_INBOUND
      The operation id for the 'Get Inbound' operation.
      See Also:
      Constant Field Values
    • COMPLEX_CONTENT_TYPE___GET_OUTBOUND

      static final int COMPLEX_CONTENT_TYPE___GET_OUTBOUND
      The operation id for the 'Get Outbound' operation.
      See Also:
      Constant Field Values
    • COMPLEX_CONTENT_TYPE___GET_OWNED_RELATION

      static final int COMPLEX_CONTENT_TYPE___GET_OWNED_RELATION
      The operation id for the 'Get Owned Relation' operation.
      See Also:
      Constant Field Values
    • COMPLEX_CONTENT_TYPE___GET_IN_AGGREGATED

      static final int COMPLEX_CONTENT_TYPE___GET_IN_AGGREGATED
      The operation id for the 'Get In Aggregated' operation.
      See Also:
      Constant Field Values
    • COMPLEX_CONTENT_TYPE___GET_OUT_AGGREGATED

      static final int COMPLEX_CONTENT_TYPE___GET_OUT_AGGREGATED
      The operation id for the 'Get Out Aggregated' operation.
      See Also:
      Constant Field Values
    • COMPLEX_CONTENT_TYPE___GET_OWNER

      static final int COMPLEX_CONTENT_TYPE___GET_OWNER
      The operation id for the 'Get Owner' operation.
      See Also:
      Constant Field Values
    • COMPLEX_CONTENT_TYPE___GET_OWNED_ELEMENT

      static final int COMPLEX_CONTENT_TYPE___GET_OWNED_ELEMENT
      The operation id for the 'Get Owned Element' operation.
      See Also:
      Constant Field Values
    • COMPLEX_CONTENT_TYPE___GET_GROUP

      static final int COMPLEX_CONTENT_TYPE___GET_GROUP
      The operation id for the 'Get Group' operation.
      See Also:
      Constant Field Values
    • COMPLEX_CONTENT_TYPE___GET_GROUPED_ELEMENT

      static final int COMPLEX_CONTENT_TYPE___GET_GROUPED_ELEMENT
      The operation id for the 'Get Grouped Element' operation.
      See Also:
      Constant Field Values
    • COMPLEX_CONTENT_TYPE___GET_MODEL

      static final int COMPLEX_CONTENT_TYPE___GET_MODEL
      The operation id for the 'Get Model' operation.
      See Also:
      Constant Field Values
    • COMPLEX_CONTENT_TYPE_OPERATION_COUNT

      static final int COMPLEX_CONTENT_TYPE_OPERATION_COUNT
      The number of operations of the 'Complex Content Type' class.
      See Also:
      Constant Field Values
    • ALL_CONTENT

      static final int ALL_CONTENT
      The meta object id for the 'All Content' class.
      See Also:
      AllContentImpl, DataPackageImpl.getAllContent(), Constant Field Values
    • ALL_CONTENT__ATTRIBUTE

      static final int ALL_CONTENT__ATTRIBUTE
      The feature id for the 'Attribute' containment reference list.
      See Also:
      Constant Field Values
    • ALL_CONTENT__ANNOTATION

      static final int ALL_CONTENT__ANNOTATION
      The feature id for the 'Annotation' containment reference list.
      See Also:
      Constant Field Values
    • ALL_CONTENT__STEREOTYPE

      static final int ALL_CONTENT__STEREOTYPE
      The feature id for the 'Stereotype' reference list.
      See Also:
      Constant Field Values
    • ALL_CONTENT__TAGGED_VALUE

      static final int ALL_CONTENT__TAGGED_VALUE
      The feature id for the 'Tagged Value' containment reference list.
      See Also:
      Constant Field Values
    • ALL_CONTENT__NAME

      static final int ALL_CONTENT__NAME
      The feature id for the 'Name' attribute.
      See Also:
      Constant Field Values
    • ALL_CONTENT__SOURCE

      static final int ALL_CONTENT__SOURCE
      The feature id for the 'Source' containment reference list.
      See Also:
      Constant Field Values
    • ALL_CONTENT__DATA_RELATION

      static final int ALL_CONTENT__DATA_RELATION
      The feature id for the 'Data Relation' containment reference list.
      See Also:
      Constant Field Values
    • ALL_CONTENT__ABSTRACTION

      static final int ALL_CONTENT__ABSTRACTION
      The feature id for the 'Abstraction' containment reference list.
      See Also:
      Constant Field Values
    • ALL_CONTENT__CONTENT_ELEMENT

      static final int ALL_CONTENT__CONTENT_ELEMENT
      The feature id for the 'Content Element' containment reference list.
      See Also:
      Constant Field Values
    • ALL_CONTENT_FEATURE_COUNT

      static final int ALL_CONTENT_FEATURE_COUNT
      The number of structural features of the 'All Content' class.
      See Also:
      Constant Field Values
    • ALL_CONTENT___CREATE_AGGREGATION__KDMENTITY

      static final int ALL_CONTENT___CREATE_AGGREGATION__KDMENTITY
      The operation id for the 'Create Aggregation' operation.
      See Also:
      Constant Field Values
    • ALL_CONTENT___DELETE_AGGREGATION__AGGREGATEDRELATIONSHIP

      static final int ALL_CONTENT___DELETE_AGGREGATION__AGGREGATEDRELATIONSHIP
      The operation id for the 'Delete Aggregation' operation.
      See Also:
      Constant Field Values
    • ALL_CONTENT___GET_INBOUND

      static final int ALL_CONTENT___GET_INBOUND
      The operation id for the 'Get Inbound' operation.
      See Also:
      Constant Field Values
    • ALL_CONTENT___GET_OUTBOUND

      static final int ALL_CONTENT___GET_OUTBOUND
      The operation id for the 'Get Outbound' operation.
      See Also:
      Constant Field Values
    • ALL_CONTENT___GET_OWNED_RELATION

      static final int ALL_CONTENT___GET_OWNED_RELATION
      The operation id for the 'Get Owned Relation' operation.
      See Also:
      Constant Field Values
    • ALL_CONTENT___GET_IN_AGGREGATED

      static final int ALL_CONTENT___GET_IN_AGGREGATED
      The operation id for the 'Get In Aggregated' operation.
      See Also:
      Constant Field Values
    • ALL_CONTENT___GET_OUT_AGGREGATED

      static final int ALL_CONTENT___GET_OUT_AGGREGATED
      The operation id for the 'Get Out Aggregated' operation.
      See Also:
      Constant Field Values
    • ALL_CONTENT___GET_OWNER

      static final int ALL_CONTENT___GET_OWNER
      The operation id for the 'Get Owner' operation.
      See Also:
      Constant Field Values
    • ALL_CONTENT___GET_OWNED_ELEMENT

      static final int ALL_CONTENT___GET_OWNED_ELEMENT
      The operation id for the 'Get Owned Element' operation.
      See Also:
      Constant Field Values
    • ALL_CONTENT___GET_GROUP

      static final int ALL_CONTENT___GET_GROUP
      The operation id for the 'Get Group' operation.
      See Also:
      Constant Field Values
    • ALL_CONTENT___GET_GROUPED_ELEMENT

      static final int ALL_CONTENT___GET_GROUPED_ELEMENT
      The operation id for the 'Get Grouped Element' operation.
      See Also:
      Constant Field Values
    • ALL_CONTENT___GET_MODEL

      static final int ALL_CONTENT___GET_MODEL
      The operation id for the 'Get Model' operation.
      See Also:
      Constant Field Values
    • ALL_CONTENT_OPERATION_COUNT

      static final int ALL_CONTENT_OPERATION_COUNT
      The number of operations of the 'All Content' class.
      See Also:
      Constant Field Values
    • SEQ_CONTENT

      static final int SEQ_CONTENT
      The meta object id for the 'Seq Content' class.
      See Also:
      SeqContentImpl, DataPackageImpl.getSeqContent(), Constant Field Values
    • SEQ_CONTENT__ATTRIBUTE

      static final int SEQ_CONTENT__ATTRIBUTE
      The feature id for the 'Attribute' containment reference list.
      See Also:
      Constant Field Values
    • SEQ_CONTENT__ANNOTATION

      static final int SEQ_CONTENT__ANNOTATION
      The feature id for the 'Annotation' containment reference list.
      See Also:
      Constant Field Values
    • SEQ_CONTENT__STEREOTYPE

      static final int SEQ_CONTENT__STEREOTYPE
      The feature id for the 'Stereotype' reference list.
      See Also:
      Constant Field Values
    • SEQ_CONTENT__TAGGED_VALUE

      static final int SEQ_CONTENT__TAGGED_VALUE
      The feature id for the 'Tagged Value' containment reference list.
      See Also:
      Constant Field Values
    • SEQ_CONTENT__NAME

      static final int SEQ_CONTENT__NAME
      The feature id for the 'Name' attribute.
      See Also:
      Constant Field Values
    • SEQ_CONTENT__SOURCE

      static final int SEQ_CONTENT__SOURCE
      The feature id for the 'Source' containment reference list.
      See Also:
      Constant Field Values
    • SEQ_CONTENT__DATA_RELATION

      static final int SEQ_CONTENT__DATA_RELATION
      The feature id for the 'Data Relation' containment reference list.
      See Also:
      Constant Field Values
    • SEQ_CONTENT__ABSTRACTION

      static final int SEQ_CONTENT__ABSTRACTION
      The feature id for the 'Abstraction' containment reference list.
      See Also:
      Constant Field Values
    • SEQ_CONTENT__CONTENT_ELEMENT

      static final int SEQ_CONTENT__CONTENT_ELEMENT
      The feature id for the 'Content Element' containment reference list.
      See Also:
      Constant Field Values
    • SEQ_CONTENT_FEATURE_COUNT

      static final int SEQ_CONTENT_FEATURE_COUNT
      The number of structural features of the 'Seq Content' class.
      See Also:
      Constant Field Values
    • SEQ_CONTENT___CREATE_AGGREGATION__KDMENTITY

      static final int SEQ_CONTENT___CREATE_AGGREGATION__KDMENTITY
      The operation id for the 'Create Aggregation' operation.
      See Also:
      Constant Field Values
    • SEQ_CONTENT___DELETE_AGGREGATION__AGGREGATEDRELATIONSHIP

      static final int SEQ_CONTENT___DELETE_AGGREGATION__AGGREGATEDRELATIONSHIP
      The operation id for the 'Delete Aggregation' operation.
      See Also:
      Constant Field Values
    • SEQ_CONTENT___GET_INBOUND

      static final int SEQ_CONTENT___GET_INBOUND
      The operation id for the 'Get Inbound' operation.
      See Also:
      Constant Field Values
    • SEQ_CONTENT___GET_OUTBOUND

      static final int SEQ_CONTENT___GET_OUTBOUND
      The operation id for the 'Get Outbound' operation.
      See Also:
      Constant Field Values
    • SEQ_CONTENT___GET_OWNED_RELATION

      static final int SEQ_CONTENT___GET_OWNED_RELATION
      The operation id for the 'Get Owned Relation' operation.
      See Also:
      Constant Field Values
    • SEQ_CONTENT___GET_IN_AGGREGATED

      static final int SEQ_CONTENT___GET_IN_AGGREGATED
      The operation id for the 'Get In Aggregated' operation.
      See Also:
      Constant Field Values
    • SEQ_CONTENT___GET_OUT_AGGREGATED

      static final int SEQ_CONTENT___GET_OUT_AGGREGATED
      The operation id for the 'Get Out Aggregated' operation.
      See Also:
      Constant Field Values
    • SEQ_CONTENT___GET_OWNER

      static final int SEQ_CONTENT___GET_OWNER
      The operation id for the 'Get Owner' operation.
      See Also:
      Constant Field Values
    • SEQ_CONTENT___GET_OWNED_ELEMENT

      static final int SEQ_CONTENT___GET_OWNED_ELEMENT
      The operation id for the 'Get Owned Element' operation.
      See Also:
      Constant Field Values
    • SEQ_CONTENT___GET_GROUP

      static final int SEQ_CONTENT___GET_GROUP
      The operation id for the 'Get Group' operation.
      See Also:
      Constant Field Values
    • SEQ_CONTENT___GET_GROUPED_ELEMENT

      static final int SEQ_CONTENT___GET_GROUPED_ELEMENT
      The operation id for the 'Get Grouped Element' operation.
      See Also:
      Constant Field Values
    • SEQ_CONTENT___GET_MODEL

      static final int SEQ_CONTENT___GET_MODEL
      The operation id for the 'Get Model' operation.
      See Also:
      Constant Field Values
    • SEQ_CONTENT_OPERATION_COUNT

      static final int SEQ_CONTENT_OPERATION_COUNT
      The number of operations of the 'Seq Content' class.
      See Also:
      Constant Field Values
    • CHOICE_CONTENT

      static final int CHOICE_CONTENT
      The meta object id for the 'Choice Content' class.
      See Also:
      ChoiceContentImpl, DataPackageImpl.getChoiceContent(), Constant Field Values
    • CHOICE_CONTENT__ATTRIBUTE

      static final int CHOICE_CONTENT__ATTRIBUTE
      The feature id for the 'Attribute' containment reference list.
      See Also:
      Constant Field Values
    • CHOICE_CONTENT__ANNOTATION

      static final int CHOICE_CONTENT__ANNOTATION
      The feature id for the 'Annotation' containment reference list.
      See Also:
      Constant Field Values
    • CHOICE_CONTENT__STEREOTYPE

      static final int CHOICE_CONTENT__STEREOTYPE
      The feature id for the 'Stereotype' reference list.
      See Also:
      Constant Field Values
    • CHOICE_CONTENT__TAGGED_VALUE

      static final int CHOICE_CONTENT__TAGGED_VALUE
      The feature id for the 'Tagged Value' containment reference list.
      See Also:
      Constant Field Values
    • CHOICE_CONTENT__NAME

      static final int CHOICE_CONTENT__NAME
      The feature id for the 'Name' attribute.
      See Also:
      Constant Field Values
    • CHOICE_CONTENT__SOURCE

      static final int CHOICE_CONTENT__SOURCE
      The feature id for the 'Source' containment reference list.
      See Also:
      Constant Field Values
    • CHOICE_CONTENT__DATA_RELATION

      static final int CHOICE_CONTENT__DATA_RELATION
      The feature id for the 'Data Relation' containment reference list.
      See Also:
      Constant Field Values
    • CHOICE_CONTENT__ABSTRACTION

      static final int CHOICE_CONTENT__ABSTRACTION
      The feature id for the 'Abstraction' containment reference list.
      See Also:
      Constant Field Values
    • CHOICE_CONTENT__CONTENT_ELEMENT

      static final int CHOICE_CONTENT__CONTENT_ELEMENT
      The feature id for the 'Content Element' containment reference list.
      See Also:
      Constant Field Values
    • CHOICE_CONTENT_FEATURE_COUNT

      static final int CHOICE_CONTENT_FEATURE_COUNT
      The number of structural features of the 'Choice Content' class.
      See Also:
      Constant Field Values
    • CHOICE_CONTENT___CREATE_AGGREGATION__KDMENTITY

      static final int CHOICE_CONTENT___CREATE_AGGREGATION__KDMENTITY
      The operation id for the 'Create Aggregation' operation.
      See Also:
      Constant Field Values
    • CHOICE_CONTENT___DELETE_AGGREGATION__AGGREGATEDRELATIONSHIP

      static final int CHOICE_CONTENT___DELETE_AGGREGATION__AGGREGATEDRELATIONSHIP
      The operation id for the 'Delete Aggregation' operation.
      See Also:
      Constant Field Values
    • CHOICE_CONTENT___GET_INBOUND

      static final int CHOICE_CONTENT___GET_INBOUND
      The operation id for the 'Get Inbound' operation.
      See Also:
      Constant Field Values
    • CHOICE_CONTENT___GET_OUTBOUND

      static final int CHOICE_CONTENT___GET_OUTBOUND
      The operation id for the 'Get Outbound' operation.
      See Also:
      Constant Field Values
    • CHOICE_CONTENT___GET_OWNED_RELATION

      static final int CHOICE_CONTENT___GET_OWNED_RELATION
      The operation id for the 'Get Owned Relation' operation.
      See Also:
      Constant Field Values
    • CHOICE_CONTENT___GET_IN_AGGREGATED

      static final int CHOICE_CONTENT___GET_IN_AGGREGATED
      The operation id for the 'Get In Aggregated' operation.
      See Also:
      Constant Field Values
    • CHOICE_CONTENT___GET_OUT_AGGREGATED

      static final int CHOICE_CONTENT___GET_OUT_AGGREGATED
      The operation id for the 'Get Out Aggregated' operation.
      See Also:
      Constant Field Values
    • CHOICE_CONTENT___GET_OWNER

      static final int CHOICE_CONTENT___GET_OWNER
      The operation id for the 'Get Owner' operation.
      See Also:
      Constant Field Values
    • CHOICE_CONTENT___GET_OWNED_ELEMENT

      static final int CHOICE_CONTENT___GET_OWNED_ELEMENT
      The operation id for the 'Get Owned Element' operation.
      See Also:
      Constant Field Values
    • CHOICE_CONTENT___GET_GROUP

      static final int CHOICE_CONTENT___GET_GROUP
      The operation id for the 'Get Group' operation.
      See Also:
      Constant Field Values
    • CHOICE_CONTENT___GET_GROUPED_ELEMENT

      static final int CHOICE_CONTENT___GET_GROUPED_ELEMENT
      The operation id for the 'Get Grouped Element' operation.
      See Also:
      Constant Field Values
    • CHOICE_CONTENT___GET_MODEL

      static final int CHOICE_CONTENT___GET_MODEL
      The operation id for the 'Get Model' operation.
      See Also:
      Constant Field Values
    • CHOICE_CONTENT_OPERATION_COUNT

      static final int CHOICE_CONTENT_OPERATION_COUNT
      The number of operations of the 'Choice Content' class.
      See Also:
      Constant Field Values
    • CONTENT_ITEM

      static final int CONTENT_ITEM
      The meta object id for the 'Content Item' class.
      See Also:
      ContentItemImpl, DataPackageImpl.getContentItem(), Constant Field Values
    • CONTENT_ITEM__ATTRIBUTE

      static final int CONTENT_ITEM__ATTRIBUTE
      The feature id for the 'Attribute' containment reference list.
      See Also:
      Constant Field Values
    • CONTENT_ITEM__ANNOTATION

      static final int CONTENT_ITEM__ANNOTATION
      The feature id for the 'Annotation' containment reference list.
      See Also:
      Constant Field Values
    • CONTENT_ITEM__STEREOTYPE

      static final int CONTENT_ITEM__STEREOTYPE
      The feature id for the 'Stereotype' reference list.
      See Also:
      Constant Field Values
    • CONTENT_ITEM__TAGGED_VALUE

      static final int CONTENT_ITEM__TAGGED_VALUE
      The feature id for the 'Tagged Value' containment reference list.
      See Also:
      Constant Field Values
    • CONTENT_ITEM__NAME

      static final int CONTENT_ITEM__NAME
      The feature id for the 'Name' attribute.
      See Also:
      Constant Field Values
    • CONTENT_ITEM__SOURCE

      static final int CONTENT_ITEM__SOURCE
      The feature id for the 'Source' containment reference list.
      See Also:
      Constant Field Values
    • CONTENT_ITEM__DATA_RELATION

      static final int CONTENT_ITEM__DATA_RELATION
      The feature id for the 'Data Relation' containment reference list.
      See Also:
      Constant Field Values
    • CONTENT_ITEM__ABSTRACTION

      static final int CONTENT_ITEM__ABSTRACTION
      The feature id for the 'Abstraction' containment reference list.
      See Also:
      Constant Field Values
    • CONTENT_ITEM__TYPE

      static final int CONTENT_ITEM__TYPE
      The feature id for the 'Type' reference.
      See Also:
      Constant Field Values
    • CONTENT_ITEM__CONTENT_ELEMENT

      static final int CONTENT_ITEM__CONTENT_ELEMENT
      The feature id for the 'Content Element' containment reference list.
      See Also:
      Constant Field Values
    • CONTENT_ITEM_FEATURE_COUNT

      static final int CONTENT_ITEM_FEATURE_COUNT
      The number of structural features of the 'Content Item' class.
      See Also:
      Constant Field Values
    • CONTENT_ITEM___CREATE_AGGREGATION__KDMENTITY

      static final int CONTENT_ITEM___CREATE_AGGREGATION__KDMENTITY
      The operation id for the 'Create Aggregation' operation.
      See Also:
      Constant Field Values
    • CONTENT_ITEM___DELETE_AGGREGATION__AGGREGATEDRELATIONSHIP

      static final int CONTENT_ITEM___DELETE_AGGREGATION__AGGREGATEDRELATIONSHIP
      The operation id for the 'Delete Aggregation' operation.
      See Also:
      Constant Field Values
    • CONTENT_ITEM___GET_INBOUND

      static final int CONTENT_ITEM___GET_INBOUND
      The operation id for the 'Get Inbound' operation.
      See Also:
      Constant Field Values
    • CONTENT_ITEM___GET_OUTBOUND

      static final int CONTENT_ITEM___GET_OUTBOUND
      The operation id for the 'Get Outbound' operation.
      See Also:
      Constant Field Values
    • CONTENT_ITEM___GET_OWNED_RELATION

      static final int CONTENT_ITEM___GET_OWNED_RELATION
      The operation id for the 'Get Owned Relation' operation.
      See Also:
      Constant Field Values
    • CONTENT_ITEM___GET_IN_AGGREGATED

      static final int CONTENT_ITEM___GET_IN_AGGREGATED
      The operation id for the 'Get In Aggregated' operation.
      See Also:
      Constant Field Values
    • CONTENT_ITEM___GET_OUT_AGGREGATED

      static final int CONTENT_ITEM___GET_OUT_AGGREGATED
      The operation id for the 'Get Out Aggregated' operation.
      See Also:
      Constant Field Values
    • CONTENT_ITEM___GET_OWNER

      static final int CONTENT_ITEM___GET_OWNER
      The operation id for the 'Get Owner' operation.
      See Also:
      Constant Field Values
    • CONTENT_ITEM___GET_OWNED_ELEMENT

      static final int CONTENT_ITEM___GET_OWNED_ELEMENT
      The operation id for the 'Get Owned Element' operation.
      See Also:
      Constant Field Values
    • CONTENT_ITEM___GET_GROUP

      static final int CONTENT_ITEM___GET_GROUP
      The operation id for the 'Get Group' operation.
      See Also:
      Constant Field Values
    • CONTENT_ITEM___GET_GROUPED_ELEMENT

      static final int CONTENT_ITEM___GET_GROUPED_ELEMENT
      The operation id for the 'Get Grouped Element' operation.
      See Also:
      Constant Field Values
    • CONTENT_ITEM___GET_MODEL

      static final int CONTENT_ITEM___GET_MODEL
      The operation id for the 'Get Model' operation.
      See Also:
      Constant Field Values
    • CONTENT_ITEM_OPERATION_COUNT

      static final int CONTENT_ITEM_OPERATION_COUNT
      The number of operations of the 'Content Item' class.
      See Also:
      Constant Field Values
    • GROUP_CONTENT

      static final int GROUP_CONTENT
      The meta object id for the 'Group Content' class.
      See Also:
      GroupContentImpl, DataPackageImpl.getGroupContent(), Constant Field Values
    • GROUP_CONTENT__ATTRIBUTE

      static final int GROUP_CONTENT__ATTRIBUTE
      The feature id for the 'Attribute' containment reference list.
      See Also:
      Constant Field Values
    • GROUP_CONTENT__ANNOTATION

      static final int GROUP_CONTENT__ANNOTATION
      The feature id for the 'Annotation' containment reference list.
      See Also:
      Constant Field Values
    • GROUP_CONTENT__STEREOTYPE

      static final int GROUP_CONTENT__STEREOTYPE
      The feature id for the 'Stereotype' reference list.
      See Also:
      Constant Field Values
    • GROUP_CONTENT__TAGGED_VALUE

      static final int GROUP_CONTENT__TAGGED_VALUE
      The feature id for the 'Tagged Value' containment reference list.
      See Also:
      Constant Field Values
    • GROUP_CONTENT__NAME

      static final int GROUP_CONTENT__NAME
      The feature id for the 'Name' attribute.
      See Also:
      Constant Field Values
    • GROUP_CONTENT__SOURCE

      static final int GROUP_CONTENT__SOURCE
      The feature id for the 'Source' containment reference list.
      See Also:
      Constant Field Values
    • GROUP_CONTENT__DATA_RELATION

      static final int GROUP_CONTENT__DATA_RELATION
      The feature id for the 'Data Relation' containment reference list.
      See Also:
      Constant Field Values
    • GROUP_CONTENT__ABSTRACTION

      static final int GROUP_CONTENT__ABSTRACTION
      The feature id for the 'Abstraction' containment reference list.
      See Also:
      Constant Field Values
    • GROUP_CONTENT__TYPE

      static final int GROUP_CONTENT__TYPE
      The feature id for the 'Type' reference.
      See Also:
      Constant Field Values
    • GROUP_CONTENT__CONTENT_ELEMENT

      static final int GROUP_CONTENT__CONTENT_ELEMENT
      The feature id for the 'Content Element' containment reference list.
      See Also:
      Constant Field Values
    • GROUP_CONTENT_FEATURE_COUNT

      static final int GROUP_CONTENT_FEATURE_COUNT
      The number of structural features of the 'Group Content' class.
      See Also:
      Constant Field Values
    • GROUP_CONTENT___CREATE_AGGREGATION__KDMENTITY

      static final int GROUP_CONTENT___CREATE_AGGREGATION__KDMENTITY
      The operation id for the 'Create Aggregation' operation.
      See Also:
      Constant Field Values
    • GROUP_CONTENT___DELETE_AGGREGATION__AGGREGATEDRELATIONSHIP

      static final int GROUP_CONTENT___DELETE_AGGREGATION__AGGREGATEDRELATIONSHIP
      The operation id for the 'Delete Aggregation' operation.
      See Also:
      Constant Field Values
    • GROUP_CONTENT___GET_INBOUND

      static final int GROUP_CONTENT___GET_INBOUND
      The operation id for the 'Get Inbound' operation.
      See Also:
      Constant Field Values
    • GROUP_CONTENT___GET_OUTBOUND

      static final int GROUP_CONTENT___GET_OUTBOUND
      The operation id for the 'Get Outbound' operation.
      See Also:
      Constant Field Values
    • GROUP_CONTENT___GET_OWNED_RELATION

      static final int GROUP_CONTENT___GET_OWNED_RELATION
      The operation id for the 'Get Owned Relation' operation.
      See Also:
      Constant Field Values
    • GROUP_CONTENT___GET_IN_AGGREGATED

      static final int GROUP_CONTENT___GET_IN_AGGREGATED
      The operation id for the 'Get In Aggregated' operation.
      See Also:
      Constant Field Values
    • GROUP_CONTENT___GET_OUT_AGGREGATED

      static final int GROUP_CONTENT___GET_OUT_AGGREGATED
      The operation id for the 'Get Out Aggregated' operation.
      See Also:
      Constant Field Values
    • GROUP_CONTENT___GET_OWNER

      static final int GROUP_CONTENT___GET_OWNER
      The operation id for the 'Get Owner' operation.
      See Also:
      Constant Field Values
    • GROUP_CONTENT___GET_OWNED_ELEMENT

      static final int GROUP_CONTENT___GET_OWNED_ELEMENT
      The operation id for the 'Get Owned Element' operation.
      See Also:
      Constant Field Values
    • GROUP_CONTENT___GET_GROUP

      static final int GROUP_CONTENT___GET_GROUP
      The operation id for the 'Get Group' operation.
      See Also:
      Constant Field Values
    • GROUP_CONTENT___GET_GROUPED_ELEMENT

      static final int GROUP_CONTENT___GET_GROUPED_ELEMENT
      The operation id for the 'Get Grouped Element' operation.
      See Also:
      Constant Field Values
    • GROUP_CONTENT___GET_MODEL

      static final int GROUP_CONTENT___GET_MODEL
      The operation id for the 'Get Model' operation.
      See Also:
      Constant Field Values
    • GROUP_CONTENT_OPERATION_COUNT

      static final int GROUP_CONTENT_OPERATION_COUNT
      The number of operations of the 'Group Content' class.
      See Also:
      Constant Field Values
    • CONTENT_RESTRICTION

      static final int CONTENT_RESTRICTION
      The meta object id for the 'Content Restriction' class.
      See Also:
      ContentRestrictionImpl, DataPackageImpl.getContentRestriction(), Constant Field Values
    • CONTENT_RESTRICTION__ATTRIBUTE

      static final int CONTENT_RESTRICTION__ATTRIBUTE
      The feature id for the 'Attribute' containment reference list.
      See Also:
      Constant Field Values
    • CONTENT_RESTRICTION__ANNOTATION

      static final int CONTENT_RESTRICTION__ANNOTATION
      The feature id for the 'Annotation' containment reference list.
      See Also:
      Constant Field Values
    • CONTENT_RESTRICTION__STEREOTYPE

      static final int CONTENT_RESTRICTION__STEREOTYPE
      The feature id for the 'Stereotype' reference list.
      See Also:
      Constant Field Values
    • CONTENT_RESTRICTION__TAGGED_VALUE

      static final int CONTENT_RESTRICTION__TAGGED_VALUE
      The feature id for the 'Tagged Value' containment reference list.
      See Also:
      Constant Field Values
    • CONTENT_RESTRICTION__NAME

      static final int CONTENT_RESTRICTION__NAME
      The feature id for the 'Name' attribute.
      See Also:
      Constant Field Values
    • CONTENT_RESTRICTION__SOURCE

      static final int CONTENT_RESTRICTION__SOURCE
      The feature id for the 'Source' containment reference list.
      See Also:
      Constant Field Values
    • CONTENT_RESTRICTION__DATA_RELATION

      static final int CONTENT_RESTRICTION__DATA_RELATION
      The feature id for the 'Data Relation' containment reference list.
      See Also:
      Constant Field Values
    • CONTENT_RESTRICTION__ABSTRACTION

      static final int CONTENT_RESTRICTION__ABSTRACTION
      The feature id for the 'Abstraction' containment reference list.
      See Also:
      Constant Field Values
    • CONTENT_RESTRICTION__KIND

      static final int CONTENT_RESTRICTION__KIND
      The feature id for the 'Kind' attribute.
      See Also:
      Constant Field Values
    • CONTENT_RESTRICTION__VALUE

      static final int CONTENT_RESTRICTION__VALUE
      The feature id for the 'Value' attribute.
      See Also:
      Constant Field Values
    • CONTENT_RESTRICTION_FEATURE_COUNT

      static final int CONTENT_RESTRICTION_FEATURE_COUNT
      The number of structural features of the 'Content Restriction' class.
      See Also:
      Constant Field Values
    • CONTENT_RESTRICTION___CREATE_AGGREGATION__KDMENTITY

      static final int CONTENT_RESTRICTION___CREATE_AGGREGATION__KDMENTITY
      The operation id for the 'Create Aggregation' operation.
      See Also:
      Constant Field Values
    • CONTENT_RESTRICTION___DELETE_AGGREGATION__AGGREGATEDRELATIONSHIP

      static final int CONTENT_RESTRICTION___DELETE_AGGREGATION__AGGREGATEDRELATIONSHIP
      The operation id for the 'Delete Aggregation' operation.
      See Also:
      Constant Field Values
    • CONTENT_RESTRICTION___GET_INBOUND

      static final int CONTENT_RESTRICTION___GET_INBOUND
      The operation id for the 'Get Inbound' operation.
      See Also:
      Constant Field Values
    • CONTENT_RESTRICTION___GET_OUTBOUND

      static final int CONTENT_RESTRICTION___GET_OUTBOUND
      The operation id for the 'Get Outbound' operation.
      See Also:
      Constant Field Values
    • CONTENT_RESTRICTION___GET_OWNED_RELATION

      static final int CONTENT_RESTRICTION___GET_OWNED_RELATION
      The operation id for the 'Get Owned Relation' operation.
      See Also:
      Constant Field Values
    • CONTENT_RESTRICTION___GET_IN_AGGREGATED

      static final int CONTENT_RESTRICTION___GET_IN_AGGREGATED
      The operation id for the 'Get In Aggregated' operation.
      See Also:
      Constant Field Values
    • CONTENT_RESTRICTION___GET_OUT_AGGREGATED

      static final int CONTENT_RESTRICTION___GET_OUT_AGGREGATED
      The operation id for the 'Get Out Aggregated' operation.
      See Also:
      Constant Field Values
    • CONTENT_RESTRICTION___GET_OWNER

      static final int CONTENT_RESTRICTION___GET_OWNER
      The operation id for the 'Get Owner' operation.
      See Also:
      Constant Field Values
    • CONTENT_RESTRICTION___GET_OWNED_ELEMENT

      static final int CONTENT_RESTRICTION___GET_OWNED_ELEMENT
      The operation id for the 'Get Owned Element' operation.
      See Also:
      Constant Field Values
    • CONTENT_RESTRICTION___GET_GROUP

      static final int CONTENT_RESTRICTION___GET_GROUP
      The operation id for the 'Get Group' operation.
      See Also:
      Constant Field Values
    • CONTENT_RESTRICTION___GET_GROUPED_ELEMENT

      static final int CONTENT_RESTRICTION___GET_GROUPED_ELEMENT
      The operation id for the 'Get Grouped Element' operation.
      See Also:
      Constant Field Values
    • CONTENT_RESTRICTION___GET_MODEL

      static final int CONTENT_RESTRICTION___GET_MODEL
      The operation id for the 'Get Model' operation.
      See Also:
      Constant Field Values
    • CONTENT_RESTRICTION_OPERATION_COUNT

      static final int CONTENT_RESTRICTION_OPERATION_COUNT
      The number of operations of the 'Content Restriction' class.
      See Also:
      Constant Field Values
    • SIMPLE_CONTENT_TYPE

      static final int SIMPLE_CONTENT_TYPE
      The meta object id for the 'Simple Content Type' class.
      See Also:
      SimpleContentTypeImpl, DataPackageImpl.getSimpleContentType(), Constant Field Values
    • SIMPLE_CONTENT_TYPE__ATTRIBUTE

      static final int SIMPLE_CONTENT_TYPE__ATTRIBUTE
      The feature id for the 'Attribute' containment reference list.
      See Also:
      Constant Field Values
    • SIMPLE_CONTENT_TYPE__ANNOTATION

      static final int SIMPLE_CONTENT_TYPE__ANNOTATION
      The feature id for the 'Annotation' containment reference list.
      See Also:
      Constant Field Values
    • SIMPLE_CONTENT_TYPE__STEREOTYPE

      static final int SIMPLE_CONTENT_TYPE__STEREOTYPE
      The feature id for the 'Stereotype' reference list.
      See Also:
      Constant Field Values
    • SIMPLE_CONTENT_TYPE__TAGGED_VALUE

      static final int SIMPLE_CONTENT_TYPE__TAGGED_VALUE
      The feature id for the 'Tagged Value' containment reference list.
      See Also:
      Constant Field Values
    • SIMPLE_CONTENT_TYPE__NAME

      static final int SIMPLE_CONTENT_TYPE__NAME
      The feature id for the 'Name' attribute.
      See Also:
      Constant Field Values
    • SIMPLE_CONTENT_TYPE__SOURCE

      static final int SIMPLE_CONTENT_TYPE__SOURCE
      The feature id for the 'Source' containment reference list.
      See Also:
      Constant Field Values
    • SIMPLE_CONTENT_TYPE__DATA_RELATION

      static final int SIMPLE_CONTENT_TYPE__DATA_RELATION
      The feature id for the 'Data Relation' containment reference list.
      See Also:
      Constant Field Values
    • SIMPLE_CONTENT_TYPE__ABSTRACTION

      static final int SIMPLE_CONTENT_TYPE__ABSTRACTION
      The feature id for the 'Abstraction' containment reference list.
      See Also:
      Constant Field Values
    • SIMPLE_CONTENT_TYPE__CONTENT_ELEMENT

      static final int SIMPLE_CONTENT_TYPE__CONTENT_ELEMENT
      The feature id for the 'Content Element' containment reference list.
      See Also:
      Constant Field Values
    • SIMPLE_CONTENT_TYPE__TYPE

      static final int SIMPLE_CONTENT_TYPE__TYPE
      The feature id for the 'Type' reference list.
      See Also:
      Constant Field Values
    • SIMPLE_CONTENT_TYPE__KIND

      static final int SIMPLE_CONTENT_TYPE__KIND
      The feature id for the 'Kind' attribute.
      See Also:
      Constant Field Values
    • SIMPLE_CONTENT_TYPE_FEATURE_COUNT

      static final int SIMPLE_CONTENT_TYPE_FEATURE_COUNT
      The number of structural features of the 'Simple Content Type' class.
      See Also:
      Constant Field Values
    • SIMPLE_CONTENT_TYPE___CREATE_AGGREGATION__KDMENTITY

      static final int SIMPLE_CONTENT_TYPE___CREATE_AGGREGATION__KDMENTITY
      The operation id for the 'Create Aggregation' operation.
      See Also:
      Constant Field Values
    • SIMPLE_CONTENT_TYPE___DELETE_AGGREGATION__AGGREGATEDRELATIONSHIP

      static final int SIMPLE_CONTENT_TYPE___DELETE_AGGREGATION__AGGREGATEDRELATIONSHIP
      The operation id for the 'Delete Aggregation' operation.
      See Also:
      Constant Field Values
    • SIMPLE_CONTENT_TYPE___GET_INBOUND

      static final int SIMPLE_CONTENT_TYPE___GET_INBOUND
      The operation id for the 'Get Inbound' operation.
      See Also:
      Constant Field Values
    • SIMPLE_CONTENT_TYPE___GET_OUTBOUND

      static final int SIMPLE_CONTENT_TYPE___GET_OUTBOUND
      The operation id for the 'Get Outbound' operation.
      See Also:
      Constant Field Values
    • SIMPLE_CONTENT_TYPE___GET_OWNED_RELATION

      static final int SIMPLE_CONTENT_TYPE___GET_OWNED_RELATION
      The operation id for the 'Get Owned Relation' operation.
      See Also:
      Constant Field Values
    • SIMPLE_CONTENT_TYPE___GET_IN_AGGREGATED

      static final int SIMPLE_CONTENT_TYPE___GET_IN_AGGREGATED
      The operation id for the 'Get In Aggregated' operation.
      See Also:
      Constant Field Values
    • SIMPLE_CONTENT_TYPE___GET_OUT_AGGREGATED

      static final int SIMPLE_CONTENT_TYPE___GET_OUT_AGGREGATED
      The operation id for the 'Get Out Aggregated' operation.
      See Also:
      Constant Field Values
    • SIMPLE_CONTENT_TYPE___GET_OWNER

      static final int SIMPLE_CONTENT_TYPE___GET_OWNER
      The operation id for the 'Get Owner' operation.
      See Also:
      Constant Field Values
    • SIMPLE_CONTENT_TYPE___GET_OWNED_ELEMENT

      static final int SIMPLE_CONTENT_TYPE___GET_OWNED_ELEMENT
      The operation id for the 'Get Owned Element' operation.
      See Also:
      Constant Field Values
    • SIMPLE_CONTENT_TYPE___GET_GROUP

      static final int SIMPLE_CONTENT_TYPE___GET_GROUP
      The operation id for the 'Get Group' operation.
      See Also:
      Constant Field Values
    • SIMPLE_CONTENT_TYPE___GET_GROUPED_ELEMENT

      static final int SIMPLE_CONTENT_TYPE___GET_GROUPED_ELEMENT
      The operation id for the 'Get Grouped Element' operation.
      See Also:
      Constant Field Values
    • SIMPLE_CONTENT_TYPE___GET_MODEL

      static final int SIMPLE_CONTENT_TYPE___GET_MODEL
      The operation id for the 'Get Model' operation.
      See Also:
      Constant Field Values
    • SIMPLE_CONTENT_TYPE_OPERATION_COUNT

      static final int SIMPLE_CONTENT_TYPE_OPERATION_COUNT
      The number of operations of the 'Simple Content Type' class.
      See Also:
      Constant Field Values
    • EXTENDED_DATA_ELEMENT

      static final int EXTENDED_DATA_ELEMENT
      The meta object id for the 'Extended Data Element' class.
      See Also:
      ExtendedDataElementImpl, DataPackageImpl.getExtendedDataElement(), Constant Field Values
    • EXTENDED_DATA_ELEMENT__ATTRIBUTE

      static final int EXTENDED_DATA_ELEMENT__ATTRIBUTE
      The feature id for the 'Attribute' containment reference list.
      See Also:
      Constant Field Values
    • EXTENDED_DATA_ELEMENT__ANNOTATION

      static final int EXTENDED_DATA_ELEMENT__ANNOTATION
      The feature id for the 'Annotation' containment reference list.
      See Also:
      Constant Field Values
    • EXTENDED_DATA_ELEMENT__STEREOTYPE

      static final int EXTENDED_DATA_ELEMENT__STEREOTYPE
      The feature id for the 'Stereotype' reference list.
      See Also:
      Constant Field Values
    • EXTENDED_DATA_ELEMENT__TAGGED_VALUE

      static final int EXTENDED_DATA_ELEMENT__TAGGED_VALUE
      The feature id for the 'Tagged Value' containment reference list.
      See Also:
      Constant Field Values
    • EXTENDED_DATA_ELEMENT__NAME

      static final int EXTENDED_DATA_ELEMENT__NAME
      The feature id for the 'Name' attribute.
      See Also:
      Constant Field Values
    • EXTENDED_DATA_ELEMENT__SOURCE

      static final int EXTENDED_DATA_ELEMENT__SOURCE
      The feature id for the 'Source' containment reference list.
      See Also:
      Constant Field Values
    • EXTENDED_DATA_ELEMENT__DATA_RELATION

      static final int EXTENDED_DATA_ELEMENT__DATA_RELATION
      The feature id for the 'Data Relation' containment reference list.
      See Also:
      Constant Field Values
    • EXTENDED_DATA_ELEMENT__ABSTRACTION

      static final int EXTENDED_DATA_ELEMENT__ABSTRACTION
      The feature id for the 'Abstraction' containment reference list.
      See Also:
      Constant Field Values
    • EXTENDED_DATA_ELEMENT_FEATURE_COUNT

      static final int EXTENDED_DATA_ELEMENT_FEATURE_COUNT
      The number of structural features of the 'Extended Data Element' class.
      See Also:
      Constant Field Values
    • EXTENDED_DATA_ELEMENT___CREATE_AGGREGATION__KDMENTITY

      static final int EXTENDED_DATA_ELEMENT___CREATE_AGGREGATION__KDMENTITY
      The operation id for the 'Create Aggregation' operation.
      See Also:
      Constant Field Values
    • EXTENDED_DATA_ELEMENT___DELETE_AGGREGATION__AGGREGATEDRELATIONSHIP

      static final int EXTENDED_DATA_ELEMENT___DELETE_AGGREGATION__AGGREGATEDRELATIONSHIP
      The operation id for the 'Delete Aggregation' operation.
      See Also:
      Constant Field Values
    • EXTENDED_DATA_ELEMENT___GET_INBOUND

      static final int EXTENDED_DATA_ELEMENT___GET_INBOUND
      The operation id for the 'Get Inbound' operation.
      See Also:
      Constant Field Values
    • EXTENDED_DATA_ELEMENT___GET_OUTBOUND

      static final int EXTENDED_DATA_ELEMENT___GET_OUTBOUND
      The operation id for the 'Get Outbound' operation.
      See Also:
      Constant Field Values
    • EXTENDED_DATA_ELEMENT___GET_OWNED_RELATION

      static final int EXTENDED_DATA_ELEMENT___GET_OWNED_RELATION
      The operation id for the 'Get Owned Relation' operation.
      See Also:
      Constant Field Values
    • EXTENDED_DATA_ELEMENT___GET_IN_AGGREGATED

      static final int EXTENDED_DATA_ELEMENT___GET_IN_AGGREGATED
      The operation id for the 'Get In Aggregated' operation.
      See Also:
      Constant Field Values
    • EXTENDED_DATA_ELEMENT___GET_OUT_AGGREGATED

      static final int EXTENDED_DATA_ELEMENT___GET_OUT_AGGREGATED
      The operation id for the 'Get Out Aggregated' operation.
      See Also:
      Constant Field Values
    • EXTENDED_DATA_ELEMENT___GET_OWNER

      static final int EXTENDED_DATA_ELEMENT___GET_OWNER
      The operation id for the 'Get Owner' operation.
      See Also:
      Constant Field Values
    • EXTENDED_DATA_ELEMENT___GET_OWNED_ELEMENT

      static final int EXTENDED_DATA_ELEMENT___GET_OWNED_ELEMENT
      The operation id for the 'Get Owned Element' operation.
      See Also:
      Constant Field Values
    • EXTENDED_DATA_ELEMENT___GET_GROUP

      static final int EXTENDED_DATA_ELEMENT___GET_GROUP
      The operation id for the 'Get Group' operation.
      See Also:
      Constant Field Values
    • EXTENDED_DATA_ELEMENT___GET_GROUPED_ELEMENT

      static final int EXTENDED_DATA_ELEMENT___GET_GROUPED_ELEMENT
      The operation id for the 'Get Grouped Element' operation.
      See Also:
      Constant Field Values
    • EXTENDED_DATA_ELEMENT___GET_MODEL

      static final int EXTENDED_DATA_ELEMENT___GET_MODEL
      The operation id for the 'Get Model' operation.
      See Also:
      Constant Field Values
    • EXTENDED_DATA_ELEMENT_OPERATION_COUNT

      static final int EXTENDED_DATA_ELEMENT_OPERATION_COUNT
      The number of operations of the 'Extended Data Element' class.
      See Also:
      Constant Field Values
    • DATA_RELATIONSHIP

      static final int DATA_RELATIONSHIP
      The meta object id for the 'Relationship' class.
      See Also:
      DataRelationshipImpl, DataPackageImpl.getDataRelationship(), Constant Field Values
    • DATA_RELATIONSHIP__ATTRIBUTE

      static final int DATA_RELATIONSHIP__ATTRIBUTE
      The feature id for the 'Attribute' containment reference list.
      See Also:
      Constant Field Values
    • DATA_RELATIONSHIP__ANNOTATION

      static final int DATA_RELATIONSHIP__ANNOTATION
      The feature id for the 'Annotation' containment reference list.
      See Also:
      Constant Field Values
    • DATA_RELATIONSHIP__STEREOTYPE

      static final int DATA_RELATIONSHIP__STEREOTYPE
      The feature id for the 'Stereotype' reference list.
      See Also:
      Constant Field Values
    • DATA_RELATIONSHIP__TAGGED_VALUE

      static final int DATA_RELATIONSHIP__TAGGED_VALUE
      The feature id for the 'Tagged Value' containment reference list.
      See Also:
      Constant Field Values
    • DATA_RELATIONSHIP__TO

      static final int DATA_RELATIONSHIP__TO
      The feature id for the 'To' reference.
      See Also:
      Constant Field Values
    • DATA_RELATIONSHIP__FROM

      static final int DATA_RELATIONSHIP__FROM
      The feature id for the 'From' reference.
      See Also:
      Constant Field Values
    • DATA_RELATIONSHIP_FEATURE_COUNT

      static final int DATA_RELATIONSHIP_FEATURE_COUNT
      The number of structural features of the 'Relationship' class.
      See Also:
      Constant Field Values
    • DATA_RELATIONSHIP___GET_TO

      static final int DATA_RELATIONSHIP___GET_TO
      The operation id for the 'Get To' operation.
      See Also:
      Constant Field Values
    • DATA_RELATIONSHIP___GET_FROM

      static final int DATA_RELATIONSHIP___GET_FROM
      The operation id for the 'Get From' operation.
      See Also:
      Constant Field Values
    • DATA_RELATIONSHIP_OPERATION_COUNT

      static final int DATA_RELATIONSHIP_OPERATION_COUNT
      The number of operations of the 'Relationship' class.
      See Also:
      Constant Field Values
    • MIXED_CONTENT

      static final int MIXED_CONTENT
      The meta object id for the 'Mixed Content' class.
      See Also:
      MixedContentImpl, DataPackageImpl.getMixedContent(), Constant Field Values
    • MIXED_CONTENT__ATTRIBUTE

      static final int MIXED_CONTENT__ATTRIBUTE
      The feature id for the 'Attribute' containment reference list.
      See Also:
      Constant Field Values
    • MIXED_CONTENT__ANNOTATION

      static final int MIXED_CONTENT__ANNOTATION
      The feature id for the 'Annotation' containment reference list.
      See Also:
      Constant Field Values
    • MIXED_CONTENT__STEREOTYPE

      static final int MIXED_CONTENT__STEREOTYPE
      The feature id for the 'Stereotype' reference list.
      See Also:
      Constant Field Values
    • MIXED_CONTENT__TAGGED_VALUE

      static final int MIXED_CONTENT__TAGGED_VALUE
      The feature id for the 'Tagged Value' containment reference list.
      See Also:
      Constant Field Values
    • MIXED_CONTENT__NAME

      static final int MIXED_CONTENT__NAME
      The feature id for the 'Name' attribute.
      See Also:
      Constant Field Values
    • MIXED_CONTENT__SOURCE

      static final int MIXED_CONTENT__SOURCE
      The feature id for the 'Source' containment reference list.
      See Also:
      Constant Field Values
    • MIXED_CONTENT__DATA_RELATION

      static final int MIXED_CONTENT__DATA_RELATION
      The feature id for the 'Data Relation' containment reference list.
      See Also:
      Constant Field Values
    • MIXED_CONTENT__ABSTRACTION

      static final int MIXED_CONTENT__ABSTRACTION
      The feature id for the 'Abstraction' containment reference list.
      See Also:
      Constant Field Values
    • MIXED_CONTENT__CONTENT_ELEMENT

      static final int MIXED_CONTENT__CONTENT_ELEMENT
      The feature id for the 'Content Element' containment reference list.
      See Also:
      Constant Field Values
    • MIXED_CONTENT_FEATURE_COUNT

      static final int MIXED_CONTENT_FEATURE_COUNT
      The number of structural features of the 'Mixed Content' class.
      See Also:
      Constant Field Values
    • MIXED_CONTENT___CREATE_AGGREGATION__KDMENTITY

      static final int MIXED_CONTENT___CREATE_AGGREGATION__KDMENTITY
      The operation id for the 'Create Aggregation' operation.
      See Also:
      Constant Field Values
    • MIXED_CONTENT___DELETE_AGGREGATION__AGGREGATEDRELATIONSHIP

      static final int MIXED_CONTENT___DELETE_AGGREGATION__AGGREGATEDRELATIONSHIP
      The operation id for the 'Delete Aggregation' operation.
      See Also:
      Constant Field Values
    • MIXED_CONTENT___GET_INBOUND

      static final int MIXED_CONTENT___GET_INBOUND
      The operation id for the 'Get Inbound' operation.
      See Also:
      Constant Field Values
    • MIXED_CONTENT___GET_OUTBOUND

      static final int MIXED_CONTENT___GET_OUTBOUND
      The operation id for the 'Get Outbound' operation.
      See Also:
      Constant Field Values
    • MIXED_CONTENT___GET_OWNED_RELATION

      static final int MIXED_CONTENT___GET_OWNED_RELATION
      The operation id for the 'Get Owned Relation' operation.
      See Also:
      Constant Field Values
    • MIXED_CONTENT___GET_IN_AGGREGATED

      static final int MIXED_CONTENT___GET_IN_AGGREGATED
      The operation id for the 'Get In Aggregated' operation.
      See Also:
      Constant Field Values
    • MIXED_CONTENT___GET_OUT_AGGREGATED

      static final int MIXED_CONTENT___GET_OUT_AGGREGATED
      The operation id for the 'Get Out Aggregated' operation.
      See Also:
      Constant Field Values
    • MIXED_CONTENT___GET_OWNER

      static final int MIXED_CONTENT___GET_OWNER
      The operation id for the 'Get Owner' operation.
      See Also:
      Constant Field Values
    • MIXED_CONTENT___GET_OWNED_ELEMENT

      static final int MIXED_CONTENT___GET_OWNED_ELEMENT
      The operation id for the 'Get Owned Element' operation.
      See Also:
      Constant Field Values
    • MIXED_CONTENT___GET_GROUP

      static final int MIXED_CONTENT___GET_GROUP
      The operation id for the 'Get Group' operation.
      See Also:
      Constant Field Values
    • MIXED_CONTENT___GET_GROUPED_ELEMENT

      static final int MIXED_CONTENT___GET_GROUPED_ELEMENT
      The operation id for the 'Get Grouped Element' operation.
      See Also:
      Constant Field Values
    • MIXED_CONTENT___GET_MODEL

      static final int MIXED_CONTENT___GET_MODEL
      The operation id for the 'Get Model' operation.
      See Also:
      Constant Field Values
    • MIXED_CONTENT_OPERATION_COUNT

      static final int MIXED_CONTENT_OPERATION_COUNT
      The number of operations of the 'Mixed Content' class.
      See Also:
      Constant Field Values
    • CONTENT_REFERENCE

      static final int CONTENT_REFERENCE
      The meta object id for the 'Content Reference' class.
      See Also:
      ContentReferenceImpl, DataPackageImpl.getContentReference(), Constant Field Values
    • CONTENT_REFERENCE__ATTRIBUTE

      static final int CONTENT_REFERENCE__ATTRIBUTE
      The feature id for the 'Attribute' containment reference list.
      See Also:
      Constant Field Values
    • CONTENT_REFERENCE__ANNOTATION

      static final int CONTENT_REFERENCE__ANNOTATION
      The feature id for the 'Annotation' containment reference list.
      See Also:
      Constant Field Values
    • CONTENT_REFERENCE__STEREOTYPE

      static final int CONTENT_REFERENCE__STEREOTYPE
      The feature id for the 'Stereotype' reference list.
      See Also:
      Constant Field Values
    • CONTENT_REFERENCE__TAGGED_VALUE

      static final int CONTENT_REFERENCE__TAGGED_VALUE
      The feature id for the 'Tagged Value' containment reference list.
      See Also:
      Constant Field Values
    • CONTENT_REFERENCE__NAME

      static final int CONTENT_REFERENCE__NAME
      The feature id for the 'Name' attribute.
      See Also:
      Constant Field Values
    • CONTENT_REFERENCE__SOURCE

      static final int CONTENT_REFERENCE__SOURCE
      The feature id for the 'Source' containment reference list.
      See Also:
      Constant Field Values
    • CONTENT_REFERENCE__DATA_RELATION

      static final int CONTENT_REFERENCE__DATA_RELATION
      The feature id for the 'Data Relation' containment reference list.
      See Also:
      Constant Field Values
    • CONTENT_REFERENCE__ABSTRACTION

      static final int CONTENT_REFERENCE__ABSTRACTION
      The feature id for the 'Abstraction' containment reference list.
      See Also:
      Constant Field Values
    • CONTENT_REFERENCE__TYPE

      static final int CONTENT_REFERENCE__TYPE
      The feature id for the 'Type' reference.
      See Also:
      Constant Field Values
    • CONTENT_REFERENCE__CONTENT_ELEMENT

      static final int CONTENT_REFERENCE__CONTENT_ELEMENT
      The feature id for the 'Content Element' containment reference list.
      See Also:
      Constant Field Values
    • CONTENT_REFERENCE_FEATURE_COUNT

      static final int CONTENT_REFERENCE_FEATURE_COUNT
      The number of structural features of the 'Content Reference' class.
      See Also:
      Constant Field Values
    • CONTENT_REFERENCE___CREATE_AGGREGATION__KDMENTITY

      static final int CONTENT_REFERENCE___CREATE_AGGREGATION__KDMENTITY
      The operation id for the 'Create Aggregation' operation.
      See Also:
      Constant Field Values
    • CONTENT_REFERENCE___DELETE_AGGREGATION__AGGREGATEDRELATIONSHIP

      static final int CONTENT_REFERENCE___DELETE_AGGREGATION__AGGREGATEDRELATIONSHIP
      The operation id for the 'Delete Aggregation' operation.
      See Also:
      Constant Field Values
    • CONTENT_REFERENCE___GET_INBOUND

      static final int CONTENT_REFERENCE___GET_INBOUND
      The operation id for the 'Get Inbound' operation.
      See Also:
      Constant Field Values
    • CONTENT_REFERENCE___GET_OUTBOUND

      static final int CONTENT_REFERENCE___GET_OUTBOUND
      The operation id for the 'Get Outbound' operation.
      See Also:
      Constant Field Values
    • CONTENT_REFERENCE___GET_OWNED_RELATION

      static final int CONTENT_REFERENCE___GET_OWNED_RELATION
      The operation id for the 'Get Owned Relation' operation.
      See Also:
      Constant Field Values
    • CONTENT_REFERENCE___GET_IN_AGGREGATED

      static final int CONTENT_REFERENCE___GET_IN_AGGREGATED
      The operation id for the 'Get In Aggregated' operation.
      See Also:
      Constant Field Values
    • CONTENT_REFERENCE___GET_OUT_AGGREGATED

      static final int CONTENT_REFERENCE___GET_OUT_AGGREGATED
      The operation id for the 'Get Out Aggregated' operation.
      See Also:
      Constant Field Values
    • CONTENT_REFERENCE___GET_OWNER

      static final int CONTENT_REFERENCE___GET_OWNER
      The operation id for the 'Get Owner' operation.
      See Also:
      Constant Field Values
    • CONTENT_REFERENCE___GET_OWNED_ELEMENT

      static final int CONTENT_REFERENCE___GET_OWNED_ELEMENT
      The operation id for the 'Get Owned Element' operation.
      See Also:
      Constant Field Values
    • CONTENT_REFERENCE___GET_GROUP

      static final int CONTENT_REFERENCE___GET_GROUP
      The operation id for the 'Get Group' operation.
      See Also:
      Constant Field Values
    • CONTENT_REFERENCE___GET_GROUPED_ELEMENT

      static final int CONTENT_REFERENCE___GET_GROUPED_ELEMENT
      The operation id for the 'Get Grouped Element' operation.
      See Also:
      Constant Field Values
    • CONTENT_REFERENCE___GET_MODEL

      static final int CONTENT_REFERENCE___GET_MODEL
      The operation id for the 'Get Model' operation.
      See Also:
      Constant Field Values
    • CONTENT_REFERENCE_OPERATION_COUNT

      static final int CONTENT_REFERENCE_OPERATION_COUNT
      The number of operations of the 'Content Reference' class.
      See Also:
      Constant Field Values
    • DATA_ACTION

      static final int DATA_ACTION
      The meta object id for the 'Action' class.
      See Also:
      DataActionImpl, DataPackageImpl.getDataAction(), Constant Field Values
    • DATA_ACTION__ATTRIBUTE

      static final int DATA_ACTION__ATTRIBUTE
      The feature id for the 'Attribute' containment reference list.
      See Also:
      Constant Field Values
    • DATA_ACTION__ANNOTATION

      static final int DATA_ACTION__ANNOTATION
      The feature id for the 'Annotation' containment reference list.
      See Also:
      Constant Field Values
    • DATA_ACTION__STEREOTYPE

      static final int DATA_ACTION__STEREOTYPE
      The feature id for the 'Stereotype' reference list.
      See Also:
      Constant Field Values
    • DATA_ACTION__TAGGED_VALUE

      static final int DATA_ACTION__TAGGED_VALUE
      The feature id for the 'Tagged Value' containment reference list.
      See Also:
      Constant Field Values
    • DATA_ACTION__NAME

      static final int DATA_ACTION__NAME
      The feature id for the 'Name' attribute.
      See Also:
      Constant Field Values
    • DATA_ACTION__SOURCE

      static final int DATA_ACTION__SOURCE
      The feature id for the 'Source' containment reference list.
      See Also:
      Constant Field Values
    • DATA_ACTION__DATA_RELATION

      static final int DATA_ACTION__DATA_RELATION
      The feature id for the 'Data Relation' containment reference list.
      See Also:
      Constant Field Values
    • DATA_ACTION__ABSTRACTION

      static final int DATA_ACTION__ABSTRACTION
      The feature id for the 'Abstraction' containment reference list.
      See Also:
      Constant Field Values
    • DATA_ACTION__KIND

      static final int DATA_ACTION__KIND
      The feature id for the 'Kind' attribute.
      See Also:
      Constant Field Values
    • DATA_ACTION__IMPLEMENTATION

      static final int DATA_ACTION__IMPLEMENTATION
      The feature id for the 'Implementation' reference list.
      See Also:
      Constant Field Values
    • DATA_ACTION__DATA_ELEMENT

      static final int DATA_ACTION__DATA_ELEMENT
      The feature id for the 'Data Element' containment reference list.
      See Also:
      Constant Field Values
    • DATA_ACTION_FEATURE_COUNT

      static final int DATA_ACTION_FEATURE_COUNT
      The number of structural features of the 'Action' class.
      See Also:
      Constant Field Values
    • DATA_ACTION___CREATE_AGGREGATION__KDMENTITY

      static final int DATA_ACTION___CREATE_AGGREGATION__KDMENTITY
      The operation id for the 'Create Aggregation' operation.
      See Also:
      Constant Field Values
    • DATA_ACTION___DELETE_AGGREGATION__AGGREGATEDRELATIONSHIP

      static final int DATA_ACTION___DELETE_AGGREGATION__AGGREGATEDRELATIONSHIP
      The operation id for the 'Delete Aggregation' operation.
      See Also:
      Constant Field Values
    • DATA_ACTION___GET_INBOUND

      static final int DATA_ACTION___GET_INBOUND
      The operation id for the 'Get Inbound' operation.
      See Also:
      Constant Field Values
    • DATA_ACTION___GET_OUTBOUND

      static final int DATA_ACTION___GET_OUTBOUND
      The operation id for the 'Get Outbound' operation.
      See Also:
      Constant Field Values
    • DATA_ACTION___GET_OWNED_RELATION

      static final int DATA_ACTION___GET_OWNED_RELATION
      The operation id for the 'Get Owned Relation' operation.
      See Also:
      Constant Field Values
    • DATA_ACTION___GET_IN_AGGREGATED

      static final int DATA_ACTION___GET_IN_AGGREGATED
      The operation id for the 'Get In Aggregated' operation.
      See Also:
      Constant Field Values
    • DATA_ACTION___GET_OUT_AGGREGATED

      static final int DATA_ACTION___GET_OUT_AGGREGATED
      The operation id for the 'Get Out Aggregated' operation.
      See Also:
      Constant Field Values
    • DATA_ACTION___GET_OWNER

      static final int DATA_ACTION___GET_OWNER
      The operation id for the 'Get Owner' operation.
      See Also:
      Constant Field Values
    • DATA_ACTION___GET_OWNED_ELEMENT

      static final int DATA_ACTION___GET_OWNED_ELEMENT
      The operation id for the 'Get Owned Element' operation.
      See Also:
      Constant Field Values
    • DATA_ACTION___GET_GROUP

      static final int DATA_ACTION___GET_GROUP
      The operation id for the 'Get Group' operation.
      See Also:
      Constant Field Values
    • DATA_ACTION___GET_GROUPED_ELEMENT

      static final int DATA_ACTION___GET_GROUPED_ELEMENT
      The operation id for the 'Get Grouped Element' operation.
      See Also:
      Constant Field Values
    • DATA_ACTION___GET_MODEL

      static final int DATA_ACTION___GET_MODEL
      The operation id for the 'Get Model' operation.
      See Also:
      Constant Field Values
    • DATA_ACTION_OPERATION_COUNT

      static final int DATA_ACTION_OPERATION_COUNT
      The number of operations of the 'Action' class.
      See Also:
      Constant Field Values
    • READS_COLUMN_SET

      static final int READS_COLUMN_SET
      The meta object id for the 'Reads Column Set' class.
      See Also:
      ReadsColumnSetImpl, DataPackageImpl.getReadsColumnSet(), Constant Field Values
    • READS_COLUMN_SET__ATTRIBUTE

      static final int READS_COLUMN_SET__ATTRIBUTE
      The feature id for the 'Attribute' containment reference list.
      See Also:
      Constant Field Values
    • READS_COLUMN_SET__ANNOTATION

      static final int READS_COLUMN_SET__ANNOTATION
      The feature id for the 'Annotation' containment reference list.
      See Also:
      Constant Field Values
    • READS_COLUMN_SET__STEREOTYPE

      static final int READS_COLUMN_SET__STEREOTYPE
      The feature id for the 'Stereotype' reference list.
      See Also:
      Constant Field Values
    • READS_COLUMN_SET__TAGGED_VALUE

      static final int READS_COLUMN_SET__TAGGED_VALUE
      The feature id for the 'Tagged Value' containment reference list.
      See Also:
      Constant Field Values
    • READS_COLUMN_SET__TO

      static final int READS_COLUMN_SET__TO
      The feature id for the 'To' reference.
      See Also:
      Constant Field Values
    • READS_COLUMN_SET__FROM

      static final int READS_COLUMN_SET__FROM
      The feature id for the 'From' reference.
      See Also:
      Constant Field Values
    • READS_COLUMN_SET_FEATURE_COUNT

      static final int READS_COLUMN_SET_FEATURE_COUNT
      The number of structural features of the 'Reads Column Set' class.
      See Also:
      Constant Field Values
    • READS_COLUMN_SET___GET_TO

      static final int READS_COLUMN_SET___GET_TO
      The operation id for the 'Get To' operation.
      See Also:
      Constant Field Values
    • READS_COLUMN_SET___GET_FROM

      static final int READS_COLUMN_SET___GET_FROM
      The operation id for the 'Get From' operation.
      See Also:
      Constant Field Values
    • READS_COLUMN_SET_OPERATION_COUNT

      static final int READS_COLUMN_SET_OPERATION_COUNT
      The number of operations of the 'Reads Column Set' class.
      See Also:
      Constant Field Values
    • CONTENT_ATTRIBUTE

      static final int CONTENT_ATTRIBUTE
      The meta object id for the 'Content Attribute' class.
      See Also:
      ContentAttributeImpl, DataPackageImpl.getContentAttribute(), Constant Field Values
    • CONTENT_ATTRIBUTE__ATTRIBUTE

      static final int CONTENT_ATTRIBUTE__ATTRIBUTE
      The feature id for the 'Attribute' containment reference list.
      See Also:
      Constant Field Values
    • CONTENT_ATTRIBUTE__ANNOTATION

      static final int CONTENT_ATTRIBUTE__ANNOTATION
      The feature id for the 'Annotation' containment reference list.
      See Also:
      Constant Field Values
    • CONTENT_ATTRIBUTE__STEREOTYPE

      static final int CONTENT_ATTRIBUTE__STEREOTYPE
      The feature id for the 'Stereotype' reference list.
      See Also:
      Constant Field Values
    • CONTENT_ATTRIBUTE__TAGGED_VALUE

      static final int CONTENT_ATTRIBUTE__TAGGED_VALUE
      The feature id for the 'Tagged Value' containment reference list.
      See Also:
      Constant Field Values
    • CONTENT_ATTRIBUTE__NAME

      static final int CONTENT_ATTRIBUTE__NAME
      The feature id for the 'Name' attribute.
      See Also:
      Constant Field Values
    • CONTENT_ATTRIBUTE__SOURCE

      static final int CONTENT_ATTRIBUTE__SOURCE
      The feature id for the 'Source' containment reference list.
      See Also:
      Constant Field Values
    • CONTENT_ATTRIBUTE__DATA_RELATION

      static final int CONTENT_ATTRIBUTE__DATA_RELATION
      The feature id for the 'Data Relation' containment reference list.
      See Also:
      Constant Field Values
    • CONTENT_ATTRIBUTE__ABSTRACTION

      static final int CONTENT_ATTRIBUTE__ABSTRACTION
      The feature id for the 'Abstraction' containment reference list.
      See Also:
      Constant Field Values
    • CONTENT_ATTRIBUTE__TYPE

      static final int CONTENT_ATTRIBUTE__TYPE
      The feature id for the 'Type' reference.
      See Also:
      Constant Field Values
    • CONTENT_ATTRIBUTE__CONTENT_ELEMENT

      static final int CONTENT_ATTRIBUTE__CONTENT_ELEMENT
      The feature id for the 'Content Element' containment reference list.
      See Also:
      Constant Field Values
    • CONTENT_ATTRIBUTE_FEATURE_COUNT

      static final int CONTENT_ATTRIBUTE_FEATURE_COUNT
      The number of structural features of the 'Content Attribute' class.
      See Also:
      Constant Field Values
    • CONTENT_ATTRIBUTE___CREATE_AGGREGATION__KDMENTITY

      static final int CONTENT_ATTRIBUTE___CREATE_AGGREGATION__KDMENTITY
      The operation id for the 'Create Aggregation' operation.
      See Also:
      Constant Field Values
    • CONTENT_ATTRIBUTE___DELETE_AGGREGATION__AGGREGATEDRELATIONSHIP

      static final int CONTENT_ATTRIBUTE___DELETE_AGGREGATION__AGGREGATEDRELATIONSHIP
      The operation id for the 'Delete Aggregation' operation.
      See Also:
      Constant Field Values
    • CONTENT_ATTRIBUTE___GET_INBOUND

      static final int CONTENT_ATTRIBUTE___GET_INBOUND
      The operation id for the 'Get Inbound' operation.
      See Also:
      Constant Field Values
    • CONTENT_ATTRIBUTE___GET_OUTBOUND

      static final int CONTENT_ATTRIBUTE___GET_OUTBOUND
      The operation id for the 'Get Outbound' operation.
      See Also:
      Constant Field Values
    • CONTENT_ATTRIBUTE___GET_OWNED_RELATION

      static final int CONTENT_ATTRIBUTE___GET_OWNED_RELATION
      The operation id for the 'Get Owned Relation' operation.
      See Also:
      Constant Field Values
    • CONTENT_ATTRIBUTE___GET_IN_AGGREGATED

      static final int CONTENT_ATTRIBUTE___GET_IN_AGGREGATED
      The operation id for the 'Get In Aggregated' operation.
      See Also:
      Constant Field Values
    • CONTENT_ATTRIBUTE___GET_OUT_AGGREGATED

      static final int CONTENT_ATTRIBUTE___GET_OUT_AGGREGATED
      The operation id for the 'Get Out Aggregated' operation.
      See Also:
      Constant Field Values
    • CONTENT_ATTRIBUTE___GET_OWNER

      static final int CONTENT_ATTRIBUTE___GET_OWNER
      The operation id for the 'Get Owner' operation.
      See Also:
      Constant Field Values
    • CONTENT_ATTRIBUTE___GET_OWNED_ELEMENT

      static final int CONTENT_ATTRIBUTE___GET_OWNED_ELEMENT
      The operation id for the 'Get Owned Element' operation.
      See Also:
      Constant Field Values
    • CONTENT_ATTRIBUTE___GET_GROUP

      static final int CONTENT_ATTRIBUTE___GET_GROUP
      The operation id for the 'Get Group' operation.
      See Also:
      Constant Field Values
    • CONTENT_ATTRIBUTE___GET_GROUPED_ELEMENT

      static final int CONTENT_ATTRIBUTE___GET_GROUPED_ELEMENT
      The operation id for the 'Get Grouped Element' operation.
      See Also:
      Constant Field Values
    • CONTENT_ATTRIBUTE___GET_MODEL

      static final int CONTENT_ATTRIBUTE___GET_MODEL
      The operation id for the 'Get Model' operation.
      See Also:
      Constant Field Values
    • CONTENT_ATTRIBUTE_OPERATION_COUNT

      static final int CONTENT_ATTRIBUTE_OPERATION_COUNT
      The number of operations of the 'Content Attribute' class.
      See Also:
      Constant Field Values
    • TYPED_BY

      static final int TYPED_BY
      The meta object id for the 'Typed By' class.
      See Also:
      TypedByImpl, DataPackageImpl.getTypedBy(), Constant Field Values
    • TYPED_BY__ATTRIBUTE

      static final int TYPED_BY__ATTRIBUTE
      The feature id for the 'Attribute' containment reference list.
      See Also:
      Constant Field Values
    • TYPED_BY__ANNOTATION

      static final int TYPED_BY__ANNOTATION
      The feature id for the 'Annotation' containment reference list.
      See Also:
      Constant Field Values
    • TYPED_BY__STEREOTYPE

      static final int TYPED_BY__STEREOTYPE
      The feature id for the 'Stereotype' reference list.
      See Also:
      Constant Field Values
    • TYPED_BY__TAGGED_VALUE

      static final int TYPED_BY__TAGGED_VALUE
      The feature id for the 'Tagged Value' containment reference list.
      See Also:
      Constant Field Values
    • TYPED_BY__TO

      static final int TYPED_BY__TO
      The feature id for the 'To' reference.
      See Also:
      Constant Field Values
    • TYPED_BY__FROM

      static final int TYPED_BY__FROM
      The feature id for the 'From' reference.
      See Also:
      Constant Field Values
    • TYPED_BY_FEATURE_COUNT

      static final int TYPED_BY_FEATURE_COUNT
      The number of structural features of the 'Typed By' class.
      See Also:
      Constant Field Values
    • TYPED_BY___GET_TO

      static final int TYPED_BY___GET_TO
      The operation id for the 'Get To' operation.
      See Also:
      Constant Field Values
    • TYPED_BY___GET_FROM

      static final int TYPED_BY___GET_FROM
      The operation id for the 'Get From' operation.
      See Also:
      Constant Field Values
    • TYPED_BY_OPERATION_COUNT

      static final int TYPED_BY_OPERATION_COUNT
      The number of operations of the 'Typed By' class.
      See Also:
      Constant Field Values
    • REFERENCE_TO

      static final int REFERENCE_TO
      The meta object id for the 'Reference To' class.
      See Also:
      ReferenceToImpl, DataPackageImpl.getReferenceTo(), Constant Field Values
    • REFERENCE_TO__ATTRIBUTE

      static final int REFERENCE_TO__ATTRIBUTE
      The feature id for the 'Attribute' containment reference list.
      See Also:
      Constant Field Values
    • REFERENCE_TO__ANNOTATION

      static final int REFERENCE_TO__ANNOTATION
      The feature id for the 'Annotation' containment reference list.
      See Also:
      Constant Field Values
    • REFERENCE_TO__STEREOTYPE

      static final int REFERENCE_TO__STEREOTYPE
      The feature id for the 'Stereotype' reference list.
      See Also:
      Constant Field Values
    • REFERENCE_TO__TAGGED_VALUE

      static final int REFERENCE_TO__TAGGED_VALUE
      The feature id for the 'Tagged Value' containment reference list.
      See Also:
      Constant Field Values
    • REFERENCE_TO__TO

      static final int REFERENCE_TO__TO
      The feature id for the 'To' reference.
      See Also:
      Constant Field Values
    • REFERENCE_TO__FROM

      static final int REFERENCE_TO__FROM
      The feature id for the 'From' reference.
      See Also:
      Constant Field Values
    • REFERENCE_TO_FEATURE_COUNT

      static final int REFERENCE_TO_FEATURE_COUNT
      The number of structural features of the 'Reference To' class.
      See Also:
      Constant Field Values
    • REFERENCE_TO___GET_TO

      static final int REFERENCE_TO___GET_TO
      The operation id for the 'Get To' operation.
      See Also:
      Constant Field Values
    • REFERENCE_TO___GET_FROM

      static final int REFERENCE_TO___GET_FROM
      The operation id for the 'Get From' operation.
      See Also:
      Constant Field Values
    • REFERENCE_TO_OPERATION_COUNT

      static final int REFERENCE_TO_OPERATION_COUNT
      The number of operations of the 'Reference To' class.
      See Also:
      Constant Field Values
    • RESTRICTION_OF

      static final int RESTRICTION_OF
      The meta object id for the 'Restriction Of' class.
      See Also:
      RestrictionOfImpl, DataPackageImpl.getRestrictionOf(), Constant Field Values
    • RESTRICTION_OF__ATTRIBUTE

      static final int RESTRICTION_OF__ATTRIBUTE
      The feature id for the 'Attribute' containment reference list.
      See Also:
      Constant Field Values
    • RESTRICTION_OF__ANNOTATION

      static final int RESTRICTION_OF__ANNOTATION
      The feature id for the 'Annotation' containment reference list.
      See Also:
      Constant Field Values
    • RESTRICTION_OF__STEREOTYPE

      static final int RESTRICTION_OF__STEREOTYPE
      The feature id for the 'Stereotype' reference list.
      See Also:
      Constant Field Values
    • RESTRICTION_OF__TAGGED_VALUE

      static final int RESTRICTION_OF__TAGGED_VALUE
      The feature id for the 'Tagged Value' containment reference list.
      See Also:
      Constant Field Values
    • RESTRICTION_OF__TO

      static final int RESTRICTION_OF__TO
      The feature id for the 'To' reference.
      See Also:
      Constant Field Values
    • RESTRICTION_OF__FROM

      static final int RESTRICTION_OF__FROM
      The feature id for the 'From' reference.
      See Also:
      Constant Field Values
    • RESTRICTION_OF_FEATURE_COUNT

      static final int RESTRICTION_OF_FEATURE_COUNT
      The number of structural features of the 'Restriction Of' class.
      See Also:
      Constant Field Values
    • RESTRICTION_OF___GET_TO

      static final int RESTRICTION_OF___GET_TO
      The operation id for the 'Get To' operation.
      See Also:
      Constant Field Values
    • RESTRICTION_OF___GET_FROM

      static final int RESTRICTION_OF___GET_FROM
      The operation id for the 'Get From' operation.
      See Also:
      Constant Field Values
    • RESTRICTION_OF_OPERATION_COUNT

      static final int RESTRICTION_OF_OPERATION_COUNT
      The number of operations of the 'Restriction Of' class.
      See Also:
      Constant Field Values
    • EXTENSION_TO

      static final int EXTENSION_TO
      The meta object id for the 'Extension To' class.
      See Also:
      ExtensionToImpl, DataPackageImpl.getExtensionTo(), Constant Field Values
    • EXTENSION_TO__ATTRIBUTE

      static final int EXTENSION_TO__ATTRIBUTE
      The feature id for the 'Attribute' containment reference list.
      See Also:
      Constant Field Values
    • EXTENSION_TO__ANNOTATION

      static final int EXTENSION_TO__ANNOTATION
      The feature id for the 'Annotation' containment reference list.
      See Also:
      Constant Field Values
    • EXTENSION_TO__STEREOTYPE

      static final int EXTENSION_TO__STEREOTYPE
      The feature id for the 'Stereotype' reference list.
      See Also:
      Constant Field Values
    • EXTENSION_TO__TAGGED_VALUE

      static final int EXTENSION_TO__TAGGED_VALUE
      The feature id for the 'Tagged Value' containment reference list.
      See Also:
      Constant Field Values
    • EXTENSION_TO__TO

      static final int EXTENSION_TO__TO
      The feature id for the 'To' reference.
      See Also:
      Constant Field Values
    • EXTENSION_TO__FROM

      static final int EXTENSION_TO__FROM
      The feature id for the 'From' reference.
      See Also:
      Constant Field Values
    • EXTENSION_TO_FEATURE_COUNT

      static final int EXTENSION_TO_FEATURE_COUNT
      The number of structural features of the 'Extension To' class.
      See Also:
      Constant Field Values
    • EXTENSION_TO___GET_TO

      static final int EXTENSION_TO___GET_TO
      The operation id for the 'Get To' operation.
      See Also:
      Constant Field Values
    • EXTENSION_TO___GET_FROM

      static final int EXTENSION_TO___GET_FROM
      The operation id for the 'Get From' operation.
      See Also:
      Constant Field Values
    • EXTENSION_TO_OPERATION_COUNT

      static final int EXTENSION_TO_OPERATION_COUNT
      The number of operations of the 'Extension To' class.
      See Also:
      Constant Field Values
    • DATATYPE_OF

      static final int DATATYPE_OF
      The meta object id for the 'Datatype Of' class.
      See Also:
      DatatypeOfImpl, DataPackageImpl.getDatatypeOf(), Constant Field Values
    • DATATYPE_OF__ATTRIBUTE

      static final int DATATYPE_OF__ATTRIBUTE
      The feature id for the 'Attribute' containment reference list.
      See Also:
      Constant Field Values
    • DATATYPE_OF__ANNOTATION

      static final int DATATYPE_OF__ANNOTATION
      The feature id for the 'Annotation' containment reference list.
      See Also:
      Constant Field Values
    • DATATYPE_OF__STEREOTYPE

      static final int DATATYPE_OF__STEREOTYPE
      The feature id for the 'Stereotype' reference list.
      See Also:
      Constant Field Values
    • DATATYPE_OF__TAGGED_VALUE

      static final int DATATYPE_OF__TAGGED_VALUE
      The feature id for the 'Tagged Value' containment reference list.
      See Also:
      Constant Field Values
    • DATATYPE_OF__TO

      static final int DATATYPE_OF__TO
      The feature id for the 'To' reference.
      See Also:
      Constant Field Values
    • DATATYPE_OF__FROM

      static final int DATATYPE_OF__FROM
      The feature id for the 'From' reference.
      See Also:
      Constant Field Values
    • DATATYPE_OF_FEATURE_COUNT

      static final int DATATYPE_OF_FEATURE_COUNT
      The number of structural features of the 'Datatype Of' class.
      See Also:
      Constant Field Values
    • DATATYPE_OF___GET_TO

      static final int DATATYPE_OF___GET_TO
      The operation id for the 'Get To' operation.
      See Also:
      Constant Field Values
    • DATATYPE_OF___GET_FROM

      static final int DATATYPE_OF___GET_FROM
      The operation id for the 'Get From' operation.
      See Also:
      Constant Field Values
    • DATATYPE_OF_OPERATION_COUNT

      static final int DATATYPE_OF_OPERATION_COUNT
      The number of operations of the 'Datatype Of' class.
      See Also:
      Constant Field Values
    • HAS_CONTENT

      static final int HAS_CONTENT
      The meta object id for the 'Has Content' class.
      See Also:
      HasContentImpl, DataPackageImpl.getHasContent(), Constant Field Values
    • HAS_CONTENT__ATTRIBUTE

      static final int HAS_CONTENT__ATTRIBUTE
      The feature id for the 'Attribute' containment reference list.
      See Also:
      Constant Field Values
    • HAS_CONTENT__ANNOTATION

      static final int HAS_CONTENT__ANNOTATION
      The feature id for the 'Annotation' containment reference list.
      See Also:
      Constant Field Values
    • HAS_CONTENT__STEREOTYPE

      static final int HAS_CONTENT__STEREOTYPE
      The feature id for the 'Stereotype' reference list.
      See Also:
      Constant Field Values
    • HAS_CONTENT__TAGGED_VALUE

      static final int HAS_CONTENT__TAGGED_VALUE
      The feature id for the 'Tagged Value' containment reference list.
      See Also:
      Constant Field Values
    • HAS_CONTENT__TO

      static final int HAS_CONTENT__TO
      The feature id for the 'To' reference.
      See Also:
      Constant Field Values
    • HAS_CONTENT__FROM

      static final int HAS_CONTENT__FROM
      The feature id for the 'From' reference.
      See Also:
      Constant Field Values
    • HAS_CONTENT_FEATURE_COUNT

      static final int HAS_CONTENT_FEATURE_COUNT
      The number of structural features of the 'Has Content' class.
      See Also:
      Constant Field Values
    • HAS_CONTENT___GET_TO

      static final int HAS_CONTENT___GET_TO
      The operation id for the 'Get To' operation.
      See Also:
      Constant Field Values
    • HAS_CONTENT___GET_FROM

      static final int HAS_CONTENT___GET_FROM
      The operation id for the 'Get From' operation.
      See Also:
      Constant Field Values
    • HAS_CONTENT_OPERATION_COUNT

      static final int HAS_CONTENT_OPERATION_COUNT
      The number of operations of the 'Has Content' class.
      See Also:
      Constant Field Values
    • WRITES_COLUMN_SET

      static final int WRITES_COLUMN_SET
      The meta object id for the 'Writes Column Set' class.
      See Also:
      WritesColumnSetImpl, DataPackageImpl.getWritesColumnSet(), Constant Field Values
    • WRITES_COLUMN_SET__ATTRIBUTE

      static final int WRITES_COLUMN_SET__ATTRIBUTE
      The feature id for the 'Attribute' containment reference list.
      See Also:
      Constant Field Values
    • WRITES_COLUMN_SET__ANNOTATION

      static final int WRITES_COLUMN_SET__ANNOTATION
      The feature id for the 'Annotation' containment reference list.
      See Also:
      Constant Field Values
    • WRITES_COLUMN_SET__STEREOTYPE

      static final int WRITES_COLUMN_SET__STEREOTYPE
      The feature id for the 'Stereotype' reference list.
      See Also:
      Constant Field Values
    • WRITES_COLUMN_SET__TAGGED_VALUE

      static final int WRITES_COLUMN_SET__TAGGED_VALUE
      The feature id for the 'Tagged Value' containment reference list.
      See Also:
      Constant Field Values
    • WRITES_COLUMN_SET__TO

      static final int WRITES_COLUMN_SET__TO
      The feature id for the 'To' reference.
      See Also:
      Constant Field Values
    • WRITES_COLUMN_SET__FROM

      static final int WRITES_COLUMN_SET__FROM
      The feature id for the 'From' reference.
      See Also:
      Constant Field Values
    • WRITES_COLUMN_SET_FEATURE_COUNT

      static final int WRITES_COLUMN_SET_FEATURE_COUNT
      The number of structural features of the 'Writes Column Set' class.
      See Also:
      Constant Field Values
    • WRITES_COLUMN_SET___GET_TO

      static final int WRITES_COLUMN_SET___GET_TO
      The operation id for the 'Get To' operation.
      See Also:
      Constant Field Values
    • WRITES_COLUMN_SET___GET_FROM

      static final int WRITES_COLUMN_SET___GET_FROM
      The operation id for the 'Get From' operation.
      See Also:
      Constant Field Values
    • WRITES_COLUMN_SET_OPERATION_COUNT

      static final int WRITES_COLUMN_SET_OPERATION_COUNT
      The number of operations of the 'Writes Column Set' class.
      See Also:
      Constant Field Values
    • PRODUCES_DATA_EVENT

      static final int PRODUCES_DATA_EVENT
      The meta object id for the 'Produces Data Event' class.
      See Also:
      ProducesDataEventImpl, DataPackageImpl.getProducesDataEvent(), Constant Field Values
    • PRODUCES_DATA_EVENT__ATTRIBUTE

      static final int PRODUCES_DATA_EVENT__ATTRIBUTE
      The feature id for the 'Attribute' containment reference list.
      See Also:
      Constant Field Values
    • PRODUCES_DATA_EVENT__ANNOTATION

      static final int PRODUCES_DATA_EVENT__ANNOTATION
      The feature id for the 'Annotation' containment reference list.
      See Also:
      Constant Field Values
    • PRODUCES_DATA_EVENT__STEREOTYPE

      static final int PRODUCES_DATA_EVENT__STEREOTYPE
      The feature id for the 'Stereotype' reference list.
      See Also:
      Constant Field Values
    • PRODUCES_DATA_EVENT__TAGGED_VALUE

      static final int PRODUCES_DATA_EVENT__TAGGED_VALUE
      The feature id for the 'Tagged Value' containment reference list.
      See Also:
      Constant Field Values
    • PRODUCES_DATA_EVENT__TO

      static final int PRODUCES_DATA_EVENT__TO
      The feature id for the 'To' reference.
      See Also:
      Constant Field Values
    • PRODUCES_DATA_EVENT__FROM

      static final int PRODUCES_DATA_EVENT__FROM
      The feature id for the 'From' reference.
      See Also:
      Constant Field Values
    • PRODUCES_DATA_EVENT_FEATURE_COUNT

      static final int PRODUCES_DATA_EVENT_FEATURE_COUNT
      The number of structural features of the 'Produces Data Event' class.
      See Also:
      Constant Field Values
    • PRODUCES_DATA_EVENT___GET_TO

      static final int PRODUCES_DATA_EVENT___GET_TO
      The operation id for the 'Get To' operation.
      See Also:
      Constant Field Values
    • PRODUCES_DATA_EVENT___GET_FROM

      static final int PRODUCES_DATA_EVENT___GET_FROM
      The operation id for the 'Get From' operation.
      See Also:
      Constant Field Values
    • PRODUCES_DATA_EVENT_OPERATION_COUNT

      static final int PRODUCES_DATA_EVENT_OPERATION_COUNT
      The number of operations of the 'Produces Data Event' class.
      See Also:
      Constant Field Values
    • DATA_SEGMENT

      static final int DATA_SEGMENT
      The meta object id for the 'Segment' class.
      See Also:
      DataSegmentImpl, DataPackageImpl.getDataSegment(), Constant Field Values
    • DATA_SEGMENT__ATTRIBUTE

      static final int DATA_SEGMENT__ATTRIBUTE
      The feature id for the 'Attribute' containment reference list.
      See Also:
      Constant Field Values
    • DATA_SEGMENT__ANNOTATION

      static final int DATA_SEGMENT__ANNOTATION
      The feature id for the 'Annotation' containment reference list.
      See Also:
      Constant Field Values
    • DATA_SEGMENT__STEREOTYPE

      static final int DATA_SEGMENT__STEREOTYPE
      The feature id for the 'Stereotype' reference list.
      See Also:
      Constant Field Values
    • DATA_SEGMENT__TAGGED_VALUE

      static final int DATA_SEGMENT__TAGGED_VALUE
      The feature id for the 'Tagged Value' containment reference list.
      See Also:
      Constant Field Values
    • DATA_SEGMENT__NAME

      static final int DATA_SEGMENT__NAME
      The feature id for the 'Name' attribute.
      See Also:
      Constant Field Values
    • DATA_SEGMENT__SOURCE

      static final int DATA_SEGMENT__SOURCE
      The feature id for the 'Source' containment reference list.
      See Also:
      Constant Field Values
    • DATA_SEGMENT__DATA_RELATION

      static final int DATA_SEGMENT__DATA_RELATION
      The feature id for the 'Data Relation' containment reference list.
      See Also:
      Constant Field Values
    • DATA_SEGMENT__ABSTRACTION

      static final int DATA_SEGMENT__ABSTRACTION
      The feature id for the 'Abstraction' containment reference list.
      See Also:
      Constant Field Values
    • DATA_SEGMENT__DATA_ELEMENT

      static final int DATA_SEGMENT__DATA_ELEMENT
      The feature id for the 'Data Element' containment reference list.
      See Also:
      Constant Field Values
    • DATA_SEGMENT__ITEM_UNIT

      static final int DATA_SEGMENT__ITEM_UNIT
      The feature id for the 'Item Unit' containment reference list.
      See Also:
      Constant Field Values
    • DATA_SEGMENT_FEATURE_COUNT

      static final int DATA_SEGMENT_FEATURE_COUNT
      The number of structural features of the 'Segment' class.
      See Also:
      Constant Field Values
    • DATA_SEGMENT___CREATE_AGGREGATION__KDMENTITY

      static final int DATA_SEGMENT___CREATE_AGGREGATION__KDMENTITY
      The operation id for the 'Create Aggregation' operation.
      See Also:
      Constant Field Values
    • DATA_SEGMENT___DELETE_AGGREGATION__AGGREGATEDRELATIONSHIP

      static final int DATA_SEGMENT___DELETE_AGGREGATION__AGGREGATEDRELATIONSHIP
      The operation id for the 'Delete Aggregation' operation.
      See Also:
      Constant Field Values
    • DATA_SEGMENT___GET_INBOUND

      static final int DATA_SEGMENT___GET_INBOUND
      The operation id for the 'Get Inbound' operation.
      See Also:
      Constant Field Values
    • DATA_SEGMENT___GET_OUTBOUND

      static final int DATA_SEGMENT___GET_OUTBOUND
      The operation id for the 'Get Outbound' operation.
      See Also:
      Constant Field Values
    • DATA_SEGMENT___GET_OWNED_RELATION

      static final int DATA_SEGMENT___GET_OWNED_RELATION
      The operation id for the 'Get Owned Relation' operation.
      See Also:
      Constant Field Values
    • DATA_SEGMENT___GET_IN_AGGREGATED

      static final int DATA_SEGMENT___GET_IN_AGGREGATED
      The operation id for the 'Get In Aggregated' operation.
      See Also:
      Constant Field Values
    • DATA_SEGMENT___GET_OUT_AGGREGATED

      static final int DATA_SEGMENT___GET_OUT_AGGREGATED
      The operation id for the 'Get Out Aggregated' operation.
      See Also:
      Constant Field Values
    • DATA_SEGMENT___GET_OWNER

      static final int DATA_SEGMENT___GET_OWNER
      The operation id for the 'Get Owner' operation.
      See Also:
      Constant Field Values
    • DATA_SEGMENT___GET_OWNED_ELEMENT

      static final int DATA_SEGMENT___GET_OWNED_ELEMENT
      The operation id for the 'Get Owned Element' operation.
      See Also:
      Constant Field Values
    • DATA_SEGMENT___GET_GROUP

      static final int DATA_SEGMENT___GET_GROUP
      The operation id for the 'Get Group' operation.
      See Also:
      Constant Field Values
    • DATA_SEGMENT___GET_GROUPED_ELEMENT

      static final int DATA_SEGMENT___GET_GROUPED_ELEMENT
      The operation id for the 'Get Grouped Element' operation.
      See Also:
      Constant Field Values
    • DATA_SEGMENT___GET_MODEL

      static final int DATA_SEGMENT___GET_MODEL
      The operation id for the 'Get Model' operation.
      See Also:
      Constant Field Values
    • DATA_SEGMENT_OPERATION_COUNT

      static final int DATA_SEGMENT_OPERATION_COUNT
      The number of operations of the 'Segment' class.
      See Also:
      Constant Field Values
    • CONTENT_ELEMENT

      static final int CONTENT_ELEMENT
      The meta object id for the 'Content Element' class.
      See Also:
      ContentElementImpl, DataPackageImpl.getContentElement(), Constant Field Values
    • CONTENT_ELEMENT__ATTRIBUTE

      static final int CONTENT_ELEMENT__ATTRIBUTE
      The feature id for the 'Attribute' containment reference list.
      See Also:
      Constant Field Values
    • CONTENT_ELEMENT__ANNOTATION

      static final int CONTENT_ELEMENT__ANNOTATION
      The feature id for the 'Annotation' containment reference list.
      See Also:
      Constant Field Values
    • CONTENT_ELEMENT__STEREOTYPE

      static final int CONTENT_ELEMENT__STEREOTYPE
      The feature id for the 'Stereotype' reference list.
      See Also:
      Constant Field Values
    • CONTENT_ELEMENT__TAGGED_VALUE

      static final int CONTENT_ELEMENT__TAGGED_VALUE
      The feature id for the 'Tagged Value' containment reference list.
      See Also:
      Constant Field Values
    • CONTENT_ELEMENT__NAME

      static final int CONTENT_ELEMENT__NAME
      The feature id for the 'Name' attribute.
      See Also:
      Constant Field Values
    • CONTENT_ELEMENT__SOURCE

      static final int CONTENT_ELEMENT__SOURCE
      The feature id for the 'Source' containment reference list.
      See Also:
      Constant Field Values
    • CONTENT_ELEMENT__DATA_RELATION

      static final int CONTENT_ELEMENT__DATA_RELATION
      The feature id for the 'Data Relation' containment reference list.
      See Also:
      Constant Field Values
    • CONTENT_ELEMENT__ABSTRACTION

      static final int CONTENT_ELEMENT__ABSTRACTION
      The feature id for the 'Abstraction' containment reference list.
      See Also:
      Constant Field Values
    • CONTENT_ELEMENT__TYPE

      static final int CONTENT_ELEMENT__TYPE
      The feature id for the 'Type' reference.
      See Also:
      Constant Field Values
    • CONTENT_ELEMENT__CONTENT_ELEMENT

      static final int CONTENT_ELEMENT__CONTENT_ELEMENT
      The feature id for the 'Content Element' containment reference list.
      See Also:
      Constant Field Values
    • CONTENT_ELEMENT_FEATURE_COUNT

      static final int CONTENT_ELEMENT_FEATURE_COUNT
      The number of structural features of the 'Content Element' class.
      See Also:
      Constant Field Values
    • CONTENT_ELEMENT___CREATE_AGGREGATION__KDMENTITY

      static final int CONTENT_ELEMENT___CREATE_AGGREGATION__KDMENTITY
      The operation id for the 'Create Aggregation' operation.
      See Also:
      Constant Field Values
    • CONTENT_ELEMENT___DELETE_AGGREGATION__AGGREGATEDRELATIONSHIP

      static final int CONTENT_ELEMENT___DELETE_AGGREGATION__AGGREGATEDRELATIONSHIP
      The operation id for the 'Delete Aggregation' operation.
      See Also:
      Constant Field Values
    • CONTENT_ELEMENT___GET_INBOUND

      static final int CONTENT_ELEMENT___GET_INBOUND
      The operation id for the 'Get Inbound' operation.
      See Also:
      Constant Field Values
    • CONTENT_ELEMENT___GET_OUTBOUND

      static final int CONTENT_ELEMENT___GET_OUTBOUND
      The operation id for the 'Get Outbound' operation.
      See Also:
      Constant Field Values
    • CONTENT_ELEMENT___GET_OWNED_RELATION

      static final int CONTENT_ELEMENT___GET_OWNED_RELATION
      The operation id for the 'Get Owned Relation' operation.
      See Also:
      Constant Field Values
    • CONTENT_ELEMENT___GET_IN_AGGREGATED

      static final int CONTENT_ELEMENT___GET_IN_AGGREGATED
      The operation id for the 'Get In Aggregated' operation.
      See Also:
      Constant Field Values
    • CONTENT_ELEMENT___GET_OUT_AGGREGATED

      static final int CONTENT_ELEMENT___GET_OUT_AGGREGATED
      The operation id for the 'Get Out Aggregated' operation.
      See Also:
      Constant Field Values
    • CONTENT_ELEMENT___GET_OWNER

      static final int CONTENT_ELEMENT___GET_OWNER
      The operation id for the 'Get Owner' operation.
      See Also:
      Constant Field Values
    • CONTENT_ELEMENT___GET_OWNED_ELEMENT

      static final int CONTENT_ELEMENT___GET_OWNED_ELEMENT
      The operation id for the 'Get Owned Element' operation.
      See Also:
      Constant Field Values
    • CONTENT_ELEMENT___GET_GROUP

      static final int CONTENT_ELEMENT___GET_GROUP
      The operation id for the 'Get Group' operation.
      See Also:
      Constant Field Values
    • CONTENT_ELEMENT___GET_GROUPED_ELEMENT

      static final int CONTENT_ELEMENT___GET_GROUPED_ELEMENT
      The operation id for the 'Get Grouped Element' operation.
      See Also:
      Constant Field Values
    • CONTENT_ELEMENT___GET_MODEL

      static final int CONTENT_ELEMENT___GET_MODEL
      The operation id for the 'Get Model' operation.
      See Also:
      Constant Field Values
    • CONTENT_ELEMENT_OPERATION_COUNT

      static final int CONTENT_ELEMENT_OPERATION_COUNT
      The number of operations of the 'Content Element' class.
      See Also:
      Constant Field Values
    • MANAGES_DATA

      static final int MANAGES_DATA
      The meta object id for the 'Manages Data' class.
      See Also:
      ManagesDataImpl, DataPackageImpl.getManagesData(), Constant Field Values
    • MANAGES_DATA__ATTRIBUTE

      static final int MANAGES_DATA__ATTRIBUTE
      The feature id for the 'Attribute' containment reference list.
      See Also:
      Constant Field Values
    • MANAGES_DATA__ANNOTATION

      static final int MANAGES_DATA__ANNOTATION
      The feature id for the 'Annotation' containment reference list.
      See Also:
      Constant Field Values
    • MANAGES_DATA__STEREOTYPE

      static final int MANAGES_DATA__STEREOTYPE
      The feature id for the 'Stereotype' reference list.
      See Also:
      Constant Field Values
    • MANAGES_DATA__TAGGED_VALUE

      static final int MANAGES_DATA__TAGGED_VALUE
      The feature id for the 'Tagged Value' containment reference list.
      See Also:
      Constant Field Values
    • MANAGES_DATA__TO

      static final int MANAGES_DATA__TO
      The feature id for the 'To' reference.
      See Also:
      Constant Field Values
    • MANAGES_DATA__FROM

      static final int MANAGES_DATA__FROM
      The feature id for the 'From' reference.
      See Also:
      Constant Field Values
    • MANAGES_DATA_FEATURE_COUNT

      static final int MANAGES_DATA_FEATURE_COUNT
      The number of structural features of the 'Manages Data' class.
      See Also:
      Constant Field Values
    • MANAGES_DATA___GET_TO

      static final int MANAGES_DATA___GET_TO
      The operation id for the 'Get To' operation.
      See Also:
      Constant Field Values
    • MANAGES_DATA___GET_FROM

      static final int MANAGES_DATA___GET_FROM
      The operation id for the 'Get From' operation.
      See Also:
      Constant Field Values
    • MANAGES_DATA_OPERATION_COUNT

      static final int MANAGES_DATA_OPERATION_COUNT
      The number of operations of the 'Manages Data' class.
      See Also:
      Constant Field Values
  • Method Details

    • getDataModel

      org.eclipse.emf.ecore.EClass getDataModel()
      Returns the meta object for class 'Model'.
      Returns:
      the meta object for class 'Model'.
      See Also:
      DataModel
    • getDataModel_DataElement

      org.eclipse.emf.ecore.EReference getDataModel_DataElement()
      Returns the meta object for the containment reference list 'Data Element'.
      Returns:
      the meta object for the containment reference list 'Data Element'.
      See Also:
      DataModel.getDataElement(), getDataModel()
    • getAbstractDataElement

      org.eclipse.emf.ecore.EClass getAbstractDataElement()
      Returns the meta object for class 'Abstract Data Element'.
      Returns:
      the meta object for class 'Abstract Data Element'.
      See Also:
      AbstractDataElement
    • getAbstractDataElement_Source

      org.eclipse.emf.ecore.EReference getAbstractDataElement_Source()
      Returns the meta object for the containment reference list 'Source'.
      Returns:
      the meta object for the containment reference list 'Source'.
      See Also:
      AbstractDataElement.getSource(), getAbstractDataElement()
    • getAbstractDataElement_DataRelation

      org.eclipse.emf.ecore.EReference getAbstractDataElement_DataRelation()
      Returns the meta object for the containment reference list 'Data Relation'.
      Returns:
      the meta object for the containment reference list 'Data Relation'.
      See Also:
      AbstractDataElement.getDataRelation(), getAbstractDataElement()
    • getAbstractDataElement_Abstraction

      org.eclipse.emf.ecore.EReference getAbstractDataElement_Abstraction()
      Returns the meta object for the containment reference list 'Abstraction'.
      Returns:
      the meta object for the containment reference list 'Abstraction'.
      See Also:
      AbstractDataElement.getAbstraction(), getAbstractDataElement()
    • getDataResource

      org.eclipse.emf.ecore.EClass getDataResource()
      Returns the meta object for class 'Resource'.
      Returns:
      the meta object for class 'Resource'.
      See Also:
      DataResource
    • getIndexElement

      org.eclipse.emf.ecore.EClass getIndexElement()
      Returns the meta object for class 'Index Element'.
      Returns:
      the meta object for class 'Index Element'.
      See Also:
      IndexElement
    • getIndexElement_Implementation

      org.eclipse.emf.ecore.EReference getIndexElement_Implementation()
      Returns the meta object for the reference list 'Implementation'.
      Returns:
      the meta object for the reference list 'Implementation'.
      See Also:
      IndexElement.getImplementation(), getIndexElement()
    • getUniqueKey

      org.eclipse.emf.ecore.EClass getUniqueKey()
      Returns the meta object for class 'Unique Key'.
      Returns:
      the meta object for class 'Unique Key'.
      See Also:
      UniqueKey
    • getIndex

      org.eclipse.emf.ecore.EClass getIndex()
      Returns the meta object for class 'Index'.
      Returns:
      the meta object for class 'Index'.
      See Also:
      Index
    • getAbstractDataRelationship

      org.eclipse.emf.ecore.EClass getAbstractDataRelationship()
      Returns the meta object for class 'Abstract Data Relationship'.
      Returns:
      the meta object for class 'Abstract Data Relationship'.
      See Also:
      AbstractDataRelationship
    • getKeyRelation

      org.eclipse.emf.ecore.EClass getKeyRelation()
      Returns the meta object for class 'Key Relation'.
      Returns:
      the meta object for class 'Key Relation'.
      See Also:
      KeyRelation
    • getKeyRelation_To

      org.eclipse.emf.ecore.EReference getKeyRelation_To()
      Returns the meta object for the reference 'To'.
      Returns:
      the meta object for the reference 'To'.
      See Also:
      KeyRelation.getTo(), getKeyRelation()
    • getKeyRelation_From

      org.eclipse.emf.ecore.EReference getKeyRelation_From()
      Returns the meta object for the reference 'From'.
      Returns:
      the meta object for the reference 'From'.
      See Also:
      KeyRelation.getFrom(), getKeyRelation()
    • getReferenceKey

      org.eclipse.emf.ecore.EClass getReferenceKey()
      Returns the meta object for class 'Reference Key'.
      Returns:
      the meta object for class 'Reference Key'.
      See Also:
      ReferenceKey
    • getDataContainer

      org.eclipse.emf.ecore.EClass getDataContainer()
      Returns the meta object for class 'Container'.
      Returns:
      the meta object for class 'Container'.
      See Also:
      DataContainer
    • getDataContainer_DataElement

      org.eclipse.emf.ecore.EReference getDataContainer_DataElement()
      Returns the meta object for the containment reference list 'Data Element'.
      Returns:
      the meta object for the containment reference list 'Data Element'.
      See Also:
      DataContainer.getDataElement(), getDataContainer()
    • getCatalog

      org.eclipse.emf.ecore.EClass getCatalog()
      Returns the meta object for class 'Catalog'.
      Returns:
      the meta object for class 'Catalog'.
      See Also:
      Catalog
    • getRelationalSchema

      org.eclipse.emf.ecore.EClass getRelationalSchema()
      Returns the meta object for class 'Relational Schema'.
      Returns:
      the meta object for class 'Relational Schema'.
      See Also:
      RelationalSchema
    • getRelationalSchema_CodeElement

      org.eclipse.emf.ecore.EReference getRelationalSchema_CodeElement()
      Returns the meta object for the containment reference list 'Code Element'.
      Returns:
      the meta object for the containment reference list 'Code Element'.
      See Also:
      RelationalSchema.getCodeElement(), getRelationalSchema()
    • getColumnSet

      org.eclipse.emf.ecore.EClass getColumnSet()
      Returns the meta object for class 'Column Set'.
      Returns:
      the meta object for class 'Column Set'.
      See Also:
      ColumnSet
    • getColumnSet_ItemUnit

      org.eclipse.emf.ecore.EReference getColumnSet_ItemUnit()
      Returns the meta object for the containment reference list 'Item Unit'.
      Returns:
      the meta object for the containment reference list 'Item Unit'.
      See Also:
      ColumnSet.getItemUnit(), getColumnSet()
    • getRelationalTable

      org.eclipse.emf.ecore.EClass getRelationalTable()
      Returns the meta object for class 'Relational Table'.
      Returns:
      the meta object for class 'Relational Table'.
      See Also:
      RelationalTable
    • getRelationalView

      org.eclipse.emf.ecore.EClass getRelationalView()
      Returns the meta object for class 'Relational View'.
      Returns:
      the meta object for class 'Relational View'.
      See Also:
      RelationalView
    • getRecordFile

      org.eclipse.emf.ecore.EClass getRecordFile()
      Returns the meta object for class 'Record File'.
      Returns:
      the meta object for class 'Record File'.
      See Also:
      RecordFile
    • getDataEvent

      org.eclipse.emf.ecore.EClass getDataEvent()
      Returns the meta object for class 'Event'.
      Returns:
      the meta object for class 'Event'.
      See Also:
      DataEvent
    • getDataEvent_Kind

      org.eclipse.emf.ecore.EAttribute getDataEvent_Kind()
      Returns the meta object for the attribute 'Kind'.
      Returns:
      the meta object for the attribute 'Kind'.
      See Also:
      DataEvent.getKind(), getDataEvent()
    • getXMLSchema

      org.eclipse.emf.ecore.EClass getXMLSchema()
      Returns the meta object for class 'XML Schema'.
      Returns:
      the meta object for class 'XML Schema'.
      See Also:
      XMLSchema
    • getXMLSchema_ContentElement

      org.eclipse.emf.ecore.EReference getXMLSchema_ContentElement()
      Returns the meta object for the containment reference list 'Content Element'.
      Returns:
      the meta object for the containment reference list 'Content Element'.
      See Also:
      XMLSchema.getContentElement(), getXMLSchema()
    • getAbstractContentElement

      org.eclipse.emf.ecore.EClass getAbstractContentElement()
      Returns the meta object for class 'Abstract Content Element'.
      Returns:
      the meta object for class 'Abstract Content Element'.
      See Also:
      AbstractContentElement
    • getComplexContentType

      org.eclipse.emf.ecore.EClass getComplexContentType()
      Returns the meta object for class 'Complex Content Type'.
      Returns:
      the meta object for class 'Complex Content Type'.
      See Also:
      ComplexContentType
    • getComplexContentType_ContentElement

      org.eclipse.emf.ecore.EReference getComplexContentType_ContentElement()
      Returns the meta object for the containment reference list 'Content Element'.
      Returns:
      the meta object for the containment reference list 'Content Element'.
      See Also:
      ComplexContentType.getContentElement(), getComplexContentType()
    • getAllContent

      org.eclipse.emf.ecore.EClass getAllContent()
      Returns the meta object for class 'All Content'.
      Returns:
      the meta object for class 'All Content'.
      See Also:
      AllContent
    • getSeqContent

      org.eclipse.emf.ecore.EClass getSeqContent()
      Returns the meta object for class 'Seq Content'.
      Returns:
      the meta object for class 'Seq Content'.
      See Also:
      SeqContent
    • getChoiceContent

      org.eclipse.emf.ecore.EClass getChoiceContent()
      Returns the meta object for class 'Choice Content'.
      Returns:
      the meta object for class 'Choice Content'.
      See Also:
      ChoiceContent
    • getContentItem

      org.eclipse.emf.ecore.EClass getContentItem()
      Returns the meta object for class 'Content Item'.
      Returns:
      the meta object for class 'Content Item'.
      See Also:
      ContentItem
    • getContentItem_Type

      org.eclipse.emf.ecore.EReference getContentItem_Type()
      Returns the meta object for the reference 'Type'.
      Returns:
      the meta object for the reference 'Type'.
      See Also:
      ContentItem.getType(), getContentItem()
    • getContentItem_ContentElement

      org.eclipse.emf.ecore.EReference getContentItem_ContentElement()
      Returns the meta object for the containment reference list 'Content Element'.
      Returns:
      the meta object for the containment reference list 'Content Element'.
      See Also:
      ContentItem.getContentElement(), getContentItem()
    • getGroupContent

      org.eclipse.emf.ecore.EClass getGroupContent()
      Returns the meta object for class 'Group Content'.
      Returns:
      the meta object for class 'Group Content'.
      See Also:
      GroupContent
    • getContentRestriction

      org.eclipse.emf.ecore.EClass getContentRestriction()
      Returns the meta object for class 'Content Restriction'.
      Returns:
      the meta object for class 'Content Restriction'.
      See Also:
      ContentRestriction
    • getContentRestriction_Kind

      org.eclipse.emf.ecore.EAttribute getContentRestriction_Kind()
      Returns the meta object for the attribute 'Kind'.
      Returns:
      the meta object for the attribute 'Kind'.
      See Also:
      ContentRestriction.getKind(), getContentRestriction()
    • getContentRestriction_Value

      org.eclipse.emf.ecore.EAttribute getContentRestriction_Value()
      Returns the meta object for the attribute 'Value'.
      Returns:
      the meta object for the attribute 'Value'.
      See Also:
      ContentRestriction.getValue(), getContentRestriction()
    • getSimpleContentType

      org.eclipse.emf.ecore.EClass getSimpleContentType()
      Returns the meta object for class 'Simple Content Type'.
      Returns:
      the meta object for class 'Simple Content Type'.
      See Also:
      SimpleContentType
    • getSimpleContentType_Type

      org.eclipse.emf.ecore.EReference getSimpleContentType_Type()
      Returns the meta object for the reference list 'Type'.
      Returns:
      the meta object for the reference list 'Type'.
      See Also:
      SimpleContentType.getType(), getSimpleContentType()
    • getSimpleContentType_Kind

      org.eclipse.emf.ecore.EAttribute getSimpleContentType_Kind()
      Returns the meta object for the attribute 'Kind'.
      Returns:
      the meta object for the attribute 'Kind'.
      See Also:
      SimpleContentType.getKind(), getSimpleContentType()
    • getExtendedDataElement

      org.eclipse.emf.ecore.EClass getExtendedDataElement()
      Returns the meta object for class 'Extended Data Element'.
      Returns:
      the meta object for class 'Extended Data Element'.
      See Also:
      ExtendedDataElement
    • getDataRelationship

      org.eclipse.emf.ecore.EClass getDataRelationship()
      Returns the meta object for class 'Relationship'.
      Returns:
      the meta object for class 'Relationship'.
      See Also:
      DataRelationship
    • getDataRelationship_To

      org.eclipse.emf.ecore.EReference getDataRelationship_To()
      Returns the meta object for the reference 'To'.
      Returns:
      the meta object for the reference 'To'.
      See Also:
      DataRelationship.getTo(), getDataRelationship()
    • getDataRelationship_From

      org.eclipse.emf.ecore.EReference getDataRelationship_From()
      Returns the meta object for the reference 'From'.
      Returns:
      the meta object for the reference 'From'.
      See Also:
      DataRelationship.getFrom(), getDataRelationship()
    • getMixedContent

      org.eclipse.emf.ecore.EClass getMixedContent()
      Returns the meta object for class 'Mixed Content'.
      Returns:
      the meta object for class 'Mixed Content'.
      See Also:
      MixedContent
    • getContentReference

      org.eclipse.emf.ecore.EClass getContentReference()
      Returns the meta object for class 'Content Reference'.
      Returns:
      the meta object for class 'Content Reference'.
      See Also:
      ContentReference
    • getDataAction

      org.eclipse.emf.ecore.EClass getDataAction()
      Returns the meta object for class 'Action'.
      Returns:
      the meta object for class 'Action'.
      See Also:
      DataAction
    • getDataAction_Kind

      org.eclipse.emf.ecore.EAttribute getDataAction_Kind()
      Returns the meta object for the attribute 'Kind'.
      Returns:
      the meta object for the attribute 'Kind'.
      See Also:
      DataAction.getKind(), getDataAction()
    • getDataAction_Implementation

      org.eclipse.emf.ecore.EReference getDataAction_Implementation()
      Returns the meta object for the reference list 'Implementation'.
      Returns:
      the meta object for the reference list 'Implementation'.
      See Also:
      DataAction.getImplementation(), getDataAction()
    • getDataAction_DataElement

      org.eclipse.emf.ecore.EReference getDataAction_DataElement()
      Returns the meta object for the containment reference list 'Data Element'.
      Returns:
      the meta object for the containment reference list 'Data Element'.
      See Also:
      DataAction.getDataElement(), getDataAction()
    • getReadsColumnSet

      org.eclipse.emf.ecore.EClass getReadsColumnSet()
      Returns the meta object for class 'Reads Column Set'.
      Returns:
      the meta object for class 'Reads Column Set'.
      See Also:
      ReadsColumnSet
    • getReadsColumnSet_To

      org.eclipse.emf.ecore.EReference getReadsColumnSet_To()
      Returns the meta object for the reference 'To'.
      Returns:
      the meta object for the reference 'To'.
      See Also:
      ReadsColumnSet.getTo(), getReadsColumnSet()
    • getReadsColumnSet_From

      org.eclipse.emf.ecore.EReference getReadsColumnSet_From()
      Returns the meta object for the reference 'From'.
      Returns:
      the meta object for the reference 'From'.
      See Also:
      ReadsColumnSet.getFrom(), getReadsColumnSet()
    • getContentAttribute

      org.eclipse.emf.ecore.EClass getContentAttribute()
      Returns the meta object for class 'Content Attribute'.
      Returns:
      the meta object for class 'Content Attribute'.
      See Also:
      ContentAttribute
    • getTypedBy

      org.eclipse.emf.ecore.EClass getTypedBy()
      Returns the meta object for class 'Typed By'.
      Returns:
      the meta object for class 'Typed By'.
      See Also:
      TypedBy
    • getTypedBy_To

      org.eclipse.emf.ecore.EReference getTypedBy_To()
      Returns the meta object for the reference 'To'.
      Returns:
      the meta object for the reference 'To'.
      See Also:
      TypedBy.getTo(), getTypedBy()
    • getTypedBy_From

      org.eclipse.emf.ecore.EReference getTypedBy_From()
      Returns the meta object for the reference 'From'.
      Returns:
      the meta object for the reference 'From'.
      See Also:
      TypedBy.getFrom(), getTypedBy()
    • getReferenceTo

      org.eclipse.emf.ecore.EClass getReferenceTo()
      Returns the meta object for class 'Reference To'.
      Returns:
      the meta object for class 'Reference To'.
      See Also:
      ReferenceTo
    • getReferenceTo_To

      org.eclipse.emf.ecore.EReference getReferenceTo_To()
      Returns the meta object for the reference 'To'.
      Returns:
      the meta object for the reference 'To'.
      See Also:
      ReferenceTo.getTo(), getReferenceTo()
    • getReferenceTo_From

      org.eclipse.emf.ecore.EReference getReferenceTo_From()
      Returns the meta object for the reference 'From'.
      Returns:
      the meta object for the reference 'From'.
      See Also:
      ReferenceTo.getFrom(), getReferenceTo()
    • getRestrictionOf

      org.eclipse.emf.ecore.EClass getRestrictionOf()
      Returns the meta object for class 'Restriction Of'.
      Returns:
      the meta object for class 'Restriction Of'.
      See Also:
      RestrictionOf
    • getRestrictionOf_To

      org.eclipse.emf.ecore.EReference getRestrictionOf_To()
      Returns the meta object for the reference 'To'.
      Returns:
      the meta object for the reference 'To'.
      See Also:
      RestrictionOf.getTo(), getRestrictionOf()
    • getRestrictionOf_From

      org.eclipse.emf.ecore.EReference getRestrictionOf_From()
      Returns the meta object for the reference 'From'.
      Returns:
      the meta object for the reference 'From'.
      See Also:
      RestrictionOf.getFrom(), getRestrictionOf()
    • getExtensionTo

      org.eclipse.emf.ecore.EClass getExtensionTo()
      Returns the meta object for class 'Extension To'.
      Returns:
      the meta object for class 'Extension To'.
      See Also:
      ExtensionTo
    • getExtensionTo_To

      org.eclipse.emf.ecore.EReference getExtensionTo_To()
      Returns the meta object for the reference 'To'.
      Returns:
      the meta object for the reference 'To'.
      See Also:
      ExtensionTo.getTo(), getExtensionTo()
    • getExtensionTo_From

      org.eclipse.emf.ecore.EReference getExtensionTo_From()
      Returns the meta object for the reference 'From'.
      Returns:
      the meta object for the reference 'From'.
      See Also:
      ExtensionTo.getFrom(), getExtensionTo()
    • getDatatypeOf

      org.eclipse.emf.ecore.EClass getDatatypeOf()
      Returns the meta object for class 'Datatype Of'.
      Returns:
      the meta object for class 'Datatype Of'.
      See Also:
      DatatypeOf
    • getDatatypeOf_To

      org.eclipse.emf.ecore.EReference getDatatypeOf_To()
      Returns the meta object for the reference 'To'.
      Returns:
      the meta object for the reference 'To'.
      See Also:
      DatatypeOf.getTo(), getDatatypeOf()
    • getDatatypeOf_From

      org.eclipse.emf.ecore.EReference getDatatypeOf_From()
      Returns the meta object for the reference 'From'.
      Returns:
      the meta object for the reference 'From'.
      See Also:
      DatatypeOf.getFrom(), getDatatypeOf()
    • getHasContent

      org.eclipse.emf.ecore.EClass getHasContent()
      Returns the meta object for class 'Has Content'.
      Returns:
      the meta object for class 'Has Content'.
      See Also:
      HasContent
    • getHasContent_To

      org.eclipse.emf.ecore.EReference getHasContent_To()
      Returns the meta object for the reference 'To'.
      Returns:
      the meta object for the reference 'To'.
      See Also:
      HasContent.getTo(), getHasContent()
    • getHasContent_From

      org.eclipse.emf.ecore.EReference getHasContent_From()
      Returns the meta object for the reference 'From'.
      Returns:
      the meta object for the reference 'From'.
      See Also:
      HasContent.getFrom(), getHasContent()
    • getWritesColumnSet

      org.eclipse.emf.ecore.EClass getWritesColumnSet()
      Returns the meta object for class 'Writes Column Set'.
      Returns:
      the meta object for class 'Writes Column Set'.
      See Also:
      WritesColumnSet
    • getWritesColumnSet_To

      org.eclipse.emf.ecore.EReference getWritesColumnSet_To()
      Returns the meta object for the reference 'To'.
      Returns:
      the meta object for the reference 'To'.
      See Also:
      WritesColumnSet.getTo(), getWritesColumnSet()
    • getWritesColumnSet_From

      org.eclipse.emf.ecore.EReference getWritesColumnSet_From()
      Returns the meta object for the reference 'From'.
      Returns:
      the meta object for the reference 'From'.
      See Also:
      WritesColumnSet.getFrom(), getWritesColumnSet()
    • getProducesDataEvent

      org.eclipse.emf.ecore.EClass getProducesDataEvent()
      Returns the meta object for class 'Produces Data Event'.
      Returns:
      the meta object for class 'Produces Data Event'.
      See Also:
      ProducesDataEvent
    • getProducesDataEvent_To

      org.eclipse.emf.ecore.EReference getProducesDataEvent_To()
      Returns the meta object for the reference 'To'.
      Returns:
      the meta object for the reference 'To'.
      See Also:
      ProducesDataEvent.getTo(), getProducesDataEvent()
    • getProducesDataEvent_From

      org.eclipse.emf.ecore.EReference getProducesDataEvent_From()
      Returns the meta object for the reference 'From'.
      Returns:
      the meta object for the reference 'From'.
      See Also:
      ProducesDataEvent.getFrom(), getProducesDataEvent()
    • getDataSegment

      org.eclipse.emf.ecore.EClass getDataSegment()
      Returns the meta object for class 'Segment'.
      Returns:
      the meta object for class 'Segment'.
      See Also:
      DataSegment
    • getContentElement

      org.eclipse.emf.ecore.EClass getContentElement()
      Returns the meta object for class 'Content Element'.
      Returns:
      the meta object for class 'Content Element'.
      See Also:
      ContentElement
    • getManagesData

      org.eclipse.emf.ecore.EClass getManagesData()
      Returns the meta object for class 'Manages Data'.
      Returns:
      the meta object for class 'Manages Data'.
      See Also:
      ManagesData
    • getManagesData_To

      org.eclipse.emf.ecore.EReference getManagesData_To()
      Returns the meta object for the reference 'To'.
      Returns:
      the meta object for the reference 'To'.
      See Also:
      ManagesData.getTo(), getManagesData()
    • getManagesData_From

      org.eclipse.emf.ecore.EReference getManagesData_From()
      Returns the meta object for the reference 'From'.
      Returns:
      the meta object for the reference 'From'.
      See Also:
      ManagesData.getFrom(), getManagesData()
    • getDataFactory

      DataFactory getDataFactory()
      Returns the factory that creates the instances of the model.
      Returns:
      the factory that creates the instances of the model.