Interface CodePackage

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:
CodePackageImpl

public interface CodePackage
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:
CodeFactory
  • 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 CodePackage eINSTANCE
      The singleton instance of the package.
    • ABSTRACT_CODE_ELEMENT

      static final int ABSTRACT_CODE_ELEMENT
      The meta object id for the 'Abstract Code Element' class.
      See Also:
      AbstractCodeElement, CodePackageImpl.getAbstractCodeElement(), Constant Field Values
    • ABSTRACT_CODE_ELEMENT__ATTRIBUTE

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

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

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

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

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

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

      static final int ABSTRACT_CODE_ELEMENT__COMMENT
      The feature id for the 'Comment' containment reference list.
      See Also:
      Constant Field Values
    • ABSTRACT_CODE_ELEMENT__ENTRY_FLOW

      static final int ABSTRACT_CODE_ELEMENT__ENTRY_FLOW
      The feature id for the 'Entry Flow' containment reference list.
      See Also:
      Constant Field Values
    • ABSTRACT_CODE_ELEMENT__CODE_RELATION

      static final int ABSTRACT_CODE_ELEMENT__CODE_RELATION
      The feature id for the 'Code Relation' containment reference list.
      See Also:
      Constant Field Values
    • ABSTRACT_CODE_ELEMENT_FEATURE_COUNT

      static final int ABSTRACT_CODE_ELEMENT_FEATURE_COUNT
      The number of structural features of the 'Abstract Code Element' class.
      See Also:
      Constant Field Values
    • ABSTRACT_CODE_ELEMENT___CREATE_AGGREGATION__KDMENTITY

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

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

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

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

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

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

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

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

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

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

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

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

      static final int ABSTRACT_CODE_ELEMENT_OPERATION_COUNT
      The number of operations of the 'Abstract Code Element' class.
      See Also:
      Constant Field Values
    • CODE_ITEM

      static final int CODE_ITEM
      The meta object id for the 'Item' class.
      See Also:
      CodeItem, CodePackageImpl.getCodeItem(), Constant Field Values
    • CODE_ITEM__ATTRIBUTE

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

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

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

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

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

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

      static final int CODE_ITEM__COMMENT
      The feature id for the 'Comment' containment reference list.
      See Also:
      Constant Field Values
    • CODE_ITEM__ENTRY_FLOW

      static final int CODE_ITEM__ENTRY_FLOW
      The feature id for the 'Entry Flow' containment reference list.
      See Also:
      Constant Field Values
    • CODE_ITEM__CODE_RELATION

      static final int CODE_ITEM__CODE_RELATION
      The feature id for the 'Code Relation' containment reference list.
      See Also:
      Constant Field Values
    • CODE_ITEM_FEATURE_COUNT

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

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

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

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

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

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

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

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

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

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

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

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

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

      static final int CODE_ITEM_OPERATION_COUNT
      The number of operations of the 'Item' class.
      See Also:
      Constant Field Values
    • COMPUTATIONAL_OBJECT

      static final int COMPUTATIONAL_OBJECT
      The meta object id for the 'Computational Object' class.
      See Also:
      ComputationalObjectImpl, CodePackageImpl.getComputationalObject(), Constant Field Values
    • COMPUTATIONAL_OBJECT__ATTRIBUTE

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

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

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

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

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

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

      static final int COMPUTATIONAL_OBJECT__COMMENT
      The feature id for the 'Comment' containment reference list.
      See Also:
      Constant Field Values
    • COMPUTATIONAL_OBJECT__ENTRY_FLOW

      static final int COMPUTATIONAL_OBJECT__ENTRY_FLOW
      The feature id for the 'Entry Flow' containment reference list.
      See Also:
      Constant Field Values
    • COMPUTATIONAL_OBJECT__CODE_RELATION

      static final int COMPUTATIONAL_OBJECT__CODE_RELATION
      The feature id for the 'Code Relation' containment reference list.
      See Also:
      Constant Field Values
    • COMPUTATIONAL_OBJECT_FEATURE_COUNT

      static final int COMPUTATIONAL_OBJECT_FEATURE_COUNT
      The number of structural features of the 'Computational Object' class.
      See Also:
      Constant Field Values
    • COMPUTATIONAL_OBJECT___CREATE_AGGREGATION__KDMENTITY

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

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

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

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

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

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

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

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

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

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

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

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

      static final int COMPUTATIONAL_OBJECT_OPERATION_COUNT
      The number of operations of the 'Computational Object' class.
      See Also:
      Constant Field Values
    • CONTROL_ELEMENT

      static final int CONTROL_ELEMENT
      The meta object id for the 'Control Element' class.
      See Also:
      ControlElementImpl, CodePackageImpl.getControlElement(), Constant Field Values
    • CONTROL_ELEMENT__ATTRIBUTE

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

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

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

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

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

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

      static final int CONTROL_ELEMENT__COMMENT
      The feature id for the 'Comment' containment reference list.
      See Also:
      Constant Field Values
    • CONTROL_ELEMENT__ENTRY_FLOW

      static final int CONTROL_ELEMENT__ENTRY_FLOW
      The feature id for the 'Entry Flow' containment reference list.
      See Also:
      Constant Field Values
    • CONTROL_ELEMENT__CODE_RELATION

      static final int CONTROL_ELEMENT__CODE_RELATION
      The feature id for the 'Code Relation' containment reference list.
      See Also:
      Constant Field Values
    • CONTROL_ELEMENT__TYPE

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

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

      static final int CONTROL_ELEMENT_FEATURE_COUNT
      The number of structural features of the 'Control Element' class.
      See Also:
      Constant Field Values
    • CONTROL_ELEMENT___CREATE_AGGREGATION__KDMENTITY

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

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

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

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

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

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

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

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

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

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

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

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

      static final int CONTROL_ELEMENT_OPERATION_COUNT
      The number of operations of the 'Control Element' class.
      See Also:
      Constant Field Values
    • METHOD_UNIT

      static final int METHOD_UNIT
      The meta object id for the 'Method Unit' class.
      See Also:
      MethodUnitImpl, CodePackageImpl.getMethodUnit(), Constant Field Values
    • METHOD_UNIT__ATTRIBUTE

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

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

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

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

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

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

      static final int METHOD_UNIT__COMMENT
      The feature id for the 'Comment' containment reference list.
      See Also:
      Constant Field Values
    • METHOD_UNIT__ENTRY_FLOW

      static final int METHOD_UNIT__ENTRY_FLOW
      The feature id for the 'Entry Flow' containment reference list.
      See Also:
      Constant Field Values
    • METHOD_UNIT__CODE_RELATION

      static final int METHOD_UNIT__CODE_RELATION
      The feature id for the 'Code Relation' containment reference list.
      See Also:
      Constant Field Values
    • METHOD_UNIT__TYPE

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

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

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

      static final int METHOD_UNIT__EXPORT
      The feature id for the 'Export' attribute.
      See Also:
      Constant Field Values
    • METHOD_UNIT_FEATURE_COUNT

      static final int METHOD_UNIT_FEATURE_COUNT
      The number of structural features of the 'Method Unit' class.
      See Also:
      Constant Field Values
    • METHOD_UNIT___CREATE_AGGREGATION__KDMENTITY

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

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

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

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

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

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

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

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

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

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

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

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

      static final int METHOD_UNIT_OPERATION_COUNT
      The number of operations of the 'Method Unit' class.
      See Also:
      Constant Field Values
    • MODULE

      static final int MODULE
      The meta object id for the 'Module' class.
      See Also:
      ModuleImpl, CodePackageImpl.getModule(), Constant Field Values
    • MODULE__ATTRIBUTE

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

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

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

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

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

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

      static final int MODULE__COMMENT
      The feature id for the 'Comment' containment reference list.
      See Also:
      Constant Field Values
    • MODULE__ENTRY_FLOW

      static final int MODULE__ENTRY_FLOW
      The feature id for the 'Entry Flow' containment reference list.
      See Also:
      Constant Field Values
    • MODULE__CODE_RELATION

      static final int MODULE__CODE_RELATION
      The feature id for the 'Code Relation' containment reference list.
      See Also:
      Constant Field Values
    • MODULE__CODE_ELEMENT

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

      static final int MODULE_FEATURE_COUNT
      The number of structural features of the 'Module' class.
      See Also:
      Constant Field Values
    • MODULE___CREATE_AGGREGATION__KDMENTITY

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

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

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

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

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

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

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

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

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

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

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

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

      static final int MODULE_OPERATION_COUNT
      The number of operations of the 'Module' class.
      See Also:
      Constant Field Values
    • CODE_ASSEMBLY

      static final int CODE_ASSEMBLY
      The meta object id for the 'Assembly' class.
      See Also:
      CodeAssemblyImpl, CodePackageImpl.getCodeAssembly(), Constant Field Values
    • CODE_ASSEMBLY__ATTRIBUTE

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

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

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

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

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

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

      static final int CODE_ASSEMBLY__COMMENT
      The feature id for the 'Comment' containment reference list.
      See Also:
      Constant Field Values
    • CODE_ASSEMBLY__ENTRY_FLOW

      static final int CODE_ASSEMBLY__ENTRY_FLOW
      The feature id for the 'Entry Flow' containment reference list.
      See Also:
      Constant Field Values
    • CODE_ASSEMBLY__CODE_RELATION

      static final int CODE_ASSEMBLY__CODE_RELATION
      The feature id for the 'Code Relation' containment reference list.
      See Also:
      Constant Field Values
    • CODE_ASSEMBLY__CODE_ELEMENT

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

      static final int CODE_ASSEMBLY_FEATURE_COUNT
      The number of structural features of the 'Assembly' class.
      See Also:
      Constant Field Values
    • CODE_ASSEMBLY___CREATE_AGGREGATION__KDMENTITY

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

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

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

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

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

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

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

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

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

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

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

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

      static final int CODE_ASSEMBLY_OPERATION_COUNT
      The number of operations of the 'Assembly' class.
      See Also:
      Constant Field Values
    • CALLABLE_UNIT

      static final int CALLABLE_UNIT
      The meta object id for the 'Callable Unit' class.
      See Also:
      CallableUnitImpl, CodePackageImpl.getCallableUnit(), Constant Field Values
    • CALLABLE_UNIT__ATTRIBUTE

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

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

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

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

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

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

      static final int CALLABLE_UNIT__COMMENT
      The feature id for the 'Comment' containment reference list.
      See Also:
      Constant Field Values
    • CALLABLE_UNIT__ENTRY_FLOW

      static final int CALLABLE_UNIT__ENTRY_FLOW
      The feature id for the 'Entry Flow' containment reference list.
      See Also:
      Constant Field Values
    • CALLABLE_UNIT__CODE_RELATION

      static final int CALLABLE_UNIT__CODE_RELATION
      The feature id for the 'Code Relation' containment reference list.
      See Also:
      Constant Field Values
    • CALLABLE_UNIT__TYPE

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

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

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

      static final int CALLABLE_UNIT_FEATURE_COUNT
      The number of structural features of the 'Callable Unit' class.
      See Also:
      Constant Field Values
    • CALLABLE_UNIT___CREATE_AGGREGATION__KDMENTITY

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

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

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

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

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

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

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

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

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

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

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

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

      static final int CALLABLE_UNIT_OPERATION_COUNT
      The number of operations of the 'Callable Unit' class.
      See Also:
      Constant Field Values
    • DATATYPE

      static final int DATATYPE
      The meta object id for the 'Datatype' class.
      See Also:
      DatatypeImpl, CodePackageImpl.getDatatype(), Constant Field Values
    • DATATYPE__ATTRIBUTE

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

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

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

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

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

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

      static final int DATATYPE__COMMENT
      The feature id for the 'Comment' containment reference list.
      See Also:
      Constant Field Values
    • DATATYPE__ENTRY_FLOW

      static final int DATATYPE__ENTRY_FLOW
      The feature id for the 'Entry Flow' containment reference list.
      See Also:
      Constant Field Values
    • DATATYPE__CODE_RELATION

      static final int DATATYPE__CODE_RELATION
      The feature id for the 'Code Relation' containment reference list.
      See Also:
      Constant Field Values
    • DATATYPE_FEATURE_COUNT

      static final int DATATYPE_FEATURE_COUNT
      The number of structural features of the 'Datatype' class.
      See Also:
      Constant Field Values
    • DATATYPE___CREATE_AGGREGATION__KDMENTITY

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

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

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

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

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

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

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

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

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

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

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

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

      static final int DATATYPE_OPERATION_COUNT
      The number of operations of the 'Datatype' class.
      See Also:
      Constant Field Values
    • TEMPLATE_UNIT

      static final int TEMPLATE_UNIT
      The meta object id for the 'Template Unit' class.
      See Also:
      TemplateUnitImpl, CodePackageImpl.getTemplateUnit(), Constant Field Values
    • TEMPLATE_UNIT__ATTRIBUTE

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

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

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

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

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

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

      static final int TEMPLATE_UNIT__COMMENT
      The feature id for the 'Comment' containment reference list.
      See Also:
      Constant Field Values
    • TEMPLATE_UNIT__ENTRY_FLOW

      static final int TEMPLATE_UNIT__ENTRY_FLOW
      The feature id for the 'Entry Flow' containment reference list.
      See Also:
      Constant Field Values
    • TEMPLATE_UNIT__CODE_RELATION

      static final int TEMPLATE_UNIT__CODE_RELATION
      The feature id for the 'Code Relation' containment reference list.
      See Also:
      Constant Field Values
    • TEMPLATE_UNIT__CODE_ELEMENT

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

      static final int TEMPLATE_UNIT_FEATURE_COUNT
      The number of structural features of the 'Template Unit' class.
      See Also:
      Constant Field Values
    • TEMPLATE_UNIT___CREATE_AGGREGATION__KDMENTITY

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

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

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

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

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

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

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

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

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

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

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

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

      static final int TEMPLATE_UNIT_OPERATION_COUNT
      The number of operations of the 'Template Unit' class.
      See Also:
      Constant Field Values
    • TEMPLATE_PARAMETER

      static final int TEMPLATE_PARAMETER
      The meta object id for the 'Template Parameter' class.
      See Also:
      TemplateParameterImpl, CodePackageImpl.getTemplateParameter(), Constant Field Values
    • TEMPLATE_PARAMETER__ATTRIBUTE

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

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

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

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

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

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

      static final int TEMPLATE_PARAMETER__COMMENT
      The feature id for the 'Comment' containment reference list.
      See Also:
      Constant Field Values
    • TEMPLATE_PARAMETER__ENTRY_FLOW

      static final int TEMPLATE_PARAMETER__ENTRY_FLOW
      The feature id for the 'Entry Flow' containment reference list.
      See Also:
      Constant Field Values
    • TEMPLATE_PARAMETER__CODE_RELATION

      static final int TEMPLATE_PARAMETER__CODE_RELATION
      The feature id for the 'Code Relation' containment reference list.
      See Also:
      Constant Field Values
    • TEMPLATE_PARAMETER_FEATURE_COUNT

      static final int TEMPLATE_PARAMETER_FEATURE_COUNT
      The number of structural features of the 'Template Parameter' class.
      See Also:
      Constant Field Values
    • TEMPLATE_PARAMETER___CREATE_AGGREGATION__KDMENTITY

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

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

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

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

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

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

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

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

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

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

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

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

      static final int TEMPLATE_PARAMETER_OPERATION_COUNT
      The number of operations of the 'Template Parameter' class.
      See Also:
      Constant Field Values
    • ABSTRACT_CODE_RELATIONSHIP

      static final int ABSTRACT_CODE_RELATIONSHIP
      The meta object id for the 'Abstract Code Relationship' class.
      See Also:
      AbstractCodeRelationship, CodePackageImpl.getAbstractCodeRelationship(), Constant Field Values
    • ABSTRACT_CODE_RELATIONSHIP__ATTRIBUTE

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

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

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

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

      static final int ABSTRACT_CODE_RELATIONSHIP_FEATURE_COUNT
      The number of structural features of the 'Abstract Code Relationship' class.
      See Also:
      Constant Field Values
    • ABSTRACT_CODE_RELATIONSHIP___GET_TO

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

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

      static final int ABSTRACT_CODE_RELATIONSHIP_OPERATION_COUNT
      The number of operations of the 'Abstract Code Relationship' class.
      See Also:
      Constant Field Values
    • INSTANCE_OF

      static final int INSTANCE_OF
      The meta object id for the 'Instance Of' class.
      See Also:
      InstanceOfImpl, CodePackageImpl.getInstanceOf(), Constant Field Values
    • INSTANCE_OF__ATTRIBUTE

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

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

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

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

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

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

      static final int INSTANCE_OF_FEATURE_COUNT
      The number of structural features of the 'Instance Of' class.
      See Also:
      Constant Field Values
    • INSTANCE_OF___GET_TO

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

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

      static final int INSTANCE_OF_OPERATION_COUNT
      The number of operations of the 'Instance Of' class.
      See Also:
      Constant Field Values
    • COMPILATION_UNIT

      static final int COMPILATION_UNIT
      The meta object id for the 'Compilation Unit' class.
      See Also:
      CompilationUnitImpl, CodePackageImpl.getCompilationUnit(), Constant Field Values
    • COMPILATION_UNIT__ATTRIBUTE

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

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

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

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

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

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

      static final int COMPILATION_UNIT__COMMENT
      The feature id for the 'Comment' containment reference list.
      See Also:
      Constant Field Values
    • COMPILATION_UNIT__ENTRY_FLOW

      static final int COMPILATION_UNIT__ENTRY_FLOW
      The feature id for the 'Entry Flow' containment reference list.
      See Also:
      Constant Field Values
    • COMPILATION_UNIT__CODE_RELATION

      static final int COMPILATION_UNIT__CODE_RELATION
      The feature id for the 'Code Relation' containment reference list.
      See Also:
      Constant Field Values
    • COMPILATION_UNIT__CODE_ELEMENT

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

      static final int COMPILATION_UNIT_FEATURE_COUNT
      The number of structural features of the 'Compilation Unit' class.
      See Also:
      Constant Field Values
    • COMPILATION_UNIT___CREATE_AGGREGATION__KDMENTITY

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

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

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

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

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

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

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

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

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

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

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

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

      static final int COMPILATION_UNIT_OPERATION_COUNT
      The number of operations of the 'Compilation Unit' class.
      See Also:
      Constant Field Values
    • CODE_MODEL

      static final int CODE_MODEL
      The meta object id for the 'Model' class.
      See Also:
      CodeModelImpl, CodePackageImpl.getCodeModel(), Constant Field Values
    • CODE_MODEL__ATTRIBUTE

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

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

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

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

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

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

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

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

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

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

      static final int DERIVED_TYPE
      The meta object id for the 'Derived Type' class.
      See Also:
      DerivedTypeImpl, CodePackageImpl.getDerivedType(), Constant Field Values
    • DERIVED_TYPE__ATTRIBUTE

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

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

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

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

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

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

      static final int DERIVED_TYPE__COMMENT
      The feature id for the 'Comment' containment reference list.
      See Also:
      Constant Field Values
    • DERIVED_TYPE__ENTRY_FLOW

      static final int DERIVED_TYPE__ENTRY_FLOW
      The feature id for the 'Entry Flow' containment reference list.
      See Also:
      Constant Field Values
    • DERIVED_TYPE__CODE_RELATION

      static final int DERIVED_TYPE__CODE_RELATION
      The feature id for the 'Code Relation' containment reference list.
      See Also:
      Constant Field Values
    • DERIVED_TYPE__ITEM_UNIT

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

      static final int DERIVED_TYPE_FEATURE_COUNT
      The number of structural features of the 'Derived Type' class.
      See Also:
      Constant Field Values
    • DERIVED_TYPE___CREATE_AGGREGATION__KDMENTITY

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

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

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

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

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

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

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

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

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

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

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

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

      static final int DERIVED_TYPE_OPERATION_COUNT
      The number of operations of the 'Derived Type' class.
      See Also:
      Constant Field Values
    • ARRAY_TYPE

      static final int ARRAY_TYPE
      The meta object id for the 'Array Type' class.
      See Also:
      ArrayTypeImpl, CodePackageImpl.getArrayType(), Constant Field Values
    • ARRAY_TYPE__ATTRIBUTE

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

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

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

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

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

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

      static final int ARRAY_TYPE__COMMENT
      The feature id for the 'Comment' containment reference list.
      See Also:
      Constant Field Values
    • ARRAY_TYPE__ENTRY_FLOW

      static final int ARRAY_TYPE__ENTRY_FLOW
      The feature id for the 'Entry Flow' containment reference list.
      See Also:
      Constant Field Values
    • ARRAY_TYPE__CODE_RELATION

      static final int ARRAY_TYPE__CODE_RELATION
      The feature id for the 'Code Relation' containment reference list.
      See Also:
      Constant Field Values
    • ARRAY_TYPE__ITEM_UNIT

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

      static final int ARRAY_TYPE__SIZE
      The feature id for the 'Size' attribute.
      See Also:
      Constant Field Values
    • ARRAY_TYPE__INDEX_UNIT

      static final int ARRAY_TYPE__INDEX_UNIT
      The feature id for the 'Index Unit' containment reference.
      See Also:
      Constant Field Values
    • ARRAY_TYPE_FEATURE_COUNT

      static final int ARRAY_TYPE_FEATURE_COUNT
      The number of structural features of the 'Array Type' class.
      See Also:
      Constant Field Values
    • ARRAY_TYPE___CREATE_AGGREGATION__KDMENTITY

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

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

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

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

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

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

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

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

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

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

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

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

      static final int ARRAY_TYPE_OPERATION_COUNT
      The number of operations of the 'Array Type' class.
      See Also:
      Constant Field Values
    • PRIMITIVE_TYPE

      static final int PRIMITIVE_TYPE
      The meta object id for the 'Primitive Type' class.
      See Also:
      PrimitiveTypeImpl, CodePackageImpl.getPrimitiveType(), Constant Field Values
    • PRIMITIVE_TYPE__ATTRIBUTE

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

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

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

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

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

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

      static final int PRIMITIVE_TYPE__COMMENT
      The feature id for the 'Comment' containment reference list.
      See Also:
      Constant Field Values
    • PRIMITIVE_TYPE__ENTRY_FLOW

      static final int PRIMITIVE_TYPE__ENTRY_FLOW
      The feature id for the 'Entry Flow' containment reference list.
      See Also:
      Constant Field Values
    • PRIMITIVE_TYPE__CODE_RELATION

      static final int PRIMITIVE_TYPE__CODE_RELATION
      The feature id for the 'Code Relation' containment reference list.
      See Also:
      Constant Field Values
    • PRIMITIVE_TYPE_FEATURE_COUNT

      static final int PRIMITIVE_TYPE_FEATURE_COUNT
      The number of structural features of the 'Primitive Type' class.
      See Also:
      Constant Field Values
    • PRIMITIVE_TYPE___CREATE_AGGREGATION__KDMENTITY

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

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

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

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

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

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

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

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

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

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

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

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

      static final int PRIMITIVE_TYPE_OPERATION_COUNT
      The number of operations of the 'Primitive Type' class.
      See Also:
      Constant Field Values
    • BOOLEAN_TYPE

      static final int BOOLEAN_TYPE
      The meta object id for the 'Boolean Type' class.
      See Also:
      BooleanTypeImpl, CodePackageImpl.getBooleanType(), Constant Field Values
    • BOOLEAN_TYPE__ATTRIBUTE

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

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

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

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

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

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

      static final int BOOLEAN_TYPE__COMMENT
      The feature id for the 'Comment' containment reference list.
      See Also:
      Constant Field Values
    • BOOLEAN_TYPE__ENTRY_FLOW

      static final int BOOLEAN_TYPE__ENTRY_FLOW
      The feature id for the 'Entry Flow' containment reference list.
      See Also:
      Constant Field Values
    • BOOLEAN_TYPE__CODE_RELATION

      static final int BOOLEAN_TYPE__CODE_RELATION
      The feature id for the 'Code Relation' containment reference list.
      See Also:
      Constant Field Values
    • BOOLEAN_TYPE_FEATURE_COUNT

      static final int BOOLEAN_TYPE_FEATURE_COUNT
      The number of structural features of the 'Boolean Type' class.
      See Also:
      Constant Field Values
    • BOOLEAN_TYPE___CREATE_AGGREGATION__KDMENTITY

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

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

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

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

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

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

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

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

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

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

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

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

      static final int BOOLEAN_TYPE_OPERATION_COUNT
      The number of operations of the 'Boolean Type' class.
      See Also:
      Constant Field Values
    • CHAR_TYPE

      static final int CHAR_TYPE
      The meta object id for the 'Char Type' class.
      See Also:
      CharTypeImpl, CodePackageImpl.getCharType(), Constant Field Values
    • CHAR_TYPE__ATTRIBUTE

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

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

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

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

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

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

      static final int CHAR_TYPE__COMMENT
      The feature id for the 'Comment' containment reference list.
      See Also:
      Constant Field Values
    • CHAR_TYPE__ENTRY_FLOW

      static final int CHAR_TYPE__ENTRY_FLOW
      The feature id for the 'Entry Flow' containment reference list.
      See Also:
      Constant Field Values
    • CHAR_TYPE__CODE_RELATION

      static final int CHAR_TYPE__CODE_RELATION
      The feature id for the 'Code Relation' containment reference list.
      See Also:
      Constant Field Values
    • CHAR_TYPE_FEATURE_COUNT

      static final int CHAR_TYPE_FEATURE_COUNT
      The number of structural features of the 'Char Type' class.
      See Also:
      Constant Field Values
    • CHAR_TYPE___CREATE_AGGREGATION__KDMENTITY

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

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

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

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

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

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

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

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

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

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

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

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

      static final int CHAR_TYPE_OPERATION_COUNT
      The number of operations of the 'Char Type' class.
      See Also:
      Constant Field Values
    • CLASS_UNIT

      static final int CLASS_UNIT
      The meta object id for the 'Class Unit' class.
      See Also:
      ClassUnitImpl, CodePackageImpl.getClassUnit(), Constant Field Values
    • CLASS_UNIT__ATTRIBUTE

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

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

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

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

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

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

      static final int CLASS_UNIT__COMMENT
      The feature id for the 'Comment' containment reference list.
      See Also:
      Constant Field Values
    • CLASS_UNIT__ENTRY_FLOW

      static final int CLASS_UNIT__ENTRY_FLOW
      The feature id for the 'Entry Flow' containment reference list.
      See Also:
      Constant Field Values
    • CLASS_UNIT__CODE_RELATION

      static final int CLASS_UNIT__CODE_RELATION
      The feature id for the 'Code Relation' containment reference list.
      See Also:
      Constant Field Values
    • CLASS_UNIT__IS_ABSTRACT

      static final int CLASS_UNIT__IS_ABSTRACT
      The feature id for the 'Is Abstract' attribute.
      See Also:
      Constant Field Values
    • CLASS_UNIT__CODE_ELEMENT

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

      static final int CLASS_UNIT_FEATURE_COUNT
      The number of structural features of the 'Class Unit' class.
      See Also:
      Constant Field Values
    • CLASS_UNIT___CREATE_AGGREGATION__KDMENTITY

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

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

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

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

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

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

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

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

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

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

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

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

      static final int CLASS_UNIT_OPERATION_COUNT
      The number of operations of the 'Class Unit' class.
      See Also:
      Constant Field Values
    • COMPOSITE_TYPE

      static final int COMPOSITE_TYPE
      The meta object id for the 'Composite Type' class.
      See Also:
      CompositeTypeImpl, CodePackageImpl.getCompositeType(), Constant Field Values
    • COMPOSITE_TYPE__ATTRIBUTE

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

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

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

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

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

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

      static final int COMPOSITE_TYPE__COMMENT
      The feature id for the 'Comment' containment reference list.
      See Also:
      Constant Field Values
    • COMPOSITE_TYPE__ENTRY_FLOW

      static final int COMPOSITE_TYPE__ENTRY_FLOW
      The feature id for the 'Entry Flow' containment reference list.
      See Also:
      Constant Field Values
    • COMPOSITE_TYPE__CODE_RELATION

      static final int COMPOSITE_TYPE__CODE_RELATION
      The feature id for the 'Code Relation' containment reference list.
      See Also:
      Constant Field Values
    • COMPOSITE_TYPE__ITEM_UNIT

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

      static final int COMPOSITE_TYPE_FEATURE_COUNT
      The number of structural features of the 'Composite Type' class.
      See Also:
      Constant Field Values
    • COMPOSITE_TYPE___CREATE_AGGREGATION__KDMENTITY

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

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

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

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

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

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

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

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

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

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

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

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

      static final int COMPOSITE_TYPE_OPERATION_COUNT
      The number of operations of the 'Composite Type' class.
      See Also:
      Constant Field Values
    • RECORD_TYPE

      static final int RECORD_TYPE
      The meta object id for the 'Record Type' class.
      See Also:
      RecordTypeImpl, CodePackageImpl.getRecordType(), Constant Field Values
    • RECORD_TYPE__ATTRIBUTE

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

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

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

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

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

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

      static final int RECORD_TYPE__COMMENT
      The feature id for the 'Comment' containment reference list.
      See Also:
      Constant Field Values
    • RECORD_TYPE__ENTRY_FLOW

      static final int RECORD_TYPE__ENTRY_FLOW
      The feature id for the 'Entry Flow' containment reference list.
      See Also:
      Constant Field Values
    • RECORD_TYPE__CODE_RELATION

      static final int RECORD_TYPE__CODE_RELATION
      The feature id for the 'Code Relation' containment reference list.
      See Also:
      Constant Field Values
    • RECORD_TYPE__ITEM_UNIT

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

      static final int RECORD_TYPE_FEATURE_COUNT
      The number of structural features of the 'Record Type' class.
      See Also:
      Constant Field Values
    • RECORD_TYPE___CREATE_AGGREGATION__KDMENTITY

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

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

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

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

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

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

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

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

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

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

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

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

      static final int RECORD_TYPE_OPERATION_COUNT
      The number of operations of the 'Record Type' class.
      See Also:
      Constant Field Values
    • ENUMERATED_TYPE

      static final int ENUMERATED_TYPE
      The meta object id for the 'Enumerated Type' class.
      See Also:
      EnumeratedTypeImpl, CodePackageImpl.getEnumeratedType(), Constant Field Values
    • ENUMERATED_TYPE__ATTRIBUTE

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

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

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

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

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

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

      static final int ENUMERATED_TYPE__COMMENT
      The feature id for the 'Comment' containment reference list.
      See Also:
      Constant Field Values
    • ENUMERATED_TYPE__ENTRY_FLOW

      static final int ENUMERATED_TYPE__ENTRY_FLOW
      The feature id for the 'Entry Flow' containment reference list.
      See Also:
      Constant Field Values
    • ENUMERATED_TYPE__CODE_RELATION

      static final int ENUMERATED_TYPE__CODE_RELATION
      The feature id for the 'Code Relation' containment reference list.
      See Also:
      Constant Field Values
    • ENUMERATED_TYPE__VALUE

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

      static final int ENUMERATED_TYPE_FEATURE_COUNT
      The number of structural features of the 'Enumerated Type' class.
      See Also:
      Constant Field Values
    • ENUMERATED_TYPE___CREATE_AGGREGATION__KDMENTITY

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

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

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

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

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

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

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

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

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

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

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

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

      static final int ENUMERATED_TYPE_OPERATION_COUNT
      The number of operations of the 'Enumerated Type' class.
      See Also:
      Constant Field Values
    • EXTENDS

      static final int EXTENDS
      The meta object id for the 'Extends' class.
      See Also:
      ExtendsImpl, CodePackageImpl.getExtends(), Constant Field Values
    • EXTENDS__ATTRIBUTE

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

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

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

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

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

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

      static final int EXTENDS_FEATURE_COUNT
      The number of structural features of the 'Extends' class.
      See Also:
      Constant Field Values
    • EXTENDS___GET_TO

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

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

      static final int EXTENDS_OPERATION_COUNT
      The number of operations of the 'Extends' class.
      See Also:
      Constant Field Values
    • SCALED_TYPE

      static final int SCALED_TYPE
      The meta object id for the 'Scaled Type' class.
      See Also:
      ScaledTypeImpl, CodePackageImpl.getScaledType(), Constant Field Values
    • SCALED_TYPE__ATTRIBUTE

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

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

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

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

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

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

      static final int SCALED_TYPE__COMMENT
      The feature id for the 'Comment' containment reference list.
      See Also:
      Constant Field Values
    • SCALED_TYPE__ENTRY_FLOW

      static final int SCALED_TYPE__ENTRY_FLOW
      The feature id for the 'Entry Flow' containment reference list.
      See Also:
      Constant Field Values
    • SCALED_TYPE__CODE_RELATION

      static final int SCALED_TYPE__CODE_RELATION
      The feature id for the 'Code Relation' containment reference list.
      See Also:
      Constant Field Values
    • SCALED_TYPE_FEATURE_COUNT

      static final int SCALED_TYPE_FEATURE_COUNT
      The number of structural features of the 'Scaled Type' class.
      See Also:
      Constant Field Values
    • SCALED_TYPE___CREATE_AGGREGATION__KDMENTITY

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

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

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

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

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

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

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

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

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

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

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

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

      static final int SCALED_TYPE_OPERATION_COUNT
      The number of operations of the 'Scaled Type' class.
      See Also:
      Constant Field Values
    • FLOAT_TYPE

      static final int FLOAT_TYPE
      The meta object id for the 'Float Type' class.
      See Also:
      FloatTypeImpl, CodePackageImpl.getFloatType(), Constant Field Values
    • FLOAT_TYPE__ATTRIBUTE

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

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

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

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

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

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

      static final int FLOAT_TYPE__COMMENT
      The feature id for the 'Comment' containment reference list.
      See Also:
      Constant Field Values
    • FLOAT_TYPE__ENTRY_FLOW

      static final int FLOAT_TYPE__ENTRY_FLOW
      The feature id for the 'Entry Flow' containment reference list.
      See Also:
      Constant Field Values
    • FLOAT_TYPE__CODE_RELATION

      static final int FLOAT_TYPE__CODE_RELATION
      The feature id for the 'Code Relation' containment reference list.
      See Also:
      Constant Field Values
    • FLOAT_TYPE_FEATURE_COUNT

      static final int FLOAT_TYPE_FEATURE_COUNT
      The number of structural features of the 'Float Type' class.
      See Also:
      Constant Field Values
    • FLOAT_TYPE___CREATE_AGGREGATION__KDMENTITY

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

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

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

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

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

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

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

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

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

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

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

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

      static final int FLOAT_TYPE_OPERATION_COUNT
      The number of operations of the 'Float Type' class.
      See Also:
      Constant Field Values
    • HAS_TYPE

      static final int HAS_TYPE
      The meta object id for the 'Has Type' class.
      See Also:
      HasTypeImpl, CodePackageImpl.getHasType(), Constant Field Values
    • HAS_TYPE__ATTRIBUTE

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

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

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

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

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

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

      static final int HAS_TYPE_FEATURE_COUNT
      The number of structural features of the 'Has Type' class.
      See Also:
      Constant Field Values
    • HAS_TYPE___GET_TO

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

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

      static final int HAS_TYPE_OPERATION_COUNT
      The number of operations of the 'Has Type' class.
      See Also:
      Constant Field Values
    • IMPLEMENTATION_OF

      static final int IMPLEMENTATION_OF
      The meta object id for the 'Implementation Of' class.
      See Also:
      ImplementationOfImpl, CodePackageImpl.getImplementationOf(), Constant Field Values
    • IMPLEMENTATION_OF__ATTRIBUTE

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

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

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

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

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

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

      static final int IMPLEMENTATION_OF_FEATURE_COUNT
      The number of structural features of the 'Implementation Of' class.
      See Also:
      Constant Field Values
    • IMPLEMENTATION_OF___GET_TO

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

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

      static final int IMPLEMENTATION_OF_OPERATION_COUNT
      The number of operations of the 'Implementation Of' class.
      See Also:
      Constant Field Values
    • IMPLEMENTS

      static final int IMPLEMENTS
      The meta object id for the 'Implements' class.
      See Also:
      ImplementsImpl, CodePackageImpl.getImplements(), Constant Field Values
    • IMPLEMENTS__ATTRIBUTE

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

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

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

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

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

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

      static final int IMPLEMENTS_FEATURE_COUNT
      The number of structural features of the 'Implements' class.
      See Also:
      Constant Field Values
    • IMPLEMENTS___GET_TO

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

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

      static final int IMPLEMENTS_OPERATION_COUNT
      The number of operations of the 'Implements' class.
      See Also:
      Constant Field Values
    • INTEGER_TYPE

      static final int INTEGER_TYPE
      The meta object id for the 'Integer Type' class.
      See Also:
      IntegerTypeImpl, CodePackageImpl.getIntegerType(), Constant Field Values
    • INTEGER_TYPE__ATTRIBUTE

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

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

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

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

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

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

      static final int INTEGER_TYPE__COMMENT
      The feature id for the 'Comment' containment reference list.
      See Also:
      Constant Field Values
    • INTEGER_TYPE__ENTRY_FLOW

      static final int INTEGER_TYPE__ENTRY_FLOW
      The feature id for the 'Entry Flow' containment reference list.
      See Also:
      Constant Field Values
    • INTEGER_TYPE__CODE_RELATION

      static final int INTEGER_TYPE__CODE_RELATION
      The feature id for the 'Code Relation' containment reference list.
      See Also:
      Constant Field Values
    • INTEGER_TYPE_FEATURE_COUNT

      static final int INTEGER_TYPE_FEATURE_COUNT
      The number of structural features of the 'Integer Type' class.
      See Also:
      Constant Field Values
    • INTEGER_TYPE___CREATE_AGGREGATION__KDMENTITY

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

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

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

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

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

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

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

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

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

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

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

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

      static final int INTEGER_TYPE_OPERATION_COUNT
      The number of operations of the 'Integer Type' class.
      See Also:
      Constant Field Values
    • INTERFACE_UNIT

      static final int INTERFACE_UNIT
      The meta object id for the 'Interface Unit' class.
      See Also:
      InterfaceUnitImpl, CodePackageImpl.getInterfaceUnit(), Constant Field Values
    • INTERFACE_UNIT__ATTRIBUTE

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

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

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

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

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

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

      static final int INTERFACE_UNIT__COMMENT
      The feature id for the 'Comment' containment reference list.
      See Also:
      Constant Field Values
    • INTERFACE_UNIT__ENTRY_FLOW

      static final int INTERFACE_UNIT__ENTRY_FLOW
      The feature id for the 'Entry Flow' containment reference list.
      See Also:
      Constant Field Values
    • INTERFACE_UNIT__CODE_RELATION

      static final int INTERFACE_UNIT__CODE_RELATION
      The feature id for the 'Code Relation' containment reference list.
      See Also:
      Constant Field Values
    • INTERFACE_UNIT__CODE_ELEMENT

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

      static final int INTERFACE_UNIT_FEATURE_COUNT
      The number of structural features of the 'Interface Unit' class.
      See Also:
      Constant Field Values
    • INTERFACE_UNIT___CREATE_AGGREGATION__KDMENTITY

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

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

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

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

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

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

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

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

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

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

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

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

      static final int INTERFACE_UNIT_OPERATION_COUNT
      The number of operations of the 'Interface Unit' class.
      See Also:
      Constant Field Values
    • POINTER_TYPE

      static final int POINTER_TYPE
      The meta object id for the 'Pointer Type' class.
      See Also:
      PointerTypeImpl, CodePackageImpl.getPointerType(), Constant Field Values
    • POINTER_TYPE__ATTRIBUTE

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

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

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

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

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

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

      static final int POINTER_TYPE__COMMENT
      The feature id for the 'Comment' containment reference list.
      See Also:
      Constant Field Values
    • POINTER_TYPE__ENTRY_FLOW

      static final int POINTER_TYPE__ENTRY_FLOW
      The feature id for the 'Entry Flow' containment reference list.
      See Also:
      Constant Field Values
    • POINTER_TYPE__CODE_RELATION

      static final int POINTER_TYPE__CODE_RELATION
      The feature id for the 'Code Relation' containment reference list.
      See Also:
      Constant Field Values
    • POINTER_TYPE__ITEM_UNIT

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

      static final int POINTER_TYPE_FEATURE_COUNT
      The number of structural features of the 'Pointer Type' class.
      See Also:
      Constant Field Values
    • POINTER_TYPE___CREATE_AGGREGATION__KDMENTITY

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

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

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

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

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

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

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

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

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

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

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

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

      static final int POINTER_TYPE_OPERATION_COUNT
      The number of operations of the 'Pointer Type' class.
      See Also:
      Constant Field Values
    • DEFINED_TYPE

      static final int DEFINED_TYPE
      The meta object id for the 'Defined Type' class.
      See Also:
      DefinedType, CodePackageImpl.getDefinedType(), Constant Field Values
    • DEFINED_TYPE__ATTRIBUTE

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

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

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

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

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

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

      static final int DEFINED_TYPE__COMMENT
      The feature id for the 'Comment' containment reference list.
      See Also:
      Constant Field Values
    • DEFINED_TYPE__ENTRY_FLOW

      static final int DEFINED_TYPE__ENTRY_FLOW
      The feature id for the 'Entry Flow' containment reference list.
      See Also:
      Constant Field Values
    • DEFINED_TYPE__CODE_RELATION

      static final int DEFINED_TYPE__CODE_RELATION
      The feature id for the 'Code Relation' containment reference list.
      See Also:
      Constant Field Values
    • DEFINED_TYPE__TYPE

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

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

      static final int DEFINED_TYPE_FEATURE_COUNT
      The number of structural features of the 'Defined Type' class.
      See Also:
      Constant Field Values
    • DEFINED_TYPE___CREATE_AGGREGATION__KDMENTITY

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

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

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

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

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

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

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

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

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

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

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

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

      static final int DEFINED_TYPE_OPERATION_COUNT
      The number of operations of the 'Defined Type' class.
      See Also:
      Constant Field Values
    • TYPE_UNIT

      static final int TYPE_UNIT
      The meta object id for the 'Type Unit' class.
      See Also:
      TypeUnitImpl, CodePackageImpl.getTypeUnit(), Constant Field Values
    • TYPE_UNIT__ATTRIBUTE

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

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

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

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

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

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

      static final int TYPE_UNIT__COMMENT
      The feature id for the 'Comment' containment reference list.
      See Also:
      Constant Field Values
    • TYPE_UNIT__ENTRY_FLOW

      static final int TYPE_UNIT__ENTRY_FLOW
      The feature id for the 'Entry Flow' containment reference list.
      See Also:
      Constant Field Values
    • TYPE_UNIT__CODE_RELATION

      static final int TYPE_UNIT__CODE_RELATION
      The feature id for the 'Code Relation' containment reference list.
      See Also:
      Constant Field Values
    • TYPE_UNIT__TYPE

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

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

      static final int TYPE_UNIT_FEATURE_COUNT
      The number of structural features of the 'Type Unit' class.
      See Also:
      Constant Field Values
    • TYPE_UNIT___CREATE_AGGREGATION__KDMENTITY

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

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

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

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

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

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

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

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

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

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

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

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

      static final int TYPE_UNIT_OPERATION_COUNT
      The number of operations of the 'Type Unit' class.
      See Also:
      Constant Field Values
    • RANGE_TYPE

      static final int RANGE_TYPE
      The meta object id for the 'Range Type' class.
      See Also:
      RangeTypeImpl, CodePackageImpl.getRangeType(), Constant Field Values
    • RANGE_TYPE__ATTRIBUTE

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

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

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

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

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

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

      static final int RANGE_TYPE__COMMENT
      The feature id for the 'Comment' containment reference list.
      See Also:
      Constant Field Values
    • RANGE_TYPE__ENTRY_FLOW

      static final int RANGE_TYPE__ENTRY_FLOW
      The feature id for the 'Entry Flow' containment reference list.
      See Also:
      Constant Field Values
    • RANGE_TYPE__CODE_RELATION

      static final int RANGE_TYPE__CODE_RELATION
      The feature id for the 'Code Relation' containment reference list.
      See Also:
      Constant Field Values
    • RANGE_TYPE__ITEM_UNIT

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

      static final int RANGE_TYPE__LOWER
      The feature id for the 'Lower' attribute.
      See Also:
      Constant Field Values
    • RANGE_TYPE__UPPER

      static final int RANGE_TYPE__UPPER
      The feature id for the 'Upper' attribute.
      See Also:
      Constant Field Values
    • RANGE_TYPE_FEATURE_COUNT

      static final int RANGE_TYPE_FEATURE_COUNT
      The number of structural features of the 'Range Type' class.
      See Also:
      Constant Field Values
    • RANGE_TYPE___CREATE_AGGREGATION__KDMENTITY

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

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

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

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

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

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

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

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

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

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

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

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

      static final int RANGE_TYPE_OPERATION_COUNT
      The number of operations of the 'Range Type' class.
      See Also:
      Constant Field Values
    • SIGNATURE

      static final int SIGNATURE
      The meta object id for the 'Signature' class.
      See Also:
      SignatureImpl, CodePackageImpl.getSignature(), Constant Field Values
    • SIGNATURE__ATTRIBUTE

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

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

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

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

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

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

      static final int SIGNATURE__COMMENT
      The feature id for the 'Comment' containment reference list.
      See Also:
      Constant Field Values
    • SIGNATURE__ENTRY_FLOW

      static final int SIGNATURE__ENTRY_FLOW
      The feature id for the 'Entry Flow' containment reference list.
      See Also:
      Constant Field Values
    • SIGNATURE__CODE_RELATION

      static final int SIGNATURE__CODE_RELATION
      The feature id for the 'Code Relation' containment reference list.
      See Also:
      Constant Field Values
    • SIGNATURE__PARAMETER_UNIT

      static final int SIGNATURE__PARAMETER_UNIT
      The feature id for the 'Parameter Unit' containment reference list.
      See Also:
      Constant Field Values
    • SIGNATURE_FEATURE_COUNT

      static final int SIGNATURE_FEATURE_COUNT
      The number of structural features of the 'Signature' class.
      See Also:
      Constant Field Values
    • SIGNATURE___CREATE_AGGREGATION__KDMENTITY

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

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

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

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

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

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

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

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

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

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

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

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

      static final int SIGNATURE_OPERATION_COUNT
      The number of operations of the 'Signature' class.
      See Also:
      Constant Field Values
    • DATA_ELEMENT

      static final int DATA_ELEMENT
      The meta object id for the 'Data Element' class.
      See Also:
      DataElementImpl, CodePackageImpl.getDataElement(), Constant Field Values
    • DATA_ELEMENT__ATTRIBUTE

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

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

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

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

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

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

      static final int DATA_ELEMENT__COMMENT
      The feature id for the 'Comment' containment reference list.
      See Also:
      Constant Field Values
    • DATA_ELEMENT__ENTRY_FLOW

      static final int DATA_ELEMENT__ENTRY_FLOW
      The feature id for the 'Entry Flow' containment reference list.
      See Also:
      Constant Field Values
    • DATA_ELEMENT__CODE_RELATION

      static final int DATA_ELEMENT__CODE_RELATION
      The feature id for the 'Code Relation' containment reference list.
      See Also:
      Constant Field Values
    • DATA_ELEMENT__TYPE

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

      static final int DATA_ELEMENT__EXT
      The feature id for the 'Ext' attribute.
      See Also:
      Constant Field Values
    • DATA_ELEMENT__SIZE

      static final int DATA_ELEMENT__SIZE
      The feature id for the 'Size' attribute.
      See Also:
      Constant Field Values
    • DATA_ELEMENT__CODE_ELEMENT

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

      static final int STRING_TYPE
      The meta object id for the 'String Type' class.
      See Also:
      StringTypeImpl, CodePackageImpl.getStringType(), Constant Field Values
    • STRING_TYPE__ATTRIBUTE

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

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

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

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

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

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

      static final int STRING_TYPE__COMMENT
      The feature id for the 'Comment' containment reference list.
      See Also:
      Constant Field Values
    • STRING_TYPE__ENTRY_FLOW

      static final int STRING_TYPE__ENTRY_FLOW
      The feature id for the 'Entry Flow' containment reference list.
      See Also:
      Constant Field Values
    • STRING_TYPE__CODE_RELATION

      static final int STRING_TYPE__CODE_RELATION
      The feature id for the 'Code Relation' containment reference list.
      See Also:
      Constant Field Values
    • STRING_TYPE_FEATURE_COUNT

      static final int STRING_TYPE_FEATURE_COUNT
      The number of structural features of the 'String Type' class.
      See Also:
      Constant Field Values
    • STRING_TYPE___CREATE_AGGREGATION__KDMENTITY

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

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

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

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

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

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

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

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

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

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

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

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

      static final int STRING_TYPE_OPERATION_COUNT
      The number of operations of the 'String Type' class.
      See Also:
      Constant Field Values
    • CHOICE_TYPE

      static final int CHOICE_TYPE
      The meta object id for the 'Choice Type' class.
      See Also:
      ChoiceTypeImpl, CodePackageImpl.getChoiceType(), Constant Field Values
    • CHOICE_TYPE__ATTRIBUTE

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

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

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

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

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

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

      static final int CHOICE_TYPE__COMMENT
      The feature id for the 'Comment' containment reference list.
      See Also:
      Constant Field Values
    • CHOICE_TYPE__ENTRY_FLOW

      static final int CHOICE_TYPE__ENTRY_FLOW
      The feature id for the 'Entry Flow' containment reference list.
      See Also:
      Constant Field Values
    • CHOICE_TYPE__CODE_RELATION

      static final int CHOICE_TYPE__CODE_RELATION
      The feature id for the 'Code Relation' containment reference list.
      See Also:
      Constant Field Values
    • CHOICE_TYPE__ITEM_UNIT

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

      static final int CHOICE_TYPE_FEATURE_COUNT
      The number of structural features of the 'Choice Type' class.
      See Also:
      Constant Field Values
    • CHOICE_TYPE___CREATE_AGGREGATION__KDMENTITY

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

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

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

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

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

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

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

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

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

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

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

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

      static final int CHOICE_TYPE_OPERATION_COUNT
      The number of operations of the 'Choice Type' class.
      See Also:
      Constant Field Values
    • NAMESPACE_UNIT

      static final int NAMESPACE_UNIT
      The meta object id for the 'Namespace Unit' class.
      See Also:
      NamespaceUnitImpl, CodePackageImpl.getNamespaceUnit(), Constant Field Values
    • NAMESPACE_UNIT__ATTRIBUTE

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

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

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

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

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

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

      static final int NAMESPACE_UNIT__COMMENT
      The feature id for the 'Comment' containment reference list.
      See Also:
      Constant Field Values
    • NAMESPACE_UNIT__ENTRY_FLOW

      static final int NAMESPACE_UNIT__ENTRY_FLOW
      The feature id for the 'Entry Flow' containment reference list.
      See Also:
      Constant Field Values
    • NAMESPACE_UNIT__CODE_RELATION

      static final int NAMESPACE_UNIT__CODE_RELATION
      The feature id for the 'Code Relation' containment reference list.
      See Also:
      Constant Field Values
    • NAMESPACE_UNIT__GROUPED_CODE

      static final int NAMESPACE_UNIT__GROUPED_CODE
      The feature id for the 'Grouped Code' reference list.
      See Also:
      Constant Field Values
    • NAMESPACE_UNIT_FEATURE_COUNT

      static final int NAMESPACE_UNIT_FEATURE_COUNT
      The number of structural features of the 'Namespace Unit' class.
      See Also:
      Constant Field Values
    • NAMESPACE_UNIT___CREATE_AGGREGATION__KDMENTITY

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

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

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

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

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

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

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

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

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

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

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

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

      static final int NAMESPACE_UNIT_OPERATION_COUNT
      The number of operations of the 'Namespace Unit' class.
      See Also:
      Constant Field Values
    • VISIBLE_IN

      static final int VISIBLE_IN
      The meta object id for the 'Visible In' class.
      See Also:
      VisibleInImpl, CodePackageImpl.getVisibleIn(), Constant Field Values
    • VISIBLE_IN__ATTRIBUTE

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

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

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

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

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

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

      static final int VISIBLE_IN_FEATURE_COUNT
      The number of structural features of the 'Visible In' class.
      See Also:
      Constant Field Values
    • VISIBLE_IN___GET_TO

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

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

      static final int VISIBLE_IN_OPERATION_COUNT
      The number of operations of the 'Visible In' class.
      See Also:
      Constant Field Values
    • COMMENT_UNIT

      static final int COMMENT_UNIT
      The meta object id for the 'Comment Unit' class.
      See Also:
      CommentUnitImpl, CodePackageImpl.getCommentUnit(), Constant Field Values
    • COMMENT_UNIT__ATTRIBUTE

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

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

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

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

      static final int COMMENT_UNIT__TEXT
      The feature id for the 'Text' attribute.
      See Also:
      Constant Field Values
    • COMMENT_UNIT_FEATURE_COUNT

      static final int COMMENT_UNIT_FEATURE_COUNT
      The number of structural features of the 'Comment Unit' class.
      See Also:
      Constant Field Values
    • COMMENT_UNIT_OPERATION_COUNT

      static final int COMMENT_UNIT_OPERATION_COUNT
      The number of operations of the 'Comment Unit' class.
      See Also:
      Constant Field Values
    • SHARED_UNIT

      static final int SHARED_UNIT
      The meta object id for the 'Shared Unit' class.
      See Also:
      SharedUnitImpl, CodePackageImpl.getSharedUnit(), Constant Field Values
    • SHARED_UNIT__ATTRIBUTE

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

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

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

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

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

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

      static final int SHARED_UNIT__COMMENT
      The feature id for the 'Comment' containment reference list.
      See Also:
      Constant Field Values
    • SHARED_UNIT__ENTRY_FLOW

      static final int SHARED_UNIT__ENTRY_FLOW
      The feature id for the 'Entry Flow' containment reference list.
      See Also:
      Constant Field Values
    • SHARED_UNIT__CODE_RELATION

      static final int SHARED_UNIT__CODE_RELATION
      The feature id for the 'Code Relation' containment reference list.
      See Also:
      Constant Field Values
    • SHARED_UNIT__CODE_ELEMENT

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

      static final int SHARED_UNIT_FEATURE_COUNT
      The number of structural features of the 'Shared Unit' class.
      See Also:
      Constant Field Values
    • SHARED_UNIT___CREATE_AGGREGATION__KDMENTITY

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

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

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

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

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

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

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

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

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

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

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

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

      static final int SHARED_UNIT_OPERATION_COUNT
      The number of operations of the 'Shared Unit' class.
      See Also:
      Constant Field Values
    • DECIMAL_TYPE

      static final int DECIMAL_TYPE
      The meta object id for the 'Decimal Type' class.
      See Also:
      DecimalTypeImpl, CodePackageImpl.getDecimalType(), Constant Field Values
    • DECIMAL_TYPE__ATTRIBUTE

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

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

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

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

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

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

      static final int DECIMAL_TYPE__COMMENT
      The feature id for the 'Comment' containment reference list.
      See Also:
      Constant Field Values
    • DECIMAL_TYPE__ENTRY_FLOW

      static final int DECIMAL_TYPE__ENTRY_FLOW
      The feature id for the 'Entry Flow' containment reference list.
      See Also:
      Constant Field Values
    • DECIMAL_TYPE__CODE_RELATION

      static final int DECIMAL_TYPE__CODE_RELATION
      The feature id for the 'Code Relation' containment reference list.
      See Also:
      Constant Field Values
    • DECIMAL_TYPE_FEATURE_COUNT

      static final int DECIMAL_TYPE_FEATURE_COUNT
      The number of structural features of the 'Decimal Type' class.
      See Also:
      Constant Field Values
    • DECIMAL_TYPE___CREATE_AGGREGATION__KDMENTITY

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

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

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

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

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

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

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

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

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

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

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

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

      static final int DECIMAL_TYPE_OPERATION_COUNT
      The number of operations of the 'Decimal Type' class.
      See Also:
      Constant Field Values
    • DATE_TYPE

      static final int DATE_TYPE
      The meta object id for the 'Date Type' class.
      See Also:
      DateTypeImpl, CodePackageImpl.getDateType(), Constant Field Values
    • DATE_TYPE__ATTRIBUTE

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

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

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

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

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

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

      static final int DATE_TYPE__COMMENT
      The feature id for the 'Comment' containment reference list.
      See Also:
      Constant Field Values
    • DATE_TYPE__ENTRY_FLOW

      static final int DATE_TYPE__ENTRY_FLOW
      The feature id for the 'Entry Flow' containment reference list.
      See Also:
      Constant Field Values
    • DATE_TYPE__CODE_RELATION

      static final int DATE_TYPE__CODE_RELATION
      The feature id for the 'Code Relation' containment reference list.
      See Also:
      Constant Field Values
    • DATE_TYPE_FEATURE_COUNT

      static final int DATE_TYPE_FEATURE_COUNT
      The number of structural features of the 'Date Type' class.
      See Also:
      Constant Field Values
    • DATE_TYPE___CREATE_AGGREGATION__KDMENTITY

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

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

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

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

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

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

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

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

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

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

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

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

      static final int DATE_TYPE_OPERATION_COUNT
      The number of operations of the 'Date Type' class.
      See Also:
      Constant Field Values
    • TIME_TYPE

      static final int TIME_TYPE
      The meta object id for the 'Time Type' class.
      See Also:
      TimeTypeImpl, CodePackageImpl.getTimeType(), Constant Field Values
    • TIME_TYPE__ATTRIBUTE

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

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

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

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

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

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

      static final int TIME_TYPE__COMMENT
      The feature id for the 'Comment' containment reference list.
      See Also:
      Constant Field Values
    • TIME_TYPE__ENTRY_FLOW

      static final int TIME_TYPE__ENTRY_FLOW
      The feature id for the 'Entry Flow' containment reference list.
      See Also:
      Constant Field Values
    • TIME_TYPE__CODE_RELATION

      static final int TIME_TYPE__CODE_RELATION
      The feature id for the 'Code Relation' containment reference list.
      See Also:
      Constant Field Values
    • TIME_TYPE_FEATURE_COUNT

      static final int TIME_TYPE_FEATURE_COUNT
      The number of structural features of the 'Time Type' class.
      See Also:
      Constant Field Values
    • TIME_TYPE___CREATE_AGGREGATION__KDMENTITY

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

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

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

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

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

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

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

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

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

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

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

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

      static final int TIME_TYPE_OPERATION_COUNT
      The number of operations of the 'Time Type' class.
      See Also:
      Constant Field Values
    • VOID_TYPE

      static final int VOID_TYPE
      The meta object id for the 'Void Type' class.
      See Also:
      VoidTypeImpl, CodePackageImpl.getVoidType(), Constant Field Values
    • VOID_TYPE__ATTRIBUTE

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

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

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

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

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

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

      static final int VOID_TYPE__COMMENT
      The feature id for the 'Comment' containment reference list.
      See Also:
      Constant Field Values
    • VOID_TYPE__ENTRY_FLOW

      static final int VOID_TYPE__ENTRY_FLOW
      The feature id for the 'Entry Flow' containment reference list.
      See Also:
      Constant Field Values
    • VOID_TYPE__CODE_RELATION

      static final int VOID_TYPE__CODE_RELATION
      The feature id for the 'Code Relation' containment reference list.
      See Also:
      Constant Field Values
    • VOID_TYPE_FEATURE_COUNT

      static final int VOID_TYPE_FEATURE_COUNT
      The number of structural features of the 'Void Type' class.
      See Also:
      Constant Field Values
    • VOID_TYPE___CREATE_AGGREGATION__KDMENTITY

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

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

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

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

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

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

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

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

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

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

      static final int VOID_TYPE___GET_GROUPED_ELEMENT
      The operation id for the 'Get Grouped Element' operation.
      See Also:
      Constant Field Values
    • VOID_TYPE___GET_MODEL

      static final int VOID_TYPE___GET_MODEL
      The operation id for the 'Get Model' operation.
      See Also:
      Constant Field Values
    • VOID_TYPE_OPERATION_COUNT

      static final int VOID_TYPE_OPERATION_COUNT
      The number of operations of the 'Void Type' class.
      See Also:
      Constant Field Values
    • VALUE_ELEMENT

      static final int VALUE_ELEMENT
      The meta object id for the 'Value Element' class.
      See Also:
      ValueElementImpl, CodePackageImpl.getValueElement(), Constant Field Values
    • VALUE_ELEMENT__ATTRIBUTE

      static final int VALUE_ELEMENT__ATTRIBUTE
      The feature id for the 'Attribute' containment reference list.
      See Also:
      Constant Field Values
    • VALUE_ELEMENT__ANNOTATION

      static final int VALUE_ELEMENT__ANNOTATION
      The feature id for the 'Annotation' containment reference list.
      See Also:
      Constant Field Values
    • VALUE_ELEMENT__STEREOTYPE

      static final int VALUE_ELEMENT__STEREOTYPE
      The feature id for the 'Stereotype' reference list.
      See Also:
      Constant Field Values
    • VALUE_ELEMENT__TAGGED_VALUE

      static final int VALUE_ELEMENT__TAGGED_VALUE
      The feature id for the 'Tagged Value' containment reference list.
      See Also:
      Constant Field Values
    • VALUE_ELEMENT__NAME

      static final int VALUE_ELEMENT__NAME
      The feature id for the 'Name' attribute.
      See Also:
      Constant Field Values
    • VALUE_ELEMENT__SOURCE

      static final int VALUE_ELEMENT__SOURCE
      The feature id for the 'Source' containment reference list.
      See Also:
      Constant Field Values
    • VALUE_ELEMENT__COMMENT

      static final int VALUE_ELEMENT__COMMENT
      The feature id for the 'Comment' containment reference list.
      See Also:
      Constant Field Values
    • VALUE_ELEMENT__ENTRY_FLOW

      static final int VALUE_ELEMENT__ENTRY_FLOW
      The feature id for the 'Entry Flow' containment reference list.
      See Also:
      Constant Field Values
    • VALUE_ELEMENT__CODE_RELATION

      static final int VALUE_ELEMENT__CODE_RELATION
      The feature id for the 'Code Relation' containment reference list.
      See Also:
      Constant Field Values
    • VALUE_ELEMENT__TYPE

      static final int VALUE_ELEMENT__TYPE
      The feature id for the 'Type' reference.
      See Also:
      Constant Field Values
    • VALUE_ELEMENT__EXT

      static final int VALUE_ELEMENT__EXT
      The feature id for the 'Ext' attribute.
      See Also:
      Constant Field Values
    • VALUE_ELEMENT__SIZE

      static final int VALUE_ELEMENT__SIZE
      The feature id for the 'Size' attribute.
      See Also:
      Constant Field Values
    • VALUE_ELEMENT__CODE_ELEMENT

      static final int VALUE_ELEMENT__CODE_ELEMENT
      The feature id for the 'Code Element' containment reference list.
      See Also:
      Constant Field Values
    • VALUE_ELEMENT_FEATURE_COUNT

      static final int VALUE_ELEMENT_FEATURE_COUNT
      The number of structural features of the 'Value Element' class.
      See Also:
      Constant Field Values
    • VALUE_ELEMENT___CREATE_AGGREGATION__KDMENTITY

      static final int VALUE_ELEMENT___CREATE_AGGREGATION__KDMENTITY
      The operation id for the 'Create Aggregation' operation.
      See Also:
      Constant Field Values
    • VALUE_ELEMENT___DELETE_AGGREGATION__AGGREGATEDRELATIONSHIP

      static final int VALUE_ELEMENT___DELETE_AGGREGATION__AGGREGATEDRELATIONSHIP
      The operation id for the 'Delete Aggregation' operation.
      See Also:
      Constant Field Values
    • VALUE_ELEMENT___GET_INBOUND

      static final int VALUE_ELEMENT___GET_INBOUND
      The operation id for the 'Get Inbound' operation.
      See Also:
      Constant Field Values
    • VALUE_ELEMENT___GET_OUTBOUND

      static final int VALUE_ELEMENT___GET_OUTBOUND
      The operation id for the 'Get Outbound' operation.
      See Also:
      Constant Field Values
    • VALUE_ELEMENT___GET_OWNED_RELATION

      static final int VALUE_ELEMENT___GET_OWNED_RELATION
      The operation id for the 'Get Owned Relation' operation.
      See Also:
      Constant Field Values
    • VALUE_ELEMENT___GET_IN_AGGREGATED

      static final int VALUE_ELEMENT___GET_IN_AGGREGATED
      The operation id for the 'Get In Aggregated' operation.
      See Also:
      Constant Field Values
    • VALUE_ELEMENT___GET_OUT_AGGREGATED

      static final int VALUE_ELEMENT___GET_OUT_AGGREGATED
      The operation id for the 'Get Out Aggregated' operation.
      See Also:
      Constant Field Values
    • VALUE_ELEMENT___GET_OWNER

      static final int VALUE_ELEMENT___GET_OWNER
      The operation id for the 'Get Owner' operation.
      See Also:
      Constant Field Values
    • VALUE_ELEMENT___GET_OWNED_ELEMENT

      static final int VALUE_ELEMENT___GET_OWNED_ELEMENT
      The operation id for the 'Get Owned Element' operation.
      See Also:
      Constant Field Values
    • VALUE_ELEMENT___GET_GROUP

      static final int VALUE_ELEMENT___GET_GROUP
      The operation id for the 'Get Group' operation.
      See Also:
      Constant Field Values
    • VALUE_ELEMENT___GET_GROUPED_ELEMENT

      static final int VALUE_ELEMENT___GET_GROUPED_ELEMENT
      The operation id for the 'Get Grouped Element' operation.
      See Also:
      Constant Field Values
    • VALUE_ELEMENT___GET_MODEL

      static final int VALUE_ELEMENT___GET_MODEL
      The operation id for the 'Get Model' operation.
      See Also:
      Constant Field Values
    • VALUE_ELEMENT_OPERATION_COUNT

      static final int VALUE_ELEMENT_OPERATION_COUNT
      The number of operations of the 'Value Element' class.
      See Also:
      Constant Field Values
    • VALUE

      static final int VALUE
      The meta object id for the 'Value' class.
      See Also:
      ValueImpl, CodePackageImpl.getValue(), Constant Field Values
    • VALUE__ATTRIBUTE

      static final int VALUE__ATTRIBUTE
      The feature id for the 'Attribute' containment reference list.
      See Also:
      Constant Field Values
    • VALUE__ANNOTATION

      static final int VALUE__ANNOTATION
      The feature id for the 'Annotation' containment reference list.
      See Also:
      Constant Field Values
    • VALUE__STEREOTYPE

      static final int VALUE__STEREOTYPE
      The feature id for the 'Stereotype' reference list.
      See Also:
      Constant Field Values
    • VALUE__TAGGED_VALUE

      static final int VALUE__TAGGED_VALUE
      The feature id for the 'Tagged Value' containment reference list.
      See Also:
      Constant Field Values
    • VALUE__NAME

      static final int VALUE__NAME
      The feature id for the 'Name' attribute.
      See Also:
      Constant Field Values
    • VALUE__SOURCE

      static final int VALUE__SOURCE
      The feature id for the 'Source' containment reference list.
      See Also:
      Constant Field Values
    • VALUE__COMMENT

      static final int VALUE__COMMENT
      The feature id for the 'Comment' containment reference list.
      See Also:
      Constant Field Values
    • VALUE__ENTRY_FLOW

      static final int VALUE__ENTRY_FLOW
      The feature id for the 'Entry Flow' containment reference list.
      See Also:
      Constant Field Values
    • VALUE__CODE_RELATION

      static final int VALUE__CODE_RELATION
      The feature id for the 'Code Relation' containment reference list.
      See Also:
      Constant Field Values
    • VALUE__TYPE

      static final int VALUE__TYPE
      The feature id for the 'Type' reference.
      See Also:
      Constant Field Values
    • VALUE__EXT

      static final int VALUE__EXT
      The feature id for the 'Ext' attribute.
      See Also:
      Constant Field Values
    • VALUE__SIZE

      static final int VALUE__SIZE
      The feature id for the 'Size' attribute.
      See Also:
      Constant Field Values
    • VALUE__CODE_ELEMENT

      static final int VALUE__CODE_ELEMENT
      The feature id for the 'Code Element' containment reference list.
      See Also:
      Constant Field Values
    • VALUE_FEATURE_COUNT

      static final int VALUE_FEATURE_COUNT
      The number of structural features of the 'Value' class.
      See Also:
      Constant Field Values
    • VALUE___CREATE_AGGREGATION__KDMENTITY

      static final int VALUE___CREATE_AGGREGATION__KDMENTITY
      The operation id for the 'Create Aggregation' operation.
      See Also:
      Constant Field Values
    • VALUE___DELETE_AGGREGATION__AGGREGATEDRELATIONSHIP

      static final int VALUE___DELETE_AGGREGATION__AGGREGATEDRELATIONSHIP
      The operation id for the 'Delete Aggregation' operation.
      See Also:
      Constant Field Values
    • VALUE___GET_INBOUND

      static final int VALUE___GET_INBOUND
      The operation id for the 'Get Inbound' operation.
      See Also:
      Constant Field Values
    • VALUE___GET_OUTBOUND

      static final int VALUE___GET_OUTBOUND
      The operation id for the 'Get Outbound' operation.
      See Also:
      Constant Field Values
    • VALUE___GET_OWNED_RELATION

      static final int VALUE___GET_OWNED_RELATION
      The operation id for the 'Get Owned Relation' operation.
      See Also:
      Constant Field Values
    • VALUE___GET_IN_AGGREGATED

      static final int VALUE___GET_IN_AGGREGATED
      The operation id for the 'Get In Aggregated' operation.
      See Also:
      Constant Field Values
    • VALUE___GET_OUT_AGGREGATED

      static final int VALUE___GET_OUT_AGGREGATED
      The operation id for the 'Get Out Aggregated' operation.
      See Also:
      Constant Field Values
    • VALUE___GET_OWNER

      static final int VALUE___GET_OWNER
      The operation id for the 'Get Owner' operation.
      See Also:
      Constant Field Values
    • VALUE___GET_OWNED_ELEMENT

      static final int VALUE___GET_OWNED_ELEMENT
      The operation id for the 'Get Owned Element' operation.
      See Also:
      Constant Field Values
    • VALUE___GET_GROUP

      static final int VALUE___GET_GROUP
      The operation id for the 'Get Group' operation.
      See Also:
      Constant Field Values
    • VALUE___GET_GROUPED_ELEMENT

      static final int VALUE___GET_GROUPED_ELEMENT
      The operation id for the 'Get Grouped Element' operation.
      See Also:
      Constant Field Values
    • VALUE___GET_MODEL

      static final int VALUE___GET_MODEL
      The operation id for the 'Get Model' operation.
      See Also:
      Constant Field Values
    • VALUE_OPERATION_COUNT

      static final int VALUE_OPERATION_COUNT
      The number of operations of the 'Value' class.
      See Also:
      Constant Field Values
    • VALUE_LIST

      static final int VALUE_LIST
      The meta object id for the 'Value List' class.
      See Also:
      ValueListImpl, CodePackageImpl.getValueList(), Constant Field Values
    • VALUE_LIST__ATTRIBUTE

      static final int VALUE_LIST__ATTRIBUTE
      The feature id for the 'Attribute' containment reference list.
      See Also:
      Constant Field Values
    • VALUE_LIST__ANNOTATION

      static final int VALUE_LIST__ANNOTATION
      The feature id for the 'Annotation' containment reference list.
      See Also:
      Constant Field Values
    • VALUE_LIST__STEREOTYPE

      static final int VALUE_LIST__STEREOTYPE
      The feature id for the 'Stereotype' reference list.
      See Also:
      Constant Field Values
    • VALUE_LIST__TAGGED_VALUE

      static final int VALUE_LIST__TAGGED_VALUE
      The feature id for the 'Tagged Value' containment reference list.
      See Also:
      Constant Field Values
    • VALUE_LIST__NAME

      static final int VALUE_LIST__NAME
      The feature id for the 'Name' attribute.
      See Also:
      Constant Field Values
    • VALUE_LIST__SOURCE

      static final int VALUE_LIST__SOURCE
      The feature id for the 'Source' containment reference list.
      See Also:
      Constant Field Values
    • VALUE_LIST__COMMENT

      static final int VALUE_LIST__COMMENT
      The feature id for the 'Comment' containment reference list.
      See Also:
      Constant Field Values
    • VALUE_LIST__ENTRY_FLOW

      static final int VALUE_LIST__ENTRY_FLOW
      The feature id for the 'Entry Flow' containment reference list.
      See Also:
      Constant Field Values
    • VALUE_LIST__CODE_RELATION

      static final int VALUE_LIST__CODE_RELATION
      The feature id for the 'Code Relation' containment reference list.
      See Also:
      Constant Field Values
    • VALUE_LIST__TYPE

      static final int VALUE_LIST__TYPE
      The feature id for the 'Type' reference.
      See Also:
      Constant Field Values
    • VALUE_LIST__EXT

      static final int VALUE_LIST__EXT
      The feature id for the 'Ext' attribute.
      See Also:
      Constant Field Values
    • VALUE_LIST__SIZE

      static final int VALUE_LIST__SIZE
      The feature id for the 'Size' attribute.
      See Also:
      Constant Field Values
    • VALUE_LIST__CODE_ELEMENT

      static final int VALUE_LIST__CODE_ELEMENT
      The feature id for the 'Code Element' containment reference list.
      See Also:
      Constant Field Values
    • VALUE_LIST__VALUE_ELEMENT

      static final int VALUE_LIST__VALUE_ELEMENT
      The feature id for the 'Value Element' containment reference list.
      See Also:
      Constant Field Values
    • VALUE_LIST_FEATURE_COUNT

      static final int VALUE_LIST_FEATURE_COUNT
      The number of structural features of the 'Value List' class.
      See Also:
      Constant Field Values
    • VALUE_LIST___CREATE_AGGREGATION__KDMENTITY

      static final int VALUE_LIST___CREATE_AGGREGATION__KDMENTITY
      The operation id for the 'Create Aggregation' operation.
      See Also:
      Constant Field Values
    • VALUE_LIST___DELETE_AGGREGATION__AGGREGATEDRELATIONSHIP

      static final int VALUE_LIST___DELETE_AGGREGATION__AGGREGATEDRELATIONSHIP
      The operation id for the 'Delete Aggregation' operation.
      See Also:
      Constant Field Values
    • VALUE_LIST___GET_INBOUND

      static final int VALUE_LIST___GET_INBOUND
      The operation id for the 'Get Inbound' operation.
      See Also:
      Constant Field Values
    • VALUE_LIST___GET_OUTBOUND

      static final int VALUE_LIST___GET_OUTBOUND
      The operation id for the 'Get Outbound' operation.
      See Also:
      Constant Field Values
    • VALUE_LIST___GET_OWNED_RELATION

      static final int VALUE_LIST___GET_OWNED_RELATION
      The operation id for the 'Get Owned Relation' operation.
      See Also:
      Constant Field Values
    • VALUE_LIST___GET_IN_AGGREGATED

      static final int VALUE_LIST___GET_IN_AGGREGATED
      The operation id for the 'Get In Aggregated' operation.
      See Also:
      Constant Field Values
    • VALUE_LIST___GET_OUT_AGGREGATED

      static final int VALUE_LIST___GET_OUT_AGGREGATED
      The operation id for the 'Get Out Aggregated' operation.
      See Also:
      Constant Field Values
    • VALUE_LIST___GET_OWNER

      static final int VALUE_LIST___GET_OWNER
      The operation id for the 'Get Owner' operation.
      See Also:
      Constant Field Values
    • VALUE_LIST___GET_OWNED_ELEMENT

      static final int VALUE_LIST___GET_OWNED_ELEMENT
      The operation id for the 'Get Owned Element' operation.
      See Also:
      Constant Field Values
    • VALUE_LIST___GET_GROUP

      static final int VALUE_LIST___GET_GROUP
      The operation id for the 'Get Group' operation.
      See Also:
      Constant Field Values
    • VALUE_LIST___GET_GROUPED_ELEMENT

      static final int VALUE_LIST___GET_GROUPED_ELEMENT
      The operation id for the 'Get Grouped Element' operation.
      See Also:
      Constant Field Values
    • VALUE_LIST___GET_MODEL

      static final int VALUE_LIST___GET_MODEL
      The operation id for the 'Get Model' operation.
      See Also:
      Constant Field Values
    • VALUE_LIST_OPERATION_COUNT

      static final int VALUE_LIST_OPERATION_COUNT
      The number of operations of the 'Value List' class.
      See Also:
      Constant Field Values
    • STORABLE_UNIT

      static final int STORABLE_UNIT
      The meta object id for the 'Storable Unit' class.
      See Also:
      StorableUnitImpl, CodePackageImpl.getStorableUnit(), Constant Field Values
    • STORABLE_UNIT__ATTRIBUTE

      static final int STORABLE_UNIT__ATTRIBUTE
      The feature id for the 'Attribute' containment reference list.
      See Also:
      Constant Field Values
    • STORABLE_UNIT__ANNOTATION

      static final int STORABLE_UNIT__ANNOTATION
      The feature id for the 'Annotation' containment reference list.
      See Also:
      Constant Field Values
    • STORABLE_UNIT__STEREOTYPE

      static final int STORABLE_UNIT__STEREOTYPE
      The feature id for the 'Stereotype' reference list.
      See Also:
      Constant Field Values
    • STORABLE_UNIT__TAGGED_VALUE

      static final int STORABLE_UNIT__TAGGED_VALUE
      The feature id for the 'Tagged Value' containment reference list.
      See Also:
      Constant Field Values
    • STORABLE_UNIT__NAME

      static final int STORABLE_UNIT__NAME
      The feature id for the 'Name' attribute.
      See Also:
      Constant Field Values
    • STORABLE_UNIT__SOURCE

      static final int STORABLE_UNIT__SOURCE
      The feature id for the 'Source' containment reference list.
      See Also:
      Constant Field Values
    • STORABLE_UNIT__COMMENT

      static final int STORABLE_UNIT__COMMENT
      The feature id for the 'Comment' containment reference list.
      See Also:
      Constant Field Values
    • STORABLE_UNIT__ENTRY_FLOW

      static final int STORABLE_UNIT__ENTRY_FLOW
      The feature id for the 'Entry Flow' containment reference list.
      See Also:
      Constant Field Values
    • STORABLE_UNIT__CODE_RELATION

      static final int STORABLE_UNIT__CODE_RELATION
      The feature id for the 'Code Relation' containment reference list.
      See Also:
      Constant Field Values
    • STORABLE_UNIT__TYPE

      static final int STORABLE_UNIT__TYPE
      The feature id for the 'Type' reference.
      See Also:
      Constant Field Values
    • STORABLE_UNIT__EXT

      static final int STORABLE_UNIT__EXT
      The feature id for the 'Ext' attribute.
      See Also:
      Constant Field Values
    • STORABLE_UNIT__SIZE

      static final int STORABLE_UNIT__SIZE
      The feature id for the 'Size' attribute.
      See Also:
      Constant Field Values
    • STORABLE_UNIT__CODE_ELEMENT

      static final int STORABLE_UNIT__CODE_ELEMENT
      The feature id for the 'Code Element' containment reference list.
      See Also:
      Constant Field Values
    • STORABLE_UNIT__KIND

      static final int STORABLE_UNIT__KIND
      The feature id for the 'Kind' attribute.
      See Also:
      Constant Field Values
    • STORABLE_UNIT_FEATURE_COUNT

      static final int STORABLE_UNIT_FEATURE_COUNT
      The number of structural features of the 'Storable Unit' class.
      See Also:
      Constant Field Values
    • STORABLE_UNIT___CREATE_AGGREGATION__KDMENTITY

      static final int STORABLE_UNIT___CREATE_AGGREGATION__KDMENTITY
      The operation id for the 'Create Aggregation' operation.
      See Also:
      Constant Field Values
    • STORABLE_UNIT___DELETE_AGGREGATION__AGGREGATEDRELATIONSHIP

      static final int STORABLE_UNIT___DELETE_AGGREGATION__AGGREGATEDRELATIONSHIP
      The operation id for the 'Delete Aggregation' operation.
      See Also:
      Constant Field Values
    • STORABLE_UNIT___GET_INBOUND

      static final int STORABLE_UNIT___GET_INBOUND
      The operation id for the 'Get Inbound' operation.
      See Also:
      Constant Field Values
    • STORABLE_UNIT___GET_OUTBOUND

      static final int STORABLE_UNIT___GET_OUTBOUND
      The operation id for the 'Get Outbound' operation.
      See Also:
      Constant Field Values
    • STORABLE_UNIT___GET_OWNED_RELATION

      static final int STORABLE_UNIT___GET_OWNED_RELATION
      The operation id for the 'Get Owned Relation' operation.
      See Also:
      Constant Field Values
    • STORABLE_UNIT___GET_IN_AGGREGATED

      static final int STORABLE_UNIT___GET_IN_AGGREGATED
      The operation id for the 'Get In Aggregated' operation.
      See Also:
      Constant Field Values
    • STORABLE_UNIT___GET_OUT_AGGREGATED

      static final int STORABLE_UNIT___GET_OUT_AGGREGATED
      The operation id for the 'Get Out Aggregated' operation.
      See Also:
      Constant Field Values
    • STORABLE_UNIT___GET_OWNER

      static final int STORABLE_UNIT___GET_OWNER
      The operation id for the 'Get Owner' operation.
      See Also:
      Constant Field Values
    • STORABLE_UNIT___GET_OWNED_ELEMENT

      static final int STORABLE_UNIT___GET_OWNED_ELEMENT
      The operation id for the 'Get Owned Element' operation.
      See Also:
      Constant Field Values
    • STORABLE_UNIT___GET_GROUP

      static final int STORABLE_UNIT___GET_GROUP
      The operation id for the 'Get Group' operation.
      See Also:
      Constant Field Values
    • STORABLE_UNIT___GET_GROUPED_ELEMENT

      static final int STORABLE_UNIT___GET_GROUPED_ELEMENT
      The operation id for the 'Get Grouped Element' operation.
      See Also:
      Constant Field Values
    • STORABLE_UNIT___GET_MODEL

      static final int STORABLE_UNIT___GET_MODEL
      The operation id for the 'Get Model' operation.
      See Also:
      Constant Field Values
    • STORABLE_UNIT_OPERATION_COUNT

      static final int STORABLE_UNIT_OPERATION_COUNT
      The number of operations of the 'Storable Unit' class.
      See Also:
      Constant Field Values
    • MEMBER_UNIT

      static final int MEMBER_UNIT
      The meta object id for the 'Member Unit' class.
      See Also:
      MemberUnitImpl, CodePackageImpl.getMemberUnit(), Constant Field Values
    • MEMBER_UNIT__ATTRIBUTE

      static final int MEMBER_UNIT__ATTRIBUTE
      The feature id for the 'Attribute' containment reference list.
      See Also:
      Constant Field Values
    • MEMBER_UNIT__ANNOTATION

      static final int MEMBER_UNIT__ANNOTATION
      The feature id for the 'Annotation' containment reference list.
      See Also:
      Constant Field Values
    • MEMBER_UNIT__STEREOTYPE

      static final int MEMBER_UNIT__STEREOTYPE
      The feature id for the 'Stereotype' reference list.
      See Also:
      Constant Field Values
    • MEMBER_UNIT__TAGGED_VALUE

      static final int MEMBER_UNIT__TAGGED_VALUE
      The feature id for the 'Tagged Value' containment reference list.
      See Also:
      Constant Field Values
    • MEMBER_UNIT__NAME

      static final int MEMBER_UNIT__NAME
      The feature id for the 'Name' attribute.
      See Also:
      Constant Field Values
    • MEMBER_UNIT__SOURCE

      static final int MEMBER_UNIT__SOURCE
      The feature id for the 'Source' containment reference list.
      See Also:
      Constant Field Values
    • MEMBER_UNIT__COMMENT

      static final int MEMBER_UNIT__COMMENT
      The feature id for the 'Comment' containment reference list.
      See Also:
      Constant Field Values
    • MEMBER_UNIT__ENTRY_FLOW

      static final int MEMBER_UNIT__ENTRY_FLOW
      The feature id for the 'Entry Flow' containment reference list.
      See Also:
      Constant Field Values
    • MEMBER_UNIT__CODE_RELATION

      static final int MEMBER_UNIT__CODE_RELATION
      The feature id for the 'Code Relation' containment reference list.
      See Also:
      Constant Field Values
    • MEMBER_UNIT__TYPE

      static final int MEMBER_UNIT__TYPE
      The feature id for the 'Type' reference.
      See Also:
      Constant Field Values
    • MEMBER_UNIT__EXT

      static final int MEMBER_UNIT__EXT
      The feature id for the 'Ext' attribute.
      See Also:
      Constant Field Values
    • MEMBER_UNIT__SIZE

      static final int MEMBER_UNIT__SIZE
      The feature id for the 'Size' attribute.
      See Also:
      Constant Field Values
    • MEMBER_UNIT__CODE_ELEMENT

      static final int MEMBER_UNIT__CODE_ELEMENT
      The feature id for the 'Code Element' containment reference list.
      See Also:
      Constant Field Values
    • MEMBER_UNIT__EXPORT

      static final int MEMBER_UNIT__EXPORT
      The feature id for the 'Export' attribute.
      See Also:
      Constant Field Values
    • MEMBER_UNIT_FEATURE_COUNT

      static final int MEMBER_UNIT_FEATURE_COUNT
      The number of structural features of the 'Member Unit' class.
      See Also:
      Constant Field Values
    • MEMBER_UNIT___CREATE_AGGREGATION__KDMENTITY

      static final int MEMBER_UNIT___CREATE_AGGREGATION__KDMENTITY
      The operation id for the 'Create Aggregation' operation.
      See Also:
      Constant Field Values
    • MEMBER_UNIT___DELETE_AGGREGATION__AGGREGATEDRELATIONSHIP

      static final int MEMBER_UNIT___DELETE_AGGREGATION__AGGREGATEDRELATIONSHIP
      The operation id for the 'Delete Aggregation' operation.
      See Also:
      Constant Field Values
    • MEMBER_UNIT___GET_INBOUND

      static final int MEMBER_UNIT___GET_INBOUND
      The operation id for the 'Get Inbound' operation.
      See Also:
      Constant Field Values
    • MEMBER_UNIT___GET_OUTBOUND

      static final int MEMBER_UNIT___GET_OUTBOUND
      The operation id for the 'Get Outbound' operation.
      See Also:
      Constant Field Values
    • MEMBER_UNIT___GET_OWNED_RELATION

      static final int MEMBER_UNIT___GET_OWNED_RELATION
      The operation id for the 'Get Owned Relation' operation.
      See Also:
      Constant Field Values
    • MEMBER_UNIT___GET_IN_AGGREGATED

      static final int MEMBER_UNIT___GET_IN_AGGREGATED
      The operation id for the 'Get In Aggregated' operation.
      See Also:
      Constant Field Values
    • MEMBER_UNIT___GET_OUT_AGGREGATED

      static final int MEMBER_UNIT___GET_OUT_AGGREGATED
      The operation id for the 'Get Out Aggregated' operation.
      See Also:
      Constant Field Values
    • MEMBER_UNIT___GET_OWNER

      static final int MEMBER_UNIT___GET_OWNER
      The operation id for the 'Get Owner' operation.
      See Also:
      Constant Field Values
    • MEMBER_UNIT___GET_OWNED_ELEMENT

      static final int MEMBER_UNIT___GET_OWNED_ELEMENT
      The operation id for the 'Get Owned Element' operation.
      See Also:
      Constant Field Values
    • MEMBER_UNIT___GET_GROUP

      static final int MEMBER_UNIT___GET_GROUP
      The operation id for the 'Get Group' operation.
      See Also:
      Constant Field Values
    • MEMBER_UNIT___GET_GROUPED_ELEMENT

      static final int MEMBER_UNIT___GET_GROUPED_ELEMENT
      The operation id for the 'Get Grouped Element' operation.
      See Also:
      Constant Field Values
    • MEMBER_UNIT___GET_MODEL

      static final int MEMBER_UNIT___GET_MODEL
      The operation id for the 'Get Model' operation.
      See Also:
      Constant Field Values
    • MEMBER_UNIT_OPERATION_COUNT

      static final int MEMBER_UNIT_OPERATION_COUNT
      The number of operations of the 'Member Unit' class.
      See Also:
      Constant Field Values
    • PARAMETER_UNIT

      static final int PARAMETER_UNIT
      The meta object id for the 'Parameter Unit' class.
      See Also:
      ParameterUnitImpl, CodePackageImpl.getParameterUnit(), Constant Field Values
    • PARAMETER_UNIT__ATTRIBUTE

      static final int PARAMETER_UNIT__ATTRIBUTE
      The feature id for the 'Attribute' containment reference list.
      See Also:
      Constant Field Values
    • PARAMETER_UNIT__ANNOTATION

      static final int PARAMETER_UNIT__ANNOTATION
      The feature id for the 'Annotation' containment reference list.
      See Also:
      Constant Field Values
    • PARAMETER_UNIT__STEREOTYPE

      static final int PARAMETER_UNIT__STEREOTYPE
      The feature id for the 'Stereotype' reference list.
      See Also:
      Constant Field Values
    • PARAMETER_UNIT__TAGGED_VALUE

      static final int PARAMETER_UNIT__TAGGED_VALUE
      The feature id for the 'Tagged Value' containment reference list.
      See Also:
      Constant Field Values
    • PARAMETER_UNIT__NAME

      static final int PARAMETER_UNIT__NAME
      The feature id for the 'Name' attribute.
      See Also:
      Constant Field Values
    • PARAMETER_UNIT__SOURCE

      static final int PARAMETER_UNIT__SOURCE
      The feature id for the 'Source' containment reference list.
      See Also:
      Constant Field Values
    • PARAMETER_UNIT__COMMENT

      static final int PARAMETER_UNIT__COMMENT
      The feature id for the 'Comment' containment reference list.
      See Also:
      Constant Field Values
    • PARAMETER_UNIT__ENTRY_FLOW

      static final int PARAMETER_UNIT__ENTRY_FLOW
      The feature id for the 'Entry Flow' containment reference list.
      See Also:
      Constant Field Values
    • PARAMETER_UNIT__CODE_RELATION

      static final int PARAMETER_UNIT__CODE_RELATION
      The feature id for the 'Code Relation' containment reference list.
      See Also:
      Constant Field Values
    • PARAMETER_UNIT__TYPE

      static final int PARAMETER_UNIT__TYPE
      The feature id for the 'Type' reference.
      See Also:
      Constant Field Values
    • PARAMETER_UNIT__EXT

      static final int PARAMETER_UNIT__EXT
      The feature id for the 'Ext' attribute.
      See Also:
      Constant Field Values
    • PARAMETER_UNIT__SIZE

      static final int PARAMETER_UNIT__SIZE
      The feature id for the 'Size' attribute.
      See Also:
      Constant Field Values
    • PARAMETER_UNIT__CODE_ELEMENT

      static final int PARAMETER_UNIT__CODE_ELEMENT
      The feature id for the 'Code Element' containment reference list.
      See Also:
      Constant Field Values
    • PARAMETER_UNIT__KIND

      static final int PARAMETER_UNIT__KIND
      The feature id for the 'Kind' attribute.
      See Also:
      Constant Field Values
    • PARAMETER_UNIT__POS

      static final int PARAMETER_UNIT__POS
      The feature id for the 'Pos' attribute.
      See Also:
      Constant Field Values
    • PARAMETER_UNIT_FEATURE_COUNT

      static final int PARAMETER_UNIT_FEATURE_COUNT
      The number of structural features of the 'Parameter Unit' class.
      See Also:
      Constant Field Values
    • PARAMETER_UNIT___CREATE_AGGREGATION__KDMENTITY

      static final int PARAMETER_UNIT___CREATE_AGGREGATION__KDMENTITY
      The operation id for the 'Create Aggregation' operation.
      See Also:
      Constant Field Values
    • PARAMETER_UNIT___DELETE_AGGREGATION__AGGREGATEDRELATIONSHIP

      static final int PARAMETER_UNIT___DELETE_AGGREGATION__AGGREGATEDRELATIONSHIP
      The operation id for the 'Delete Aggregation' operation.
      See Also:
      Constant Field Values
    • PARAMETER_UNIT___GET_INBOUND

      static final int PARAMETER_UNIT___GET_INBOUND
      The operation id for the 'Get Inbound' operation.
      See Also:
      Constant Field Values
    • PARAMETER_UNIT___GET_OUTBOUND

      static final int PARAMETER_UNIT___GET_OUTBOUND
      The operation id for the 'Get Outbound' operation.
      See Also:
      Constant Field Values
    • PARAMETER_UNIT___GET_OWNED_RELATION

      static final int PARAMETER_UNIT___GET_OWNED_RELATION
      The operation id for the 'Get Owned Relation' operation.
      See Also:
      Constant Field Values
    • PARAMETER_UNIT___GET_IN_AGGREGATED

      static final int PARAMETER_UNIT___GET_IN_AGGREGATED
      The operation id for the 'Get In Aggregated' operation.
      See Also:
      Constant Field Values
    • PARAMETER_UNIT___GET_OUT_AGGREGATED

      static final int PARAMETER_UNIT___GET_OUT_AGGREGATED
      The operation id for the 'Get Out Aggregated' operation.
      See Also:
      Constant Field Values
    • PARAMETER_UNIT___GET_OWNER

      static final int PARAMETER_UNIT___GET_OWNER
      The operation id for the 'Get Owner' operation.
      See Also:
      Constant Field Values
    • PARAMETER_UNIT___GET_OWNED_ELEMENT

      static final int PARAMETER_UNIT___GET_OWNED_ELEMENT
      The operation id for the 'Get Owned Element' operation.
      See Also:
      Constant Field Values
    • PARAMETER_UNIT___GET_GROUP

      static final int PARAMETER_UNIT___GET_GROUP
      The operation id for the 'Get Group' operation.
      See Also:
      Constant Field Values
    • PARAMETER_UNIT___GET_GROUPED_ELEMENT

      static final int PARAMETER_UNIT___GET_GROUPED_ELEMENT
      The operation id for the 'Get Grouped Element' operation.
      See Also:
      Constant Field Values
    • PARAMETER_UNIT___GET_MODEL

      static final int PARAMETER_UNIT___GET_MODEL
      The operation id for the 'Get Model' operation.
      See Also:
      Constant Field Values
    • PARAMETER_UNIT_OPERATION_COUNT

      static final int PARAMETER_UNIT_OPERATION_COUNT
      The number of operations of the 'Parameter Unit' class.
      See Also:
      Constant Field Values
    • ITEM_UNIT

      static final int ITEM_UNIT
      The meta object id for the 'Item Unit' class.
      See Also:
      ItemUnitImpl, CodePackageImpl.getItemUnit(), Constant Field Values
    • ITEM_UNIT__ATTRIBUTE

      static final int ITEM_UNIT__ATTRIBUTE
      The feature id for the 'Attribute' containment reference list.
      See Also:
      Constant Field Values
    • ITEM_UNIT__ANNOTATION

      static final int ITEM_UNIT__ANNOTATION
      The feature id for the 'Annotation' containment reference list.
      See Also:
      Constant Field Values
    • ITEM_UNIT__STEREOTYPE

      static final int ITEM_UNIT__STEREOTYPE
      The feature id for the 'Stereotype' reference list.
      See Also:
      Constant Field Values
    • ITEM_UNIT__TAGGED_VALUE

      static final int ITEM_UNIT__TAGGED_VALUE
      The feature id for the 'Tagged Value' containment reference list.
      See Also:
      Constant Field Values
    • ITEM_UNIT__NAME

      static final int ITEM_UNIT__NAME
      The feature id for the 'Name' attribute.
      See Also:
      Constant Field Values
    • ITEM_UNIT__SOURCE

      static final int ITEM_UNIT__SOURCE
      The feature id for the 'Source' containment reference list.
      See Also:
      Constant Field Values
    • ITEM_UNIT__COMMENT

      static final int ITEM_UNIT__COMMENT
      The feature id for the 'Comment' containment reference list.
      See Also:
      Constant Field Values
    • ITEM_UNIT__ENTRY_FLOW

      static final int ITEM_UNIT__ENTRY_FLOW
      The feature id for the 'Entry Flow' containment reference list.
      See Also:
      Constant Field Values
    • ITEM_UNIT__CODE_RELATION

      static final int ITEM_UNIT__CODE_RELATION
      The feature id for the 'Code Relation' containment reference list.
      See Also:
      Constant Field Values
    • ITEM_UNIT__TYPE

      static final int ITEM_UNIT__TYPE
      The feature id for the 'Type' reference.
      See Also:
      Constant Field Values
    • ITEM_UNIT__EXT

      static final int ITEM_UNIT__EXT
      The feature id for the 'Ext' attribute.
      See Also:
      Constant Field Values
    • ITEM_UNIT__SIZE

      static final int ITEM_UNIT__SIZE
      The feature id for the 'Size' attribute.
      See Also:
      Constant Field Values
    • ITEM_UNIT__CODE_ELEMENT

      static final int ITEM_UNIT__CODE_ELEMENT
      The feature id for the 'Code Element' containment reference list.
      See Also:
      Constant Field Values
    • ITEM_UNIT_FEATURE_COUNT

      static final int ITEM_UNIT_FEATURE_COUNT
      The number of structural features of the 'Item Unit' class.
      See Also:
      Constant Field Values
    • ITEM_UNIT___CREATE_AGGREGATION__KDMENTITY

      static final int ITEM_UNIT___CREATE_AGGREGATION__KDMENTITY
      The operation id for the 'Create Aggregation' operation.
      See Also:
      Constant Field Values
    • ITEM_UNIT___DELETE_AGGREGATION__AGGREGATEDRELATIONSHIP

      static final int ITEM_UNIT___DELETE_AGGREGATION__AGGREGATEDRELATIONSHIP
      The operation id for the 'Delete Aggregation' operation.
      See Also:
      Constant Field Values
    • ITEM_UNIT___GET_INBOUND

      static final int ITEM_UNIT___GET_INBOUND
      The operation id for the 'Get Inbound' operation.
      See Also:
      Constant Field Values
    • ITEM_UNIT___GET_OUTBOUND

      static final int ITEM_UNIT___GET_OUTBOUND
      The operation id for the 'Get Outbound' operation.
      See Also:
      Constant Field Values
    • ITEM_UNIT___GET_OWNED_RELATION

      static final int ITEM_UNIT___GET_OWNED_RELATION
      The operation id for the 'Get Owned Relation' operation.
      See Also:
      Constant Field Values
    • ITEM_UNIT___GET_IN_AGGREGATED

      static final int ITEM_UNIT___GET_IN_AGGREGATED
      The operation id for the 'Get In Aggregated' operation.
      See Also:
      Constant Field Values
    • ITEM_UNIT___GET_OUT_AGGREGATED

      static final int ITEM_UNIT___GET_OUT_AGGREGATED
      The operation id for the 'Get Out Aggregated' operation.
      See Also:
      Constant Field Values
    • ITEM_UNIT___GET_OWNER

      static final int ITEM_UNIT___GET_OWNER
      The operation id for the 'Get Owner' operation.
      See Also:
      Constant Field Values
    • ITEM_UNIT___GET_OWNED_ELEMENT

      static final int ITEM_UNIT___GET_OWNED_ELEMENT
      The operation id for the 'Get Owned Element' operation.
      See Also:
      Constant Field Values
    • ITEM_UNIT___GET_GROUP

      static final int ITEM_UNIT___GET_GROUP
      The operation id for the 'Get Group' operation.
      See Also:
      Constant Field Values
    • ITEM_UNIT___GET_GROUPED_ELEMENT

      static final int ITEM_UNIT___GET_GROUPED_ELEMENT
      The operation id for the 'Get Grouped Element' operation.
      See Also:
      Constant Field Values
    • ITEM_UNIT___GET_MODEL

      static final int ITEM_UNIT___GET_MODEL
      The operation id for the 'Get Model' operation.
      See Also:
      Constant Field Values
    • ITEM_UNIT_OPERATION_COUNT

      static final int ITEM_UNIT_OPERATION_COUNT
      The number of operations of the 'Item Unit' class.
      See Also:
      Constant Field Values
    • INDEX_UNIT

      static final int INDEX_UNIT
      The meta object id for the 'Index Unit' class.
      See Also:
      IndexUnitImpl, CodePackageImpl.getIndexUnit(), Constant Field Values
    • INDEX_UNIT__ATTRIBUTE

      static final int INDEX_UNIT__ATTRIBUTE
      The feature id for the 'Attribute' containment reference list.
      See Also:
      Constant Field Values
    • INDEX_UNIT__ANNOTATION

      static final int INDEX_UNIT__ANNOTATION
      The feature id for the 'Annotation' containment reference list.
      See Also:
      Constant Field Values
    • INDEX_UNIT__STEREOTYPE

      static final int INDEX_UNIT__STEREOTYPE
      The feature id for the 'Stereotype' reference list.
      See Also:
      Constant Field Values
    • INDEX_UNIT__TAGGED_VALUE

      static final int INDEX_UNIT__TAGGED_VALUE
      The feature id for the 'Tagged Value' containment reference list.
      See Also:
      Constant Field Values
    • INDEX_UNIT__NAME

      static final int INDEX_UNIT__NAME
      The feature id for the 'Name' attribute.
      See Also:
      Constant Field Values
    • INDEX_UNIT__SOURCE

      static final int INDEX_UNIT__SOURCE
      The feature id for the 'Source' containment reference list.
      See Also:
      Constant Field Values
    • INDEX_UNIT__COMMENT

      static final int INDEX_UNIT__COMMENT
      The feature id for the 'Comment' containment reference list.
      See Also:
      Constant Field Values
    • INDEX_UNIT__ENTRY_FLOW

      static final int INDEX_UNIT__ENTRY_FLOW
      The feature id for the 'Entry Flow' containment reference list.
      See Also:
      Constant Field Values
    • INDEX_UNIT__CODE_RELATION

      static final int INDEX_UNIT__CODE_RELATION
      The feature id for the 'Code Relation' containment reference list.
      See Also:
      Constant Field Values
    • INDEX_UNIT__TYPE

      static final int INDEX_UNIT__TYPE
      The feature id for the 'Type' reference.
      See Also:
      Constant Field Values
    • INDEX_UNIT__EXT

      static final int INDEX_UNIT__EXT
      The feature id for the 'Ext' attribute.
      See Also:
      Constant Field Values
    • INDEX_UNIT__SIZE

      static final int INDEX_UNIT__SIZE
      The feature id for the 'Size' attribute.
      See Also:
      Constant Field Values
    • INDEX_UNIT__CODE_ELEMENT

      static final int INDEX_UNIT__CODE_ELEMENT
      The feature id for the 'Code Element' containment reference list.
      See Also:
      Constant Field Values
    • INDEX_UNIT_FEATURE_COUNT

      static final int INDEX_UNIT_FEATURE_COUNT
      The number of structural features of the 'Index Unit' class.
      See Also:
      Constant Field Values
    • INDEX_UNIT___CREATE_AGGREGATION__KDMENTITY

      static final int INDEX_UNIT___CREATE_AGGREGATION__KDMENTITY
      The operation id for the 'Create Aggregation' operation.
      See Also:
      Constant Field Values
    • INDEX_UNIT___DELETE_AGGREGATION__AGGREGATEDRELATIONSHIP

      static final int INDEX_UNIT___DELETE_AGGREGATION__AGGREGATEDRELATIONSHIP
      The operation id for the 'Delete Aggregation' operation.
      See Also:
      Constant Field Values
    • INDEX_UNIT___GET_INBOUND

      static final int INDEX_UNIT___GET_INBOUND
      The operation id for the 'Get Inbound' operation.
      See Also:
      Constant Field Values
    • INDEX_UNIT___GET_OUTBOUND

      static final int INDEX_UNIT___GET_OUTBOUND
      The operation id for the 'Get Outbound' operation.
      See Also:
      Constant Field Values
    • INDEX_UNIT___GET_OWNED_RELATION

      static final int INDEX_UNIT___GET_OWNED_RELATION
      The operation id for the 'Get Owned Relation' operation.
      See Also:
      Constant Field Values
    • INDEX_UNIT___GET_IN_AGGREGATED

      static final int INDEX_UNIT___GET_IN_AGGREGATED
      The operation id for the 'Get In Aggregated' operation.
      See Also:
      Constant Field Values
    • INDEX_UNIT___GET_OUT_AGGREGATED

      static final int INDEX_UNIT___GET_OUT_AGGREGATED
      The operation id for the 'Get Out Aggregated' operation.
      See Also:
      Constant Field Values
    • INDEX_UNIT___GET_OWNER

      static final int INDEX_UNIT___GET_OWNER
      The operation id for the 'Get Owner' operation.
      See Also:
      Constant Field Values
    • INDEX_UNIT___GET_OWNED_ELEMENT

      static final int INDEX_UNIT___GET_OWNED_ELEMENT
      The operation id for the 'Get Owned Element' operation.
      See Also:
      Constant Field Values
    • INDEX_UNIT___GET_GROUP

      static final int INDEX_UNIT___GET_GROUP
      The operation id for the 'Get Group' operation.
      See Also:
      Constant Field Values
    • INDEX_UNIT___GET_GROUPED_ELEMENT

      static final int INDEX_UNIT___GET_GROUPED_ELEMENT
      The operation id for the 'Get Grouped Element' operation.
      See Also:
      Constant Field Values
    • INDEX_UNIT___GET_MODEL

      static final int INDEX_UNIT___GET_MODEL
      The operation id for the 'Get Model' operation.
      See Also:
      Constant Field Values
    • INDEX_UNIT_OPERATION_COUNT

      static final int INDEX_UNIT_OPERATION_COUNT
      The number of operations of the 'Index Unit' class.
      See Also:
      Constant Field Values
    • SYNONYM_TYPE

      static final int SYNONYM_TYPE
      The meta object id for the 'Synonym Type' class.
      See Also:
      SynonymTypeImpl, CodePackageImpl.getSynonymType(), Constant Field Values
    • SYNONYM_TYPE__ATTRIBUTE

      static final int SYNONYM_TYPE__ATTRIBUTE
      The feature id for the 'Attribute' containment reference list.
      See Also:
      Constant Field Values
    • SYNONYM_TYPE__ANNOTATION

      static final int SYNONYM_TYPE__ANNOTATION
      The feature id for the 'Annotation' containment reference list.
      See Also:
      Constant Field Values
    • SYNONYM_TYPE__STEREOTYPE

      static final int SYNONYM_TYPE__STEREOTYPE
      The feature id for the 'Stereotype' reference list.
      See Also:
      Constant Field Values
    • SYNONYM_TYPE__TAGGED_VALUE

      static final int SYNONYM_TYPE__TAGGED_VALUE
      The feature id for the 'Tagged Value' containment reference list.
      See Also:
      Constant Field Values
    • SYNONYM_TYPE__NAME

      static final int SYNONYM_TYPE__NAME
      The feature id for the 'Name' attribute.
      See Also:
      Constant Field Values
    • SYNONYM_TYPE__SOURCE

      static final int SYNONYM_TYPE__SOURCE
      The feature id for the 'Source' containment reference list.
      See Also:
      Constant Field Values
    • SYNONYM_TYPE__COMMENT

      static final int SYNONYM_TYPE__COMMENT
      The feature id for the 'Comment' containment reference list.
      See Also:
      Constant Field Values
    • SYNONYM_TYPE__ENTRY_FLOW

      static final int SYNONYM_TYPE__ENTRY_FLOW
      The feature id for the 'Entry Flow' containment reference list.
      See Also:
      Constant Field Values
    • SYNONYM_TYPE__CODE_RELATION

      static final int SYNONYM_TYPE__CODE_RELATION
      The feature id for the 'Code Relation' containment reference list.
      See Also:
      Constant Field Values
    • SYNONYM_TYPE__TYPE

      static final int SYNONYM_TYPE__TYPE
      The feature id for the 'Type' reference.
      See Also:
      Constant Field Values
    • SYNONYM_TYPE__CODE_ELEMENT

      static final int SYNONYM_TYPE__CODE_ELEMENT
      The feature id for the 'Code Element' containment reference.
      See Also:
      Constant Field Values
    • SYNONYM_TYPE_FEATURE_COUNT

      static final int SYNONYM_TYPE_FEATURE_COUNT
      The number of structural features of the 'Synonym Type' class.
      See Also:
      Constant Field Values
    • SYNONYM_TYPE___CREATE_AGGREGATION__KDMENTITY

      static final int SYNONYM_TYPE___CREATE_AGGREGATION__KDMENTITY
      The operation id for the 'Create Aggregation' operation.
      See Also:
      Constant Field Values
    • SYNONYM_TYPE___DELETE_AGGREGATION__AGGREGATEDRELATIONSHIP

      static final int SYNONYM_TYPE___DELETE_AGGREGATION__AGGREGATEDRELATIONSHIP
      The operation id for the 'Delete Aggregation' operation.
      See Also:
      Constant Field Values
    • SYNONYM_TYPE___GET_INBOUND

      static final int SYNONYM_TYPE___GET_INBOUND
      The operation id for the 'Get Inbound' operation.
      See Also:
      Constant Field Values
    • SYNONYM_TYPE___GET_OUTBOUND

      static final int SYNONYM_TYPE___GET_OUTBOUND
      The operation id for the 'Get Outbound' operation.
      See Also:
      Constant Field Values
    • SYNONYM_TYPE___GET_OWNED_RELATION

      static final int SYNONYM_TYPE___GET_OWNED_RELATION
      The operation id for the 'Get Owned Relation' operation.
      See Also:
      Constant Field Values
    • SYNONYM_TYPE___GET_IN_AGGREGATED

      static final int SYNONYM_TYPE___GET_IN_AGGREGATED
      The operation id for the 'Get In Aggregated' operation.
      See Also:
      Constant Field Values
    • SYNONYM_TYPE___GET_OUT_AGGREGATED

      static final int SYNONYM_TYPE___GET_OUT_AGGREGATED
      The operation id for the 'Get Out Aggregated' operation.
      See Also:
      Constant Field Values
    • SYNONYM_TYPE___GET_OWNER

      static final int SYNONYM_TYPE___GET_OWNER
      The operation id for the 'Get Owner' operation.
      See Also:
      Constant Field Values
    • SYNONYM_TYPE___GET_OWNED_ELEMENT

      static final int SYNONYM_TYPE___GET_OWNED_ELEMENT
      The operation id for the 'Get Owned Element' operation.
      See Also:
      Constant Field Values
    • SYNONYM_TYPE___GET_GROUP

      static final int SYNONYM_TYPE___GET_GROUP
      The operation id for the 'Get Group' operation.
      See Also:
      Constant Field Values
    • SYNONYM_TYPE___GET_GROUPED_ELEMENT

      static final int SYNONYM_TYPE___GET_GROUPED_ELEMENT
      The operation id for the 'Get Grouped Element' operation.
      See Also:
      Constant Field Values
    • SYNONYM_TYPE___GET_MODEL

      static final int SYNONYM_TYPE___GET_MODEL
      The operation id for the 'Get Model' operation.
      See Also:
      Constant Field Values
    • SYNONYM_TYPE_OPERATION_COUNT

      static final int SYNONYM_TYPE_OPERATION_COUNT
      The number of operations of the 'Synonym Type' class.
      See Also:
      Constant Field Values
    • SEQUENCE_TYPE

      static final int SEQUENCE_TYPE
      The meta object id for the 'Sequence Type' class.
      See Also:
      SequenceTypeImpl, CodePackageImpl.getSequenceType(), Constant Field Values
    • SEQUENCE_TYPE__ATTRIBUTE

      static final int SEQUENCE_TYPE__ATTRIBUTE
      The feature id for the 'Attribute' containment reference list.
      See Also:
      Constant Field Values
    • SEQUENCE_TYPE__ANNOTATION

      static final int SEQUENCE_TYPE__ANNOTATION
      The feature id for the 'Annotation' containment reference list.
      See Also:
      Constant Field Values
    • SEQUENCE_TYPE__STEREOTYPE

      static final int SEQUENCE_TYPE__STEREOTYPE
      The feature id for the 'Stereotype' reference list.
      See Also:
      Constant Field Values
    • SEQUENCE_TYPE__TAGGED_VALUE

      static final int SEQUENCE_TYPE__TAGGED_VALUE
      The feature id for the 'Tagged Value' containment reference list.
      See Also:
      Constant Field Values
    • SEQUENCE_TYPE__NAME

      static final int SEQUENCE_TYPE__NAME
      The feature id for the 'Name' attribute.
      See Also:
      Constant Field Values
    • SEQUENCE_TYPE__SOURCE

      static final int SEQUENCE_TYPE__SOURCE
      The feature id for the 'Source' containment reference list.
      See Also:
      Constant Field Values
    • SEQUENCE_TYPE__COMMENT

      static final int SEQUENCE_TYPE__COMMENT
      The feature id for the 'Comment' containment reference list.
      See Also:
      Constant Field Values
    • SEQUENCE_TYPE__ENTRY_FLOW

      static final int SEQUENCE_TYPE__ENTRY_FLOW
      The feature id for the 'Entry Flow' containment reference list.
      See Also:
      Constant Field Values
    • SEQUENCE_TYPE__CODE_RELATION

      static final int SEQUENCE_TYPE__CODE_RELATION
      The feature id for the 'Code Relation' containment reference list.
      See Also:
      Constant Field Values
    • SEQUENCE_TYPE__ITEM_UNIT

      static final int SEQUENCE_TYPE__ITEM_UNIT
      The feature id for the 'Item Unit' containment reference.
      See Also:
      Constant Field Values
    • SEQUENCE_TYPE__SIZE

      static final int SEQUENCE_TYPE__SIZE
      The feature id for the 'Size' attribute.
      See Also:
      Constant Field Values
    • SEQUENCE_TYPE_FEATURE_COUNT

      static final int SEQUENCE_TYPE_FEATURE_COUNT
      The number of structural features of the 'Sequence Type' class.
      See Also:
      Constant Field Values
    • SEQUENCE_TYPE___CREATE_AGGREGATION__KDMENTITY

      static final int SEQUENCE_TYPE___CREATE_AGGREGATION__KDMENTITY
      The operation id for the 'Create Aggregation' operation.
      See Also:
      Constant Field Values
    • SEQUENCE_TYPE___DELETE_AGGREGATION__AGGREGATEDRELATIONSHIP

      static final int SEQUENCE_TYPE___DELETE_AGGREGATION__AGGREGATEDRELATIONSHIP
      The operation id for the 'Delete Aggregation' operation.
      See Also:
      Constant Field Values
    • SEQUENCE_TYPE___GET_INBOUND

      static final int SEQUENCE_TYPE___GET_INBOUND
      The operation id for the 'Get Inbound' operation.
      See Also:
      Constant Field Values
    • SEQUENCE_TYPE___GET_OUTBOUND

      static final int SEQUENCE_TYPE___GET_OUTBOUND
      The operation id for the 'Get Outbound' operation.
      See Also:
      Constant Field Values
    • SEQUENCE_TYPE___GET_OWNED_RELATION

      static final int SEQUENCE_TYPE___GET_OWNED_RELATION
      The operation id for the 'Get Owned Relation' operation.
      See Also:
      Constant Field Values
    • SEQUENCE_TYPE___GET_IN_AGGREGATED

      static final int SEQUENCE_TYPE___GET_IN_AGGREGATED
      The operation id for the 'Get In Aggregated' operation.
      See Also:
      Constant Field Values
    • SEQUENCE_TYPE___GET_OUT_AGGREGATED

      static final int SEQUENCE_TYPE___GET_OUT_AGGREGATED
      The operation id for the 'Get Out Aggregated' operation.
      See Also:
      Constant Field Values
    • SEQUENCE_TYPE___GET_OWNER

      static final int SEQUENCE_TYPE___GET_OWNER
      The operation id for the 'Get Owner' operation.
      See Also:
      Constant Field Values
    • SEQUENCE_TYPE___GET_OWNED_ELEMENT

      static final int SEQUENCE_TYPE___GET_OWNED_ELEMENT
      The operation id for the 'Get Owned Element' operation.
      See Also:
      Constant Field Values
    • SEQUENCE_TYPE___GET_GROUP

      static final int SEQUENCE_TYPE___GET_GROUP
      The operation id for the 'Get Group' operation.
      See Also:
      Constant Field Values
    • SEQUENCE_TYPE___GET_GROUPED_ELEMENT

      static final int SEQUENCE_TYPE___GET_GROUPED_ELEMENT
      The operation id for the 'Get Grouped Element' operation.
      See Also:
      Constant Field Values
    • SEQUENCE_TYPE___GET_MODEL

      static final int SEQUENCE_TYPE___GET_MODEL
      The operation id for the 'Get Model' operation.
      See Also:
      Constant Field Values
    • SEQUENCE_TYPE_OPERATION_COUNT

      static final int SEQUENCE_TYPE_OPERATION_COUNT
      The number of operations of the 'Sequence Type' class.
      See Also:
      Constant Field Values
    • BAG_TYPE

      static final int BAG_TYPE
      The meta object id for the 'Bag Type' class.
      See Also:
      BagTypeImpl, CodePackageImpl.getBagType(), Constant Field Values
    • BAG_TYPE__ATTRIBUTE

      static final int BAG_TYPE__ATTRIBUTE
      The feature id for the 'Attribute' containment reference list.
      See Also:
      Constant Field Values
    • BAG_TYPE__ANNOTATION

      static final int BAG_TYPE__ANNOTATION
      The feature id for the 'Annotation' containment reference list.
      See Also:
      Constant Field Values
    • BAG_TYPE__STEREOTYPE

      static final int BAG_TYPE__STEREOTYPE
      The feature id for the 'Stereotype' reference list.
      See Also:
      Constant Field Values
    • BAG_TYPE__TAGGED_VALUE

      static final int BAG_TYPE__TAGGED_VALUE
      The feature id for the 'Tagged Value' containment reference list.
      See Also:
      Constant Field Values
    • BAG_TYPE__NAME

      static final int BAG_TYPE__NAME
      The feature id for the 'Name' attribute.
      See Also:
      Constant Field Values
    • BAG_TYPE__SOURCE

      static final int BAG_TYPE__SOURCE
      The feature id for the 'Source' containment reference list.
      See Also:
      Constant Field Values
    • BAG_TYPE__COMMENT

      static final int BAG_TYPE__COMMENT
      The feature id for the 'Comment' containment reference list.
      See Also:
      Constant Field Values
    • BAG_TYPE__ENTRY_FLOW

      static final int BAG_TYPE__ENTRY_FLOW
      The feature id for the 'Entry Flow' containment reference list.
      See Also:
      Constant Field Values
    • BAG_TYPE__CODE_RELATION

      static final int BAG_TYPE__CODE_RELATION
      The feature id for the 'Code Relation' containment reference list.
      See Also:
      Constant Field Values
    • BAG_TYPE__ITEM_UNIT

      static final int BAG_TYPE__ITEM_UNIT
      The feature id for the 'Item Unit' containment reference.
      See Also:
      Constant Field Values
    • BAG_TYPE__SIZE

      static final int BAG_TYPE__SIZE
      The feature id for the 'Size' attribute.
      See Also:
      Constant Field Values
    • BAG_TYPE_FEATURE_COUNT

      static final int BAG_TYPE_FEATURE_COUNT
      The number of structural features of the 'Bag Type' class.
      See Also:
      Constant Field Values
    • BAG_TYPE___CREATE_AGGREGATION__KDMENTITY

      static final int BAG_TYPE___CREATE_AGGREGATION__KDMENTITY
      The operation id for the 'Create Aggregation' operation.
      See Also:
      Constant Field Values
    • BAG_TYPE___DELETE_AGGREGATION__AGGREGATEDRELATIONSHIP

      static final int BAG_TYPE___DELETE_AGGREGATION__AGGREGATEDRELATIONSHIP
      The operation id for the 'Delete Aggregation' operation.
      See Also:
      Constant Field Values
    • BAG_TYPE___GET_INBOUND

      static final int BAG_TYPE___GET_INBOUND
      The operation id for the 'Get Inbound' operation.
      See Also:
      Constant Field Values
    • BAG_TYPE___GET_OUTBOUND

      static final int BAG_TYPE___GET_OUTBOUND
      The operation id for the 'Get Outbound' operation.
      See Also:
      Constant Field Values
    • BAG_TYPE___GET_OWNED_RELATION

      static final int BAG_TYPE___GET_OWNED_RELATION
      The operation id for the 'Get Owned Relation' operation.
      See Also:
      Constant Field Values
    • BAG_TYPE___GET_IN_AGGREGATED

      static final int BAG_TYPE___GET_IN_AGGREGATED
      The operation id for the 'Get In Aggregated' operation.
      See Also:
      Constant Field Values
    • BAG_TYPE___GET_OUT_AGGREGATED

      static final int BAG_TYPE___GET_OUT_AGGREGATED
      The operation id for the 'Get Out Aggregated' operation.
      See Also:
      Constant Field Values
    • BAG_TYPE___GET_OWNER

      static final int BAG_TYPE___GET_OWNER
      The operation id for the 'Get Owner' operation.
      See Also:
      Constant Field Values
    • BAG_TYPE___GET_OWNED_ELEMENT

      static final int BAG_TYPE___GET_OWNED_ELEMENT
      The operation id for the 'Get Owned Element' operation.
      See Also:
      Constant Field Values
    • BAG_TYPE___GET_GROUP

      static final int BAG_TYPE___GET_GROUP
      The operation id for the 'Get Group' operation.
      See Also:
      Constant Field Values
    • BAG_TYPE___GET_GROUPED_ELEMENT

      static final int BAG_TYPE___GET_GROUPED_ELEMENT
      The operation id for the 'Get Grouped Element' operation.
      See Also:
      Constant Field Values
    • BAG_TYPE___GET_MODEL

      static final int BAG_TYPE___GET_MODEL
      The operation id for the 'Get Model' operation.
      See Also:
      Constant Field Values
    • BAG_TYPE_OPERATION_COUNT

      static final int BAG_TYPE_OPERATION_COUNT
      The number of operations of the 'Bag Type' class.
      See Also:
      Constant Field Values
    • SET_TYPE

      static final int SET_TYPE
      The meta object id for the 'Set Type' class.
      See Also:
      SetTypeImpl, CodePackageImpl.getSetType(), Constant Field Values
    • SET_TYPE__ATTRIBUTE

      static final int SET_TYPE__ATTRIBUTE
      The feature id for the 'Attribute' containment reference list.
      See Also:
      Constant Field Values
    • SET_TYPE__ANNOTATION

      static final int SET_TYPE__ANNOTATION
      The feature id for the 'Annotation' containment reference list.
      See Also:
      Constant Field Values
    • SET_TYPE__STEREOTYPE

      static final int SET_TYPE__STEREOTYPE
      The feature id for the 'Stereotype' reference list.
      See Also:
      Constant Field Values
    • SET_TYPE__TAGGED_VALUE

      static final int SET_TYPE__TAGGED_VALUE
      The feature id for the 'Tagged Value' containment reference list.
      See Also:
      Constant Field Values
    • SET_TYPE__NAME

      static final int SET_TYPE__NAME
      The feature id for the 'Name' attribute.
      See Also:
      Constant Field Values
    • SET_TYPE__SOURCE

      static final int SET_TYPE__SOURCE
      The feature id for the 'Source' containment reference list.
      See Also:
      Constant Field Values
    • SET_TYPE__COMMENT

      static final int SET_TYPE__COMMENT
      The feature id for the 'Comment' containment reference list.
      See Also:
      Constant Field Values
    • SET_TYPE__ENTRY_FLOW

      static final int SET_TYPE__ENTRY_FLOW
      The feature id for the 'Entry Flow' containment reference list.
      See Also:
      Constant Field Values
    • SET_TYPE__CODE_RELATION

      static final int SET_TYPE__CODE_RELATION
      The feature id for the 'Code Relation' containment reference list.
      See Also:
      Constant Field Values
    • SET_TYPE__ITEM_UNIT

      static final int SET_TYPE__ITEM_UNIT
      The feature id for the 'Item Unit' containment reference.
      See Also:
      Constant Field Values
    • SET_TYPE__SIZE

      static final int SET_TYPE__SIZE
      The feature id for the 'Size' attribute.
      See Also:
      Constant Field Values
    • SET_TYPE_FEATURE_COUNT

      static final int SET_TYPE_FEATURE_COUNT
      The number of structural features of the 'Set Type' class.
      See Also:
      Constant Field Values
    • SET_TYPE___CREATE_AGGREGATION__KDMENTITY

      static final int SET_TYPE___CREATE_AGGREGATION__KDMENTITY
      The operation id for the 'Create Aggregation' operation.
      See Also:
      Constant Field Values
    • SET_TYPE___DELETE_AGGREGATION__AGGREGATEDRELATIONSHIP

      static final int SET_TYPE___DELETE_AGGREGATION__AGGREGATEDRELATIONSHIP
      The operation id for the 'Delete Aggregation' operation.
      See Also:
      Constant Field Values
    • SET_TYPE___GET_INBOUND

      static final int SET_TYPE___GET_INBOUND
      The operation id for the 'Get Inbound' operation.
      See Also:
      Constant Field Values
    • SET_TYPE___GET_OUTBOUND

      static final int SET_TYPE___GET_OUTBOUND
      The operation id for the 'Get Outbound' operation.
      See Also:
      Constant Field Values
    • SET_TYPE___GET_OWNED_RELATION

      static final int SET_TYPE___GET_OWNED_RELATION
      The operation id for the 'Get Owned Relation' operation.
      See Also:
      Constant Field Values
    • SET_TYPE___GET_IN_AGGREGATED

      static final int SET_TYPE___GET_IN_AGGREGATED
      The operation id for the 'Get In Aggregated' operation.
      See Also:
      Constant Field Values
    • SET_TYPE___GET_OUT_AGGREGATED

      static final int SET_TYPE___GET_OUT_AGGREGATED
      The operation id for the 'Get Out Aggregated' operation.
      See Also:
      Constant Field Values
    • SET_TYPE___GET_OWNER

      static final int SET_TYPE___GET_OWNER
      The operation id for the 'Get Owner' operation.
      See Also:
      Constant Field Values
    • SET_TYPE___GET_OWNED_ELEMENT

      static final int SET_TYPE___GET_OWNED_ELEMENT
      The operation id for the 'Get Owned Element' operation.
      See Also:
      Constant Field Values
    • SET_TYPE___GET_GROUP

      static final int SET_TYPE___GET_GROUP
      The operation id for the 'Get Group' operation.
      See Also:
      Constant Field Values
    • SET_TYPE___GET_GROUPED_ELEMENT

      static final int SET_TYPE___GET_GROUPED_ELEMENT
      The operation id for the 'Get Grouped Element' operation.
      See Also:
      Constant Field Values
    • SET_TYPE___GET_MODEL

      static final int SET_TYPE___GET_MODEL
      The operation id for the 'Get Model' operation.
      See Also:
      Constant Field Values
    • SET_TYPE_OPERATION_COUNT

      static final int SET_TYPE_OPERATION_COUNT
      The number of operations of the 'Set Type' class.
      See Also:
      Constant Field Values
    • CODE_ELEMENT

      static final int CODE_ELEMENT
      The meta object id for the 'Element' class.
      See Also:
      CodeElementImpl, CodePackageImpl.getCodeElement(), Constant Field Values
    • CODE_ELEMENT__ATTRIBUTE

      static final int CODE_ELEMENT__ATTRIBUTE
      The feature id for the 'Attribute' containment reference list.
      See Also:
      Constant Field Values
    • CODE_ELEMENT__ANNOTATION

      static final int CODE_ELEMENT__ANNOTATION
      The feature id for the 'Annotation' containment reference list.
      See Also:
      Constant Field Values
    • CODE_ELEMENT__STEREOTYPE

      static final int CODE_ELEMENT__STEREOTYPE
      The feature id for the 'Stereotype' reference list.
      See Also:
      Constant Field Values
    • CODE_ELEMENT__TAGGED_VALUE

      static final int CODE_ELEMENT__TAGGED_VALUE
      The feature id for the 'Tagged Value' containment reference list.
      See Also:
      Constant Field Values
    • CODE_ELEMENT__NAME

      static final int CODE_ELEMENT__NAME
      The feature id for the 'Name' attribute.
      See Also:
      Constant Field Values
    • CODE_ELEMENT__SOURCE

      static final int CODE_ELEMENT__SOURCE
      The feature id for the 'Source' containment reference list.
      See Also:
      Constant Field Values
    • CODE_ELEMENT__COMMENT

      static final int CODE_ELEMENT__COMMENT
      The feature id for the 'Comment' containment reference list.
      See Also:
      Constant Field Values
    • CODE_ELEMENT__ENTRY_FLOW

      static final int CODE_ELEMENT__ENTRY_FLOW
      The feature id for the 'Entry Flow' containment reference list.
      See Also:
      Constant Field Values
    • CODE_ELEMENT__CODE_RELATION

      static final int CODE_ELEMENT__CODE_RELATION
      The feature id for the 'Code Relation' containment reference list.
      See Also:
      Constant Field Values
    • CODE_ELEMENT_FEATURE_COUNT

      static final int CODE_ELEMENT_FEATURE_COUNT
      The number of structural features of the 'Element' class.
      See Also:
      Constant Field Values
    • CODE_ELEMENT___CREATE_AGGREGATION__KDMENTITY

      static final int CODE_ELEMENT___CREATE_AGGREGATION__KDMENTITY
      The operation id for the 'Create Aggregation' operation.
      See Also:
      Constant Field Values
    • CODE_ELEMENT___DELETE_AGGREGATION__AGGREGATEDRELATIONSHIP

      static final int CODE_ELEMENT___DELETE_AGGREGATION__AGGREGATEDRELATIONSHIP
      The operation id for the 'Delete Aggregation' operation.
      See Also:
      Constant Field Values
    • CODE_ELEMENT___GET_INBOUND

      static final int CODE_ELEMENT___GET_INBOUND
      The operation id for the 'Get Inbound' operation.
      See Also:
      Constant Field Values
    • CODE_ELEMENT___GET_OUTBOUND

      static final int CODE_ELEMENT___GET_OUTBOUND
      The operation id for the 'Get Outbound' operation.
      See Also:
      Constant Field Values
    • CODE_ELEMENT___GET_OWNED_RELATION

      static final int CODE_ELEMENT___GET_OWNED_RELATION
      The operation id for the 'Get Owned Relation' operation.
      See Also:
      Constant Field Values
    • CODE_ELEMENT___GET_IN_AGGREGATED

      static final int CODE_ELEMENT___GET_IN_AGGREGATED
      The operation id for the 'Get In Aggregated' operation.
      See Also:
      Constant Field Values
    • CODE_ELEMENT___GET_OUT_AGGREGATED

      static final int CODE_ELEMENT___GET_OUT_AGGREGATED
      The operation id for the 'Get Out Aggregated' operation.
      See Also:
      Constant Field Values
    • CODE_ELEMENT___GET_OWNER

      static final int CODE_ELEMENT___GET_OWNER
      The operation id for the 'Get Owner' operation.
      See Also:
      Constant Field Values
    • CODE_ELEMENT___GET_OWNED_ELEMENT

      static final int CODE_ELEMENT___GET_OWNED_ELEMENT
      The operation id for the 'Get Owned Element' operation.
      See Also:
      Constant Field Values
    • CODE_ELEMENT___GET_GROUP

      static final int CODE_ELEMENT___GET_GROUP
      The operation id for the 'Get Group' operation.
      See Also:
      Constant Field Values
    • CODE_ELEMENT___GET_GROUPED_ELEMENT

      static final int CODE_ELEMENT___GET_GROUPED_ELEMENT
      The operation id for the 'Get Grouped Element' operation.
      See Also:
      Constant Field Values
    • CODE_ELEMENT___GET_MODEL

      static final int CODE_ELEMENT___GET_MODEL
      The operation id for the 'Get Model' operation.
      See Also:
      Constant Field Values
    • CODE_ELEMENT_OPERATION_COUNT

      static final int CODE_ELEMENT_OPERATION_COUNT
      The number of operations of the 'Element' class.
      See Also:
      Constant Field Values
    • CODE_RELATIONSHIP

      static final int CODE_RELATIONSHIP
      The meta object id for the 'Relationship' class.
      See Also:
      CodeRelationshipImpl, CodePackageImpl.getCodeRelationship(), Constant Field Values
    • CODE_RELATIONSHIP__ATTRIBUTE

      static final int CODE_RELATIONSHIP__ATTRIBUTE
      The feature id for the 'Attribute' containment reference list.
      See Also:
      Constant Field Values
    • CODE_RELATIONSHIP__ANNOTATION

      static final int CODE_RELATIONSHIP__ANNOTATION
      The feature id for the 'Annotation' containment reference list.
      See Also:
      Constant Field Values
    • CODE_RELATIONSHIP__STEREOTYPE

      static final int CODE_RELATIONSHIP__STEREOTYPE
      The feature id for the 'Stereotype' reference list.
      See Also:
      Constant Field Values
    • CODE_RELATIONSHIP__TAGGED_VALUE

      static final int CODE_RELATIONSHIP__TAGGED_VALUE
      The feature id for the 'Tagged Value' containment reference list.
      See Also:
      Constant Field Values
    • CODE_RELATIONSHIP__TO

      static final int CODE_RELATIONSHIP__TO
      The feature id for the 'To' reference.
      See Also:
      Constant Field Values
    • CODE_RELATIONSHIP__FROM

      static final int CODE_RELATIONSHIP__FROM
      The feature id for the 'From' reference.
      See Also:
      Constant Field Values
    • CODE_RELATIONSHIP_FEATURE_COUNT

      static final int CODE_RELATIONSHIP_FEATURE_COUNT
      The number of structural features of the 'Relationship' class.
      See Also:
      Constant Field Values
    • CODE_RELATIONSHIP___GET_TO

      static final int CODE_RELATIONSHIP___GET_TO
      The operation id for the 'Get To' operation.
      See Also:
      Constant Field Values
    • CODE_RELATIONSHIP___GET_FROM

      static final int CODE_RELATIONSHIP___GET_FROM
      The operation id for the 'Get From' operation.
      See Also:
      Constant Field Values
    • CODE_RELATIONSHIP_OPERATION_COUNT

      static final int CODE_RELATIONSHIP_OPERATION_COUNT
      The number of operations of the 'Relationship' class.
      See Also:
      Constant Field Values
    • LANGUAGE_UNIT

      static final int LANGUAGE_UNIT
      The meta object id for the 'Language Unit' class.
      See Also:
      LanguageUnitImpl, CodePackageImpl.getLanguageUnit(), Constant Field Values
    • LANGUAGE_UNIT__ATTRIBUTE

      static final int LANGUAGE_UNIT__ATTRIBUTE
      The feature id for the 'Attribute' containment reference list.
      See Also:
      Constant Field Values
    • LANGUAGE_UNIT__ANNOTATION

      static final int LANGUAGE_UNIT__ANNOTATION
      The feature id for the 'Annotation' containment reference list.
      See Also:
      Constant Field Values
    • LANGUAGE_UNIT__STEREOTYPE

      static final int LANGUAGE_UNIT__STEREOTYPE
      The feature id for the 'Stereotype' reference list.
      See Also:
      Constant Field Values
    • LANGUAGE_UNIT__TAGGED_VALUE

      static final int LANGUAGE_UNIT__TAGGED_VALUE
      The feature id for the 'Tagged Value' containment reference list.
      See Also:
      Constant Field Values
    • LANGUAGE_UNIT__NAME

      static final int LANGUAGE_UNIT__NAME
      The feature id for the 'Name' attribute.
      See Also:
      Constant Field Values
    • LANGUAGE_UNIT__SOURCE

      static final int LANGUAGE_UNIT__SOURCE
      The feature id for the 'Source' containment reference list.
      See Also:
      Constant Field Values
    • LANGUAGE_UNIT__COMMENT

      static final int LANGUAGE_UNIT__COMMENT
      The feature id for the 'Comment' containment reference list.
      See Also:
      Constant Field Values
    • LANGUAGE_UNIT__ENTRY_FLOW

      static final int LANGUAGE_UNIT__ENTRY_FLOW
      The feature id for the 'Entry Flow' containment reference list.
      See Also:
      Constant Field Values
    • LANGUAGE_UNIT__CODE_RELATION

      static final int LANGUAGE_UNIT__CODE_RELATION
      The feature id for the 'Code Relation' containment reference list.
      See Also:
      Constant Field Values
    • LANGUAGE_UNIT__CODE_ELEMENT

      static final int LANGUAGE_UNIT__CODE_ELEMENT
      The feature id for the 'Code Element' containment reference list.
      See Also:
      Constant Field Values
    • LANGUAGE_UNIT_FEATURE_COUNT

      static final int LANGUAGE_UNIT_FEATURE_COUNT
      The number of structural features of the 'Language Unit' class.
      See Also:
      Constant Field Values
    • LANGUAGE_UNIT___CREATE_AGGREGATION__KDMENTITY

      static final int LANGUAGE_UNIT___CREATE_AGGREGATION__KDMENTITY
      The operation id for the 'Create Aggregation' operation.
      See Also:
      Constant Field Values
    • LANGUAGE_UNIT___DELETE_AGGREGATION__AGGREGATEDRELATIONSHIP

      static final int LANGUAGE_UNIT___DELETE_AGGREGATION__AGGREGATEDRELATIONSHIP
      The operation id for the 'Delete Aggregation' operation.
      See Also:
      Constant Field Values
    • LANGUAGE_UNIT___GET_INBOUND

      static final int LANGUAGE_UNIT___GET_INBOUND
      The operation id for the 'Get Inbound' operation.
      See Also:
      Constant Field Values
    • LANGUAGE_UNIT___GET_OUTBOUND

      static final int LANGUAGE_UNIT___GET_OUTBOUND
      The operation id for the 'Get Outbound' operation.
      See Also:
      Constant Field Values
    • LANGUAGE_UNIT___GET_OWNED_RELATION

      static final int LANGUAGE_UNIT___GET_OWNED_RELATION
      The operation id for the 'Get Owned Relation' operation.
      See Also:
      Constant Field Values
    • LANGUAGE_UNIT___GET_IN_AGGREGATED

      static final int LANGUAGE_UNIT___GET_IN_AGGREGATED
      The operation id for the 'Get In Aggregated' operation.
      See Also:
      Constant Field Values
    • LANGUAGE_UNIT___GET_OUT_AGGREGATED

      static final int LANGUAGE_UNIT___GET_OUT_AGGREGATED
      The operation id for the 'Get Out Aggregated' operation.
      See Also:
      Constant Field Values
    • LANGUAGE_UNIT___GET_OWNER

      static final int LANGUAGE_UNIT___GET_OWNER
      The operation id for the 'Get Owner' operation.
      See Also:
      Constant Field Values
    • LANGUAGE_UNIT___GET_OWNED_ELEMENT

      static final int LANGUAGE_UNIT___GET_OWNED_ELEMENT
      The operation id for the 'Get Owned Element' operation.
      See Also:
      Constant Field Values
    • LANGUAGE_UNIT___GET_GROUP

      static final int LANGUAGE_UNIT___GET_GROUP
      The operation id for the 'Get Group' operation.
      See Also:
      Constant Field Values
    • LANGUAGE_UNIT___GET_GROUPED_ELEMENT

      static final int LANGUAGE_UNIT___GET_GROUPED_ELEMENT
      The operation id for the 'Get Grouped Element' operation.
      See Also:
      Constant Field Values
    • LANGUAGE_UNIT___GET_MODEL

      static final int LANGUAGE_UNIT___GET_MODEL
      The operation id for the 'Get Model' operation.
      See Also:
      Constant Field Values
    • LANGUAGE_UNIT_OPERATION_COUNT

      static final int LANGUAGE_UNIT_OPERATION_COUNT
      The number of operations of the 'Language Unit' class.
      See Also:
      Constant Field Values
    • ORDINAL_TYPE

      static final int ORDINAL_TYPE
      The meta object id for the 'Ordinal Type' class.
      See Also:
      OrdinalTypeImpl, CodePackageImpl.getOrdinalType(), Constant Field Values
    • ORDINAL_TYPE__ATTRIBUTE

      static final int ORDINAL_TYPE__ATTRIBUTE
      The feature id for the 'Attribute' containment reference list.
      See Also:
      Constant Field Values
    • ORDINAL_TYPE__ANNOTATION

      static final int ORDINAL_TYPE__ANNOTATION
      The feature id for the 'Annotation' containment reference list.
      See Also:
      Constant Field Values
    • ORDINAL_TYPE__STEREOTYPE

      static final int ORDINAL_TYPE__STEREOTYPE
      The feature id for the 'Stereotype' reference list.
      See Also:
      Constant Field Values
    • ORDINAL_TYPE__TAGGED_VALUE

      static final int ORDINAL_TYPE__TAGGED_VALUE
      The feature id for the 'Tagged Value' containment reference list.
      See Also:
      Constant Field Values
    • ORDINAL_TYPE__NAME

      static final int ORDINAL_TYPE__NAME
      The feature id for the 'Name' attribute.
      See Also:
      Constant Field Values
    • ORDINAL_TYPE__SOURCE

      static final int ORDINAL_TYPE__SOURCE
      The feature id for the 'Source' containment reference list.
      See Also:
      Constant Field Values
    • ORDINAL_TYPE__COMMENT

      static final int ORDINAL_TYPE__COMMENT
      The feature id for the 'Comment' containment reference list.
      See Also:
      Constant Field Values
    • ORDINAL_TYPE__ENTRY_FLOW

      static final int ORDINAL_TYPE__ENTRY_FLOW
      The feature id for the 'Entry Flow' containment reference list.
      See Also:
      Constant Field Values
    • ORDINAL_TYPE__CODE_RELATION

      static final int ORDINAL_TYPE__CODE_RELATION
      The feature id for the 'Code Relation' containment reference list.
      See Also:
      Constant Field Values
    • ORDINAL_TYPE_FEATURE_COUNT

      static final int ORDINAL_TYPE_FEATURE_COUNT
      The number of structural features of the 'Ordinal Type' class.
      See Also:
      Constant Field Values
    • ORDINAL_TYPE___CREATE_AGGREGATION__KDMENTITY

      static final int ORDINAL_TYPE___CREATE_AGGREGATION__KDMENTITY
      The operation id for the 'Create Aggregation' operation.
      See Also:
      Constant Field Values
    • ORDINAL_TYPE___DELETE_AGGREGATION__AGGREGATEDRELATIONSHIP

      static final int ORDINAL_TYPE___DELETE_AGGREGATION__AGGREGATEDRELATIONSHIP
      The operation id for the 'Delete Aggregation' operation.
      See Also:
      Constant Field Values
    • ORDINAL_TYPE___GET_INBOUND

      static final int ORDINAL_TYPE___GET_INBOUND
      The operation id for the 'Get Inbound' operation.
      See Also:
      Constant Field Values
    • ORDINAL_TYPE___GET_OUTBOUND

      static final int ORDINAL_TYPE___GET_OUTBOUND
      The operation id for the 'Get Outbound' operation.
      See Also:
      Constant Field Values
    • ORDINAL_TYPE___GET_OWNED_RELATION

      static final int ORDINAL_TYPE___GET_OWNED_RELATION
      The operation id for the 'Get Owned Relation' operation.
      See Also:
      Constant Field Values
    • ORDINAL_TYPE___GET_IN_AGGREGATED

      static final int ORDINAL_TYPE___GET_IN_AGGREGATED
      The operation id for the 'Get In Aggregated' operation.
      See Also:
      Constant Field Values
    • ORDINAL_TYPE___GET_OUT_AGGREGATED

      static final int ORDINAL_TYPE___GET_OUT_AGGREGATED
      The operation id for the 'Get Out Aggregated' operation.
      See Also:
      Constant Field Values
    • ORDINAL_TYPE___GET_OWNER

      static final int ORDINAL_TYPE___GET_OWNER
      The operation id for the 'Get Owner' operation.
      See Also:
      Constant Field Values
    • ORDINAL_TYPE___GET_OWNED_ELEMENT

      static final int ORDINAL_TYPE___GET_OWNED_ELEMENT
      The operation id for the 'Get Owned Element' operation.
      See Also:
      Constant Field Values
    • ORDINAL_TYPE___GET_GROUP

      static final int ORDINAL_TYPE___GET_GROUP
      The operation id for the 'Get Group' operation.
      See Also:
      Constant Field Values
    • ORDINAL_TYPE___GET_GROUPED_ELEMENT

      static final int ORDINAL_TYPE___GET_GROUPED_ELEMENT
      The operation id for the 'Get Grouped Element' operation.
      See Also:
      Constant Field Values
    • ORDINAL_TYPE___GET_MODEL

      static final int ORDINAL_TYPE___GET_MODEL
      The operation id for the 'Get Model' operation.
      See Also:
      Constant Field Values
    • ORDINAL_TYPE_OPERATION_COUNT

      static final int ORDINAL_TYPE_OPERATION_COUNT
      The number of operations of the 'Ordinal Type' class.
      See Also:
      Constant Field Values
    • BITSTRING_TYPE

      static final int BITSTRING_TYPE
      The meta object id for the 'Bitstring Type' class.
      See Also:
      BitstringTypeImpl, CodePackageImpl.getBitstringType(), Constant Field Values
    • BITSTRING_TYPE__ATTRIBUTE

      static final int BITSTRING_TYPE__ATTRIBUTE
      The feature id for the 'Attribute' containment reference list.
      See Also:
      Constant Field Values
    • BITSTRING_TYPE__ANNOTATION

      static final int BITSTRING_TYPE__ANNOTATION
      The feature id for the 'Annotation' containment reference list.
      See Also:
      Constant Field Values
    • BITSTRING_TYPE__STEREOTYPE

      static final int BITSTRING_TYPE__STEREOTYPE
      The feature id for the 'Stereotype' reference list.
      See Also:
      Constant Field Values
    • BITSTRING_TYPE__TAGGED_VALUE

      static final int BITSTRING_TYPE__TAGGED_VALUE
      The feature id for the 'Tagged Value' containment reference list.
      See Also:
      Constant Field Values
    • BITSTRING_TYPE__NAME

      static final int BITSTRING_TYPE__NAME
      The feature id for the 'Name' attribute.
      See Also:
      Constant Field Values
    • BITSTRING_TYPE__SOURCE

      static final int BITSTRING_TYPE__SOURCE
      The feature id for the 'Source' containment reference list.
      See Also:
      Constant Field Values
    • BITSTRING_TYPE__COMMENT

      static final int BITSTRING_TYPE__COMMENT
      The feature id for the 'Comment' containment reference list.
      See Also:
      Constant Field Values
    • BITSTRING_TYPE__ENTRY_FLOW

      static final int BITSTRING_TYPE__ENTRY_FLOW
      The feature id for the 'Entry Flow' containment reference list.
      See Also:
      Constant Field Values
    • BITSTRING_TYPE__CODE_RELATION

      static final int BITSTRING_TYPE__CODE_RELATION
      The feature id for the 'Code Relation' containment reference list.
      See Also:
      Constant Field Values
    • BITSTRING_TYPE_FEATURE_COUNT

      static final int BITSTRING_TYPE_FEATURE_COUNT
      The number of structural features of the 'Bitstring Type' class.
      See Also:
      Constant Field Values
    • BITSTRING_TYPE___CREATE_AGGREGATION__KDMENTITY

      static final int BITSTRING_TYPE___CREATE_AGGREGATION__KDMENTITY
      The operation id for the 'Create Aggregation' operation.
      See Also:
      Constant Field Values
    • BITSTRING_TYPE___DELETE_AGGREGATION__AGGREGATEDRELATIONSHIP

      static final int BITSTRING_TYPE___DELETE_AGGREGATION__AGGREGATEDRELATIONSHIP
      The operation id for the 'Delete Aggregation' operation.
      See Also:
      Constant Field Values
    • BITSTRING_TYPE___GET_INBOUND

      static final int BITSTRING_TYPE___GET_INBOUND
      The operation id for the 'Get Inbound' operation.
      See Also:
      Constant Field Values
    • BITSTRING_TYPE___GET_OUTBOUND

      static final int BITSTRING_TYPE___GET_OUTBOUND
      The operation id for the 'Get Outbound' operation.
      See Also:
      Constant Field Values
    • BITSTRING_TYPE___GET_OWNED_RELATION

      static final int BITSTRING_TYPE___GET_OWNED_RELATION
      The operation id for the 'Get Owned Relation' operation.
      See Also:
      Constant Field Values
    • BITSTRING_TYPE___GET_IN_AGGREGATED

      static final int BITSTRING_TYPE___GET_IN_AGGREGATED
      The operation id for the 'Get In Aggregated' operation.
      See Also:
      Constant Field Values
    • BITSTRING_TYPE___GET_OUT_AGGREGATED

      static final int BITSTRING_TYPE___GET_OUT_AGGREGATED
      The operation id for the 'Get Out Aggregated' operation.
      See Also:
      Constant Field Values
    • BITSTRING_TYPE___GET_OWNER

      static final int BITSTRING_TYPE___GET_OWNER
      The operation id for the 'Get Owner' operation.
      See Also:
      Constant Field Values
    • BITSTRING_TYPE___GET_OWNED_ELEMENT

      static final int BITSTRING_TYPE___GET_OWNED_ELEMENT
      The operation id for the 'Get Owned Element' operation.
      See Also:
      Constant Field Values
    • BITSTRING_TYPE___GET_GROUP

      static final int BITSTRING_TYPE___GET_GROUP
      The operation id for the 'Get Group' operation.
      See Also:
      Constant Field Values
    • BITSTRING_TYPE___GET_GROUPED_ELEMENT

      static final int BITSTRING_TYPE___GET_GROUPED_ELEMENT
      The operation id for the 'Get Grouped Element' operation.
      See Also:
      Constant Field Values
    • BITSTRING_TYPE___GET_MODEL

      static final int BITSTRING_TYPE___GET_MODEL
      The operation id for the 'Get Model' operation.
      See Also:
      Constant Field Values
    • BITSTRING_TYPE_OPERATION_COUNT

      static final int BITSTRING_TYPE_OPERATION_COUNT
      The number of operations of the 'Bitstring Type' class.
      See Also:
      Constant Field Values
    • OCTET_TYPE

      static final int OCTET_TYPE
      The meta object id for the 'Octet Type' class.
      See Also:
      OctetTypeImpl, CodePackageImpl.getOctetType(), Constant Field Values
    • OCTET_TYPE__ATTRIBUTE

      static final int OCTET_TYPE__ATTRIBUTE
      The feature id for the 'Attribute' containment reference list.
      See Also:
      Constant Field Values
    • OCTET_TYPE__ANNOTATION

      static final int OCTET_TYPE__ANNOTATION
      The feature id for the 'Annotation' containment reference list.
      See Also:
      Constant Field Values
    • OCTET_TYPE__STEREOTYPE

      static final int OCTET_TYPE__STEREOTYPE
      The feature id for the 'Stereotype' reference list.
      See Also:
      Constant Field Values
    • OCTET_TYPE__TAGGED_VALUE

      static final int OCTET_TYPE__TAGGED_VALUE
      The feature id for the 'Tagged Value' containment reference list.
      See Also:
      Constant Field Values
    • OCTET_TYPE__NAME

      static final int OCTET_TYPE__NAME
      The feature id for the 'Name' attribute.
      See Also:
      Constant Field Values
    • OCTET_TYPE__SOURCE

      static final int OCTET_TYPE__SOURCE
      The feature id for the 'Source' containment reference list.
      See Also:
      Constant Field Values
    • OCTET_TYPE__COMMENT

      static final int OCTET_TYPE__COMMENT
      The feature id for the 'Comment' containment reference list.
      See Also:
      Constant Field Values
    • OCTET_TYPE__ENTRY_FLOW

      static final int OCTET_TYPE__ENTRY_FLOW
      The feature id for the 'Entry Flow' containment reference list.
      See Also:
      Constant Field Values
    • OCTET_TYPE__CODE_RELATION

      static final int OCTET_TYPE__CODE_RELATION
      The feature id for the 'Code Relation' containment reference list.
      See Also:
      Constant Field Values
    • OCTET_TYPE_FEATURE_COUNT

      static final int OCTET_TYPE_FEATURE_COUNT
      The number of structural features of the 'Octet Type' class.
      See Also:
      Constant Field Values
    • OCTET_TYPE___CREATE_AGGREGATION__KDMENTITY

      static final int OCTET_TYPE___CREATE_AGGREGATION__KDMENTITY
      The operation id for the 'Create Aggregation' operation.
      See Also:
      Constant Field Values
    • OCTET_TYPE___DELETE_AGGREGATION__AGGREGATEDRELATIONSHIP

      static final int OCTET_TYPE___DELETE_AGGREGATION__AGGREGATEDRELATIONSHIP
      The operation id for the 'Delete Aggregation' operation.
      See Also:
      Constant Field Values
    • OCTET_TYPE___GET_INBOUND

      static final int OCTET_TYPE___GET_INBOUND
      The operation id for the 'Get Inbound' operation.
      See Also:
      Constant Field Values
    • OCTET_TYPE___GET_OUTBOUND

      static final int OCTET_TYPE___GET_OUTBOUND
      The operation id for the 'Get Outbound' operation.
      See Also:
      Constant Field Values
    • OCTET_TYPE___GET_OWNED_RELATION

      static final int OCTET_TYPE___GET_OWNED_RELATION
      The operation id for the 'Get Owned Relation' operation.
      See Also:
      Constant Field Values
    • OCTET_TYPE___GET_IN_AGGREGATED

      static final int OCTET_TYPE___GET_IN_AGGREGATED
      The operation id for the 'Get In Aggregated' operation.
      See Also:
      Constant Field Values
    • OCTET_TYPE___GET_OUT_AGGREGATED

      static final int OCTET_TYPE___GET_OUT_AGGREGATED
      The operation id for the 'Get Out Aggregated' operation.
      See Also:
      Constant Field Values
    • OCTET_TYPE___GET_OWNER

      static final int OCTET_TYPE___GET_OWNER
      The operation id for the 'Get Owner' operation.
      See Also:
      Constant Field Values
    • OCTET_TYPE___GET_OWNED_ELEMENT

      static final int OCTET_TYPE___GET_OWNED_ELEMENT
      The operation id for the 'Get Owned Element' operation.
      See Also:
      Constant Field Values
    • OCTET_TYPE___GET_GROUP

      static final int OCTET_TYPE___GET_GROUP
      The operation id for the 'Get Group' operation.
      See Also:
      Constant Field Values
    • OCTET_TYPE___GET_GROUPED_ELEMENT

      static final int OCTET_TYPE___GET_GROUPED_ELEMENT
      The operation id for the 'Get Grouped Element' operation.
      See Also:
      Constant Field Values
    • OCTET_TYPE___GET_MODEL

      static final int OCTET_TYPE___GET_MODEL
      The operation id for the 'Get Model' operation.
      See Also:
      Constant Field Values
    • OCTET_TYPE_OPERATION_COUNT

      static final int OCTET_TYPE_OPERATION_COUNT
      The number of operations of the 'Octet Type' class.
      See Also:
      Constant Field Values
    • OCTETSTRING_TYPE

      static final int OCTETSTRING_TYPE
      The meta object id for the 'Octetstring Type' class.
      See Also:
      OctetstringTypeImpl, CodePackageImpl.getOctetstringType(), Constant Field Values
    • OCTETSTRING_TYPE__ATTRIBUTE

      static final int OCTETSTRING_TYPE__ATTRIBUTE
      The feature id for the 'Attribute' containment reference list.
      See Also:
      Constant Field Values
    • OCTETSTRING_TYPE__ANNOTATION

      static final int OCTETSTRING_TYPE__ANNOTATION
      The feature id for the 'Annotation' containment reference list.
      See Also:
      Constant Field Values
    • OCTETSTRING_TYPE__STEREOTYPE

      static final int OCTETSTRING_TYPE__STEREOTYPE
      The feature id for the 'Stereotype' reference list.
      See Also:
      Constant Field Values
    • OCTETSTRING_TYPE__TAGGED_VALUE

      static final int OCTETSTRING_TYPE__TAGGED_VALUE
      The feature id for the 'Tagged Value' containment reference list.
      See Also:
      Constant Field Values
    • OCTETSTRING_TYPE__NAME

      static final int OCTETSTRING_TYPE__NAME
      The feature id for the 'Name' attribute.
      See Also:
      Constant Field Values
    • OCTETSTRING_TYPE__SOURCE

      static final int OCTETSTRING_TYPE__SOURCE
      The feature id for the 'Source' containment reference list.
      See Also:
      Constant Field Values
    • OCTETSTRING_TYPE__COMMENT

      static final int OCTETSTRING_TYPE__COMMENT
      The feature id for the 'Comment' containment reference list.
      See Also:
      Constant Field Values
    • OCTETSTRING_TYPE__ENTRY_FLOW

      static final int OCTETSTRING_TYPE__ENTRY_FLOW
      The feature id for the 'Entry Flow' containment reference list.
      See Also:
      Constant Field Values
    • OCTETSTRING_TYPE__CODE_RELATION

      static final int OCTETSTRING_TYPE__CODE_RELATION
      The feature id for the 'Code Relation' containment reference list.
      See Also:
      Constant Field Values
    • OCTETSTRING_TYPE_FEATURE_COUNT

      static final int OCTETSTRING_TYPE_FEATURE_COUNT
      The number of structural features of the 'Octetstring Type' class.
      See Also:
      Constant Field Values
    • OCTETSTRING_TYPE___CREATE_AGGREGATION__KDMENTITY

      static final int OCTETSTRING_TYPE___CREATE_AGGREGATION__KDMENTITY
      The operation id for the 'Create Aggregation' operation.
      See Also:
      Constant Field Values
    • OCTETSTRING_TYPE___DELETE_AGGREGATION__AGGREGATEDRELATIONSHIP

      static final int OCTETSTRING_TYPE___DELETE_AGGREGATION__AGGREGATEDRELATIONSHIP
      The operation id for the 'Delete Aggregation' operation.
      See Also:
      Constant Field Values
    • OCTETSTRING_TYPE___GET_INBOUND

      static final int OCTETSTRING_TYPE___GET_INBOUND
      The operation id for the 'Get Inbound' operation.
      See Also:
      Constant Field Values
    • OCTETSTRING_TYPE___GET_OUTBOUND

      static final int OCTETSTRING_TYPE___GET_OUTBOUND
      The operation id for the 'Get Outbound' operation.
      See Also:
      Constant Field Values
    • OCTETSTRING_TYPE___GET_OWNED_RELATION

      static final int OCTETSTRING_TYPE___GET_OWNED_RELATION
      The operation id for the 'Get Owned Relation' operation.
      See Also:
      Constant Field Values
    • OCTETSTRING_TYPE___GET_IN_AGGREGATED

      static final int OCTETSTRING_TYPE___GET_IN_AGGREGATED
      The operation id for the 'Get In Aggregated' operation.
      See Also:
      Constant Field Values
    • OCTETSTRING_TYPE___GET_OUT_AGGREGATED

      static final int OCTETSTRING_TYPE___GET_OUT_AGGREGATED
      The operation id for the 'Get Out Aggregated' operation.
      See Also:
      Constant Field Values
    • OCTETSTRING_TYPE___GET_OWNER

      static final int OCTETSTRING_TYPE___GET_OWNER
      The operation id for the 'Get Owner' operation.
      See Also:
      Constant Field Values
    • OCTETSTRING_TYPE___GET_OWNED_ELEMENT

      static final int OCTETSTRING_TYPE___GET_OWNED_ELEMENT
      The operation id for the 'Get Owned Element' operation.
      See Also:
      Constant Field Values
    • OCTETSTRING_TYPE___GET_GROUP

      static final int OCTETSTRING_TYPE___GET_GROUP
      The operation id for the 'Get Group' operation.
      See Also:
      Constant Field Values
    • OCTETSTRING_TYPE___GET_GROUPED_ELEMENT

      static final int OCTETSTRING_TYPE___GET_GROUPED_ELEMENT
      The operation id for the 'Get Grouped Element' operation.
      See Also:
      Constant Field Values
    • OCTETSTRING_TYPE___GET_MODEL

      static final int OCTETSTRING_TYPE___GET_MODEL
      The operation id for the 'Get Model' operation.
      See Also:
      Constant Field Values
    • OCTETSTRING_TYPE_OPERATION_COUNT

      static final int OCTETSTRING_TYPE_OPERATION_COUNT
      The number of operations of the 'Octetstring Type' class.
      See Also:
      Constant Field Values
    • BIT_TYPE

      static final int BIT_TYPE
      The meta object id for the 'Bit Type' class.
      See Also:
      BitTypeImpl, CodePackageImpl.getBitType(), Constant Field Values
    • BIT_TYPE__ATTRIBUTE

      static final int BIT_TYPE__ATTRIBUTE
      The feature id for the 'Attribute' containment reference list.
      See Also:
      Constant Field Values
    • BIT_TYPE__ANNOTATION

      static final int BIT_TYPE__ANNOTATION
      The feature id for the 'Annotation' containment reference list.
      See Also:
      Constant Field Values
    • BIT_TYPE__STEREOTYPE

      static final int BIT_TYPE__STEREOTYPE
      The feature id for the 'Stereotype' reference list.
      See Also:
      Constant Field Values
    • BIT_TYPE__TAGGED_VALUE

      static final int BIT_TYPE__TAGGED_VALUE
      The feature id for the 'Tagged Value' containment reference list.
      See Also:
      Constant Field Values
    • BIT_TYPE__NAME

      static final int BIT_TYPE__NAME
      The feature id for the 'Name' attribute.
      See Also:
      Constant Field Values
    • BIT_TYPE__SOURCE

      static final int BIT_TYPE__SOURCE
      The feature id for the 'Source' containment reference list.
      See Also:
      Constant Field Values
    • BIT_TYPE__COMMENT

      static final int BIT_TYPE__COMMENT
      The feature id for the 'Comment' containment reference list.
      See Also:
      Constant Field Values
    • BIT_TYPE__ENTRY_FLOW

      static final int BIT_TYPE__ENTRY_FLOW
      The feature id for the 'Entry Flow' containment reference list.
      See Also:
      Constant Field Values
    • BIT_TYPE__CODE_RELATION

      static final int BIT_TYPE__CODE_RELATION
      The feature id for the 'Code Relation' containment reference list.
      See Also:
      Constant Field Values
    • BIT_TYPE_FEATURE_COUNT

      static final int BIT_TYPE_FEATURE_COUNT
      The number of structural features of the 'Bit Type' class.
      See Also:
      Constant Field Values
    • BIT_TYPE___CREATE_AGGREGATION__KDMENTITY

      static final int BIT_TYPE___CREATE_AGGREGATION__KDMENTITY
      The operation id for the 'Create Aggregation' operation.
      See Also:
      Constant Field Values
    • BIT_TYPE___DELETE_AGGREGATION__AGGREGATEDRELATIONSHIP

      static final int BIT_TYPE___DELETE_AGGREGATION__AGGREGATEDRELATIONSHIP
      The operation id for the 'Delete Aggregation' operation.
      See Also:
      Constant Field Values
    • BIT_TYPE___GET_INBOUND

      static final int BIT_TYPE___GET_INBOUND
      The operation id for the 'Get Inbound' operation.
      See Also:
      Constant Field Values
    • BIT_TYPE___GET_OUTBOUND

      static final int BIT_TYPE___GET_OUTBOUND
      The operation id for the 'Get Outbound' operation.
      See Also:
      Constant Field Values
    • BIT_TYPE___GET_OWNED_RELATION

      static final int BIT_TYPE___GET_OWNED_RELATION
      The operation id for the 'Get Owned Relation' operation.
      See Also:
      Constant Field Values
    • BIT_TYPE___GET_IN_AGGREGATED

      static final int BIT_TYPE___GET_IN_AGGREGATED
      The operation id for the 'Get In Aggregated' operation.
      See Also:
      Constant Field Values
    • BIT_TYPE___GET_OUT_AGGREGATED

      static final int BIT_TYPE___GET_OUT_AGGREGATED
      The operation id for the 'Get Out Aggregated' operation.
      See Also:
      Constant Field Values
    • BIT_TYPE___GET_OWNER

      static final int BIT_TYPE___GET_OWNER
      The operation id for the 'Get Owner' operation.
      See Also:
      Constant Field Values
    • BIT_TYPE___GET_OWNED_ELEMENT

      static final int BIT_TYPE___GET_OWNED_ELEMENT
      The operation id for the 'Get Owned Element' operation.
      See Also:
      Constant Field Values
    • BIT_TYPE___GET_GROUP

      static final int BIT_TYPE___GET_GROUP
      The operation id for the 'Get Group' operation.
      See Also:
      Constant Field Values
    • BIT_TYPE___GET_GROUPED_ELEMENT

      static final int BIT_TYPE___GET_GROUPED_ELEMENT
      The operation id for the 'Get Grouped Element' operation.
      See Also:
      Constant Field Values
    • BIT_TYPE___GET_MODEL

      static final int BIT_TYPE___GET_MODEL
      The operation id for the 'Get Model' operation.
      See Also:
      Constant Field Values
    • BIT_TYPE_OPERATION_COUNT

      static final int BIT_TYPE_OPERATION_COUNT
      The number of operations of the 'Bit Type' class.
      See Also:
      Constant Field Values
    • IMPORTS

      static final int IMPORTS
      The meta object id for the 'Imports' class.
      See Also:
      ImportsImpl, CodePackageImpl.getImports(), Constant Field Values
    • IMPORTS__ATTRIBUTE

      static final int IMPORTS__ATTRIBUTE
      The feature id for the 'Attribute' containment reference list.
      See Also:
      Constant Field Values
    • IMPORTS__ANNOTATION

      static final int IMPORTS__ANNOTATION
      The feature id for the 'Annotation' containment reference list.
      See Also:
      Constant Field Values
    • IMPORTS__STEREOTYPE

      static final int IMPORTS__STEREOTYPE
      The feature id for the 'Stereotype' reference list.
      See Also:
      Constant Field Values
    • IMPORTS__TAGGED_VALUE

      static final int IMPORTS__TAGGED_VALUE
      The feature id for the 'Tagged Value' containment reference list.
      See Also:
      Constant Field Values
    • IMPORTS__TO

      static final int IMPORTS__TO
      The feature id for the 'To' reference.
      See Also:
      Constant Field Values
    • IMPORTS__FROM

      static final int IMPORTS__FROM
      The feature id for the 'From' reference.
      See Also:
      Constant Field Values
    • IMPORTS_FEATURE_COUNT

      static final int IMPORTS_FEATURE_COUNT
      The number of structural features of the 'Imports' class.
      See Also:
      Constant Field Values
    • IMPORTS___GET_TO

      static final int IMPORTS___GET_TO
      The operation id for the 'Get To' operation.
      See Also:
      Constant Field Values
    • IMPORTS___GET_FROM

      static final int IMPORTS___GET_FROM
      The operation id for the 'Get From' operation.
      See Also:
      Constant Field Values
    • IMPORTS_OPERATION_COUNT

      static final int IMPORTS_OPERATION_COUNT
      The number of operations of the 'Imports' class.
      See Also:
      Constant Field Values
    • PACKAGE

      static final int PACKAGE
      The meta object id for the 'Package' class.
      See Also:
      PackageImpl, CodePackageImpl.getPackage(), Constant Field Values
    • PACKAGE__ATTRIBUTE

      static final int PACKAGE__ATTRIBUTE
      The feature id for the 'Attribute' containment reference list.
      See Also:
      Constant Field Values
    • PACKAGE__ANNOTATION

      static final int PACKAGE__ANNOTATION
      The feature id for the 'Annotation' containment reference list.
      See Also:
      Constant Field Values
    • PACKAGE__STEREOTYPE

      static final int PACKAGE__STEREOTYPE
      The feature id for the 'Stereotype' reference list.
      See Also:
      Constant Field Values
    • PACKAGE__TAGGED_VALUE

      static final int PACKAGE__TAGGED_VALUE
      The feature id for the 'Tagged Value' containment reference list.
      See Also:
      Constant Field Values
    • PACKAGE__NAME

      static final int PACKAGE__NAME
      The feature id for the 'Name' attribute.
      See Also:
      Constant Field Values
    • PACKAGE__SOURCE

      static final int PACKAGE__SOURCE
      The feature id for the 'Source' containment reference list.
      See Also:
      Constant Field Values
    • PACKAGE__COMMENT

      static final int PACKAGE__COMMENT
      The feature id for the 'Comment' containment reference list.
      See Also:
      Constant Field Values
    • PACKAGE__ENTRY_FLOW

      static final int PACKAGE__ENTRY_FLOW
      The feature id for the 'Entry Flow' containment reference list.
      See Also:
      Constant Field Values
    • PACKAGE__CODE_RELATION

      static final int PACKAGE__CODE_RELATION
      The feature id for the 'Code Relation' containment reference list.
      See Also:
      Constant Field Values
    • PACKAGE__CODE_ELEMENT

      static final int PACKAGE__CODE_ELEMENT
      The feature id for the 'Code Element' containment reference list.
      See Also:
      Constant Field Values
    • PACKAGE_FEATURE_COUNT

      static final int PACKAGE_FEATURE_COUNT
      The number of structural features of the 'Package' class.
      See Also:
      Constant Field Values
    • PACKAGE___CREATE_AGGREGATION__KDMENTITY

      static final int PACKAGE___CREATE_AGGREGATION__KDMENTITY
      The operation id for the 'Create Aggregation' operation.
      See Also:
      Constant Field Values
    • PACKAGE___DELETE_AGGREGATION__AGGREGATEDRELATIONSHIP

      static final int PACKAGE___DELETE_AGGREGATION__AGGREGATEDRELATIONSHIP
      The operation id for the 'Delete Aggregation' operation.
      See Also:
      Constant Field Values
    • PACKAGE___GET_INBOUND

      static final int PACKAGE___GET_INBOUND
      The operation id for the 'Get Inbound' operation.
      See Also:
      Constant Field Values
    • PACKAGE___GET_OUTBOUND

      static final int PACKAGE___GET_OUTBOUND
      The operation id for the 'Get Outbound' operation.
      See Also:
      Constant Field Values
    • PACKAGE___GET_OWNED_RELATION

      static final int PACKAGE___GET_OWNED_RELATION
      The operation id for the 'Get Owned Relation' operation.
      See Also:
      Constant Field Values
    • PACKAGE___GET_IN_AGGREGATED

      static final int PACKAGE___GET_IN_AGGREGATED
      The operation id for the 'Get In Aggregated' operation.
      See Also:
      Constant Field Values
    • PACKAGE___GET_OUT_AGGREGATED

      static final int PACKAGE___GET_OUT_AGGREGATED
      The operation id for the 'Get Out Aggregated' operation.
      See Also:
      Constant Field Values
    • PACKAGE___GET_OWNER

      static final int PACKAGE___GET_OWNER
      The operation id for the 'Get Owner' operation.
      See Also:
      Constant Field Values
    • PACKAGE___GET_OWNED_ELEMENT

      static final int PACKAGE___GET_OWNED_ELEMENT
      The operation id for the 'Get Owned Element' operation.
      See Also:
      Constant Field Values
    • PACKAGE___GET_GROUP

      static final int PACKAGE___GET_GROUP
      The operation id for the 'Get Group' operation.
      See Also:
      Constant Field Values
    • PACKAGE___GET_GROUPED_ELEMENT

      static final int PACKAGE___GET_GROUPED_ELEMENT
      The operation id for the 'Get Grouped Element' operation.
      See Also:
      Constant Field Values
    • PACKAGE___GET_MODEL

      static final int PACKAGE___GET_MODEL
      The operation id for the 'Get Model' operation.
      See Also:
      Constant Field Values
    • PACKAGE_OPERATION_COUNT

      static final int PACKAGE_OPERATION_COUNT
      The number of operations of the 'Package' class.
      See Also:
      Constant Field Values
    • PARAMETER_TO

      static final int PARAMETER_TO
      The meta object id for the 'Parameter To' class.
      See Also:
      ParameterToImpl, CodePackageImpl.getParameterTo(), Constant Field Values
    • PARAMETER_TO__ATTRIBUTE

      static final int PARAMETER_TO__ATTRIBUTE
      The feature id for the 'Attribute' containment reference list.
      See Also:
      Constant Field Values
    • PARAMETER_TO__ANNOTATION

      static final int PARAMETER_TO__ANNOTATION
      The feature id for the 'Annotation' containment reference list.
      See Also:
      Constant Field Values
    • PARAMETER_TO__STEREOTYPE

      static final int PARAMETER_TO__STEREOTYPE
      The feature id for the 'Stereotype' reference list.
      See Also:
      Constant Field Values
    • PARAMETER_TO__TAGGED_VALUE

      static final int PARAMETER_TO__TAGGED_VALUE
      The feature id for the 'Tagged Value' containment reference list.
      See Also:
      Constant Field Values
    • PARAMETER_TO__TO

      static final int PARAMETER_TO__TO
      The feature id for the 'To' reference.
      See Also:
      Constant Field Values
    • PARAMETER_TO__FROM

      static final int PARAMETER_TO__FROM
      The feature id for the 'From' reference.
      See Also:
      Constant Field Values
    • PARAMETER_TO_FEATURE_COUNT

      static final int PARAMETER_TO_FEATURE_COUNT
      The number of structural features of the 'Parameter To' class.
      See Also:
      Constant Field Values
    • PARAMETER_TO___GET_TO

      static final int PARAMETER_TO___GET_TO
      The operation id for the 'Get To' operation.
      See Also:
      Constant Field Values
    • PARAMETER_TO___GET_FROM

      static final int PARAMETER_TO___GET_FROM
      The operation id for the 'Get From' operation.
      See Also:
      Constant Field Values
    • PARAMETER_TO_OPERATION_COUNT

      static final int PARAMETER_TO_OPERATION_COUNT
      The number of operations of the 'Parameter To' class.
      See Also:
      Constant Field Values
    • TEMPLATE_TYPE

      static final int TEMPLATE_TYPE
      The meta object id for the 'Template Type' class.
      See Also:
      TemplateTypeImpl, CodePackageImpl.getTemplateType(), Constant Field Values
    • TEMPLATE_TYPE__ATTRIBUTE

      static final int TEMPLATE_TYPE__ATTRIBUTE
      The feature id for the 'Attribute' containment reference list.
      See Also:
      Constant Field Values
    • TEMPLATE_TYPE__ANNOTATION

      static final int TEMPLATE_TYPE__ANNOTATION
      The feature id for the 'Annotation' containment reference list.
      See Also:
      Constant Field Values
    • TEMPLATE_TYPE__STEREOTYPE

      static final int TEMPLATE_TYPE__STEREOTYPE
      The feature id for the 'Stereotype' reference list.
      See Also:
      Constant Field Values
    • TEMPLATE_TYPE__TAGGED_VALUE

      static final int TEMPLATE_TYPE__TAGGED_VALUE
      The feature id for the 'Tagged Value' containment reference list.
      See Also:
      Constant Field Values
    • TEMPLATE_TYPE__NAME

      static final int TEMPLATE_TYPE__NAME
      The feature id for the 'Name' attribute.
      See Also:
      Constant Field Values
    • TEMPLATE_TYPE__SOURCE

      static final int TEMPLATE_TYPE__SOURCE
      The feature id for the 'Source' containment reference list.
      See Also:
      Constant Field Values
    • TEMPLATE_TYPE__COMMENT

      static final int TEMPLATE_TYPE__COMMENT
      The feature id for the 'Comment' containment reference list.
      See Also:
      Constant Field Values
    • TEMPLATE_TYPE__ENTRY_FLOW

      static final int TEMPLATE_TYPE__ENTRY_FLOW
      The feature id for the 'Entry Flow' containment reference list.
      See Also:
      Constant Field Values
    • TEMPLATE_TYPE__CODE_RELATION

      static final int TEMPLATE_TYPE__CODE_RELATION
      The feature id for the 'Code Relation' containment reference list.
      See Also:
      Constant Field Values
    • TEMPLATE_TYPE_FEATURE_COUNT

      static final int TEMPLATE_TYPE_FEATURE_COUNT
      The number of structural features of the 'Template Type' class.
      See Also:
      Constant Field Values
    • TEMPLATE_TYPE___CREATE_AGGREGATION__KDMENTITY

      static final int TEMPLATE_TYPE___CREATE_AGGREGATION__KDMENTITY
      The operation id for the 'Create Aggregation' operation.
      See Also:
      Constant Field Values
    • TEMPLATE_TYPE___DELETE_AGGREGATION__AGGREGATEDRELATIONSHIP

      static final int TEMPLATE_TYPE___DELETE_AGGREGATION__AGGREGATEDRELATIONSHIP
      The operation id for the 'Delete Aggregation' operation.
      See Also:
      Constant Field Values
    • TEMPLATE_TYPE___GET_INBOUND

      static final int TEMPLATE_TYPE___GET_INBOUND
      The operation id for the 'Get Inbound' operation.
      See Also:
      Constant Field Values
    • TEMPLATE_TYPE___GET_OUTBOUND

      static final int TEMPLATE_TYPE___GET_OUTBOUND
      The operation id for the 'Get Outbound' operation.
      See Also:
      Constant Field Values
    • TEMPLATE_TYPE___GET_OWNED_RELATION

      static final int TEMPLATE_TYPE___GET_OWNED_RELATION
      The operation id for the 'Get Owned Relation' operation.
      See Also:
      Constant Field Values
    • TEMPLATE_TYPE___GET_IN_AGGREGATED

      static final int TEMPLATE_TYPE___GET_IN_AGGREGATED
      The operation id for the 'Get In Aggregated' operation.
      See Also:
      Constant Field Values
    • TEMPLATE_TYPE___GET_OUT_AGGREGATED

      static final int TEMPLATE_TYPE___GET_OUT_AGGREGATED
      The operation id for the 'Get Out Aggregated' operation.
      See Also:
      Constant Field Values
    • TEMPLATE_TYPE___GET_OWNER

      static final int TEMPLATE_TYPE___GET_OWNER
      The operation id for the 'Get Owner' operation.
      See Also:
      Constant Field Values
    • TEMPLATE_TYPE___GET_OWNED_ELEMENT

      static final int TEMPLATE_TYPE___GET_OWNED_ELEMENT
      The operation id for the 'Get Owned Element' operation.
      See Also:
      Constant Field Values
    • TEMPLATE_TYPE___GET_GROUP

      static final int TEMPLATE_TYPE___GET_GROUP
      The operation id for the 'Get Group' operation.
      See Also:
      Constant Field Values
    • TEMPLATE_TYPE___GET_GROUPED_ELEMENT

      static final int TEMPLATE_TYPE___GET_GROUPED_ELEMENT
      The operation id for the 'Get Grouped Element' operation.
      See Also:
      Constant Field Values
    • TEMPLATE_TYPE___GET_MODEL

      static final int TEMPLATE_TYPE___GET_MODEL
      The operation id for the 'Get Model' operation.
      See Also:
      Constant Field Values
    • TEMPLATE_TYPE_OPERATION_COUNT

      static final int TEMPLATE_TYPE_OPERATION_COUNT
      The number of operations of the 'Template Type' class.
      See Also:
      Constant Field Values
    • PREPROCESSOR_DIRECTIVE

      static final int PREPROCESSOR_DIRECTIVE
      The meta object id for the 'Preprocessor Directive' class.
      See Also:
      PreprocessorDirectiveImpl, CodePackageImpl.getPreprocessorDirective(), Constant Field Values
    • PREPROCESSOR_DIRECTIVE__ATTRIBUTE

      static final int PREPROCESSOR_DIRECTIVE__ATTRIBUTE
      The feature id for the 'Attribute' containment reference list.
      See Also:
      Constant Field Values
    • PREPROCESSOR_DIRECTIVE__ANNOTATION

      static final int PREPROCESSOR_DIRECTIVE__ANNOTATION
      The feature id for the 'Annotation' containment reference list.
      See Also:
      Constant Field Values
    • PREPROCESSOR_DIRECTIVE__STEREOTYPE

      static final int PREPROCESSOR_DIRECTIVE__STEREOTYPE
      The feature id for the 'Stereotype' reference list.
      See Also:
      Constant Field Values
    • PREPROCESSOR_DIRECTIVE__TAGGED_VALUE

      static final int PREPROCESSOR_DIRECTIVE__TAGGED_VALUE
      The feature id for the 'Tagged Value' containment reference list.
      See Also:
      Constant Field Values
    • PREPROCESSOR_DIRECTIVE__NAME

      static final int PREPROCESSOR_DIRECTIVE__NAME
      The feature id for the 'Name' attribute.
      See Also:
      Constant Field Values
    • PREPROCESSOR_DIRECTIVE__SOURCE

      static final int PREPROCESSOR_DIRECTIVE__SOURCE
      The feature id for the 'Source' containment reference list.
      See Also:
      Constant Field Values
    • PREPROCESSOR_DIRECTIVE__COMMENT

      static final int PREPROCESSOR_DIRECTIVE__COMMENT
      The feature id for the 'Comment' containment reference list.
      See Also:
      Constant Field Values
    • PREPROCESSOR_DIRECTIVE__ENTRY_FLOW

      static final int PREPROCESSOR_DIRECTIVE__ENTRY_FLOW
      The feature id for the 'Entry Flow' containment reference list.
      See Also:
      Constant Field Values
    • PREPROCESSOR_DIRECTIVE__CODE_RELATION

      static final int PREPROCESSOR_DIRECTIVE__CODE_RELATION
      The feature id for the 'Code Relation' containment reference list.
      See Also:
      Constant Field Values
    • PREPROCESSOR_DIRECTIVE__CODE_ELEMENT

      static final int PREPROCESSOR_DIRECTIVE__CODE_ELEMENT
      The feature id for the 'Code Element' containment reference list.
      See Also:
      Constant Field Values
    • PREPROCESSOR_DIRECTIVE_FEATURE_COUNT

      static final int PREPROCESSOR_DIRECTIVE_FEATURE_COUNT
      The number of structural features of the 'Preprocessor Directive' class.
      See Also:
      Constant Field Values
    • PREPROCESSOR_DIRECTIVE___CREATE_AGGREGATION__KDMENTITY

      static final int PREPROCESSOR_DIRECTIVE___CREATE_AGGREGATION__KDMENTITY
      The operation id for the 'Create Aggregation' operation.
      See Also:
      Constant Field Values
    • PREPROCESSOR_DIRECTIVE___DELETE_AGGREGATION__AGGREGATEDRELATIONSHIP

      static final int PREPROCESSOR_DIRECTIVE___DELETE_AGGREGATION__AGGREGATEDRELATIONSHIP
      The operation id for the 'Delete Aggregation' operation.
      See Also:
      Constant Field Values
    • PREPROCESSOR_DIRECTIVE___GET_INBOUND

      static final int PREPROCESSOR_DIRECTIVE___GET_INBOUND
      The operation id for the 'Get Inbound' operation.
      See Also:
      Constant Field Values
    • PREPROCESSOR_DIRECTIVE___GET_OUTBOUND

      static final int PREPROCESSOR_DIRECTIVE___GET_OUTBOUND
      The operation id for the 'Get Outbound' operation.
      See Also:
      Constant Field Values
    • PREPROCESSOR_DIRECTIVE___GET_OWNED_RELATION

      static final int PREPROCESSOR_DIRECTIVE___GET_OWNED_RELATION
      The operation id for the 'Get Owned Relation' operation.
      See Also:
      Constant Field Values
    • PREPROCESSOR_DIRECTIVE___GET_IN_AGGREGATED

      static final int PREPROCESSOR_DIRECTIVE___GET_IN_AGGREGATED
      The operation id for the 'Get In Aggregated' operation.
      See Also:
      Constant Field Values
    • PREPROCESSOR_DIRECTIVE___GET_OUT_AGGREGATED

      static final int PREPROCESSOR_DIRECTIVE___GET_OUT_AGGREGATED
      The operation id for the 'Get Out Aggregated' operation.
      See Also:
      Constant Field Values
    • PREPROCESSOR_DIRECTIVE___GET_OWNER

      static final int PREPROCESSOR_DIRECTIVE___GET_OWNER
      The operation id for the 'Get Owner' operation.
      See Also:
      Constant Field Values
    • PREPROCESSOR_DIRECTIVE___GET_OWNED_ELEMENT

      static final int PREPROCESSOR_DIRECTIVE___GET_OWNED_ELEMENT
      The operation id for the 'Get Owned Element' operation.
      See Also:
      Constant Field Values
    • PREPROCESSOR_DIRECTIVE___GET_GROUP

      static final int PREPROCESSOR_DIRECTIVE___GET_GROUP
      The operation id for the 'Get Group' operation.
      See Also:
      Constant Field Values
    • PREPROCESSOR_DIRECTIVE___GET_GROUPED_ELEMENT

      static final int PREPROCESSOR_DIRECTIVE___GET_GROUPED_ELEMENT
      The operation id for the 'Get Grouped Element' operation.
      See Also:
      Constant Field Values
    • PREPROCESSOR_DIRECTIVE___GET_MODEL

      static final int PREPROCESSOR_DIRECTIVE___GET_MODEL
      The operation id for the 'Get Model' operation.
      See Also:
      Constant Field Values
    • PREPROCESSOR_DIRECTIVE_OPERATION_COUNT

      static final int PREPROCESSOR_DIRECTIVE_OPERATION_COUNT
      The number of operations of the 'Preprocessor Directive' class.
      See Also:
      Constant Field Values
    • MACRO_DIRECTIVE

      static final int MACRO_DIRECTIVE
      The meta object id for the 'Macro Directive' class.
      See Also:
      MacroDirectiveImpl, CodePackageImpl.getMacroDirective(), Constant Field Values
    • MACRO_DIRECTIVE__ATTRIBUTE

      static final int MACRO_DIRECTIVE__ATTRIBUTE
      The feature id for the 'Attribute' containment reference list.
      See Also:
      Constant Field Values
    • MACRO_DIRECTIVE__ANNOTATION

      static final int MACRO_DIRECTIVE__ANNOTATION
      The feature id for the 'Annotation' containment reference list.
      See Also:
      Constant Field Values
    • MACRO_DIRECTIVE__STEREOTYPE

      static final int MACRO_DIRECTIVE__STEREOTYPE
      The feature id for the 'Stereotype' reference list.
      See Also:
      Constant Field Values
    • MACRO_DIRECTIVE__TAGGED_VALUE

      static final int MACRO_DIRECTIVE__TAGGED_VALUE
      The feature id for the 'Tagged Value' containment reference list.
      See Also:
      Constant Field Values
    • MACRO_DIRECTIVE__NAME

      static final int MACRO_DIRECTIVE__NAME
      The feature id for the 'Name' attribute.
      See Also:
      Constant Field Values
    • MACRO_DIRECTIVE__SOURCE

      static final int MACRO_DIRECTIVE__SOURCE
      The feature id for the 'Source' containment reference list.
      See Also:
      Constant Field Values
    • MACRO_DIRECTIVE__COMMENT

      static final int MACRO_DIRECTIVE__COMMENT
      The feature id for the 'Comment' containment reference list.
      See Also:
      Constant Field Values
    • MACRO_DIRECTIVE__ENTRY_FLOW

      static final int MACRO_DIRECTIVE__ENTRY_FLOW
      The feature id for the 'Entry Flow' containment reference list.
      See Also:
      Constant Field Values
    • MACRO_DIRECTIVE__CODE_RELATION

      static final int MACRO_DIRECTIVE__CODE_RELATION
      The feature id for the 'Code Relation' containment reference list.
      See Also:
      Constant Field Values
    • MACRO_DIRECTIVE__CODE_ELEMENT

      static final int MACRO_DIRECTIVE__CODE_ELEMENT
      The feature id for the 'Code Element' containment reference list.
      See Also:
      Constant Field Values
    • MACRO_DIRECTIVE_FEATURE_COUNT

      static final int MACRO_DIRECTIVE_FEATURE_COUNT
      The number of structural features of the 'Macro Directive' class.
      See Also:
      Constant Field Values
    • MACRO_DIRECTIVE___CREATE_AGGREGATION__KDMENTITY

      static final int MACRO_DIRECTIVE___CREATE_AGGREGATION__KDMENTITY
      The operation id for the 'Create Aggregation' operation.
      See Also:
      Constant Field Values
    • MACRO_DIRECTIVE___DELETE_AGGREGATION__AGGREGATEDRELATIONSHIP

      static final int MACRO_DIRECTIVE___DELETE_AGGREGATION__AGGREGATEDRELATIONSHIP
      The operation id for the 'Delete Aggregation' operation.
      See Also:
      Constant Field Values
    • MACRO_DIRECTIVE___GET_INBOUND

      static final int MACRO_DIRECTIVE___GET_INBOUND
      The operation id for the 'Get Inbound' operation.
      See Also:
      Constant Field Values
    • MACRO_DIRECTIVE___GET_OUTBOUND

      static final int MACRO_DIRECTIVE___GET_OUTBOUND
      The operation id for the 'Get Outbound' operation.
      See Also:
      Constant Field Values
    • MACRO_DIRECTIVE___GET_OWNED_RELATION

      static final int MACRO_DIRECTIVE___GET_OWNED_RELATION
      The operation id for the 'Get Owned Relation' operation.
      See Also:
      Constant Field Values
    • MACRO_DIRECTIVE___GET_IN_AGGREGATED

      static final int MACRO_DIRECTIVE___GET_IN_AGGREGATED
      The operation id for the 'Get In Aggregated' operation.
      See Also:
      Constant Field Values
    • MACRO_DIRECTIVE___GET_OUT_AGGREGATED

      static final int MACRO_DIRECTIVE___GET_OUT_AGGREGATED
      The operation id for the 'Get Out Aggregated' operation.
      See Also:
      Constant Field Values
    • MACRO_DIRECTIVE___GET_OWNER

      static final int MACRO_DIRECTIVE___GET_OWNER
      The operation id for the 'Get Owner' operation.
      See Also:
      Constant Field Values
    • MACRO_DIRECTIVE___GET_OWNED_ELEMENT

      static final int MACRO_DIRECTIVE___GET_OWNED_ELEMENT
      The operation id for the 'Get Owned Element' operation.
      See Also:
      Constant Field Values
    • MACRO_DIRECTIVE___GET_GROUP

      static final int MACRO_DIRECTIVE___GET_GROUP
      The operation id for the 'Get Group' operation.
      See Also:
      Constant Field Values
    • MACRO_DIRECTIVE___GET_GROUPED_ELEMENT

      static final int MACRO_DIRECTIVE___GET_GROUPED_ELEMENT
      The operation id for the 'Get Grouped Element' operation.
      See Also:
      Constant Field Values
    • MACRO_DIRECTIVE___GET_MODEL

      static final int MACRO_DIRECTIVE___GET_MODEL
      The operation id for the 'Get Model' operation.
      See Also:
      Constant Field Values
    • MACRO_DIRECTIVE_OPERATION_COUNT

      static final int MACRO_DIRECTIVE_OPERATION_COUNT
      The number of operations of the 'Macro Directive' class.
      See Also:
      Constant Field Values
    • MACRO_UNIT

      static final int MACRO_UNIT
      The meta object id for the 'Macro Unit' class.
      See Also:
      MacroUnitImpl, CodePackageImpl.getMacroUnit(), Constant Field Values
    • MACRO_UNIT__ATTRIBUTE

      static final int MACRO_UNIT__ATTRIBUTE
      The feature id for the 'Attribute' containment reference list.
      See Also:
      Constant Field Values
    • MACRO_UNIT__ANNOTATION

      static final int MACRO_UNIT__ANNOTATION
      The feature id for the 'Annotation' containment reference list.
      See Also:
      Constant Field Values
    • MACRO_UNIT__STEREOTYPE

      static final int MACRO_UNIT__STEREOTYPE
      The feature id for the 'Stereotype' reference list.
      See Also:
      Constant Field Values
    • MACRO_UNIT__TAGGED_VALUE

      static final int MACRO_UNIT__TAGGED_VALUE
      The feature id for the 'Tagged Value' containment reference list.
      See Also:
      Constant Field Values
    • MACRO_UNIT__NAME

      static final int MACRO_UNIT__NAME
      The feature id for the 'Name' attribute.
      See Also:
      Constant Field Values
    • MACRO_UNIT__SOURCE

      static final int MACRO_UNIT__SOURCE
      The feature id for the 'Source' containment reference list.
      See Also:
      Constant Field Values
    • MACRO_UNIT__COMMENT

      static final int MACRO_UNIT__COMMENT
      The feature id for the 'Comment' containment reference list.
      See Also:
      Constant Field Values
    • MACRO_UNIT__ENTRY_FLOW

      static final int MACRO_UNIT__ENTRY_FLOW
      The feature id for the 'Entry Flow' containment reference list.
      See Also:
      Constant Field Values
    • MACRO_UNIT__CODE_RELATION

      static final int MACRO_UNIT__CODE_RELATION
      The feature id for the 'Code Relation' containment reference list.
      See Also:
      Constant Field Values
    • MACRO_UNIT__CODE_ELEMENT

      static final int MACRO_UNIT__CODE_ELEMENT
      The feature id for the 'Code Element' containment reference list.
      See Also:
      Constant Field Values
    • MACRO_UNIT__KIND

      static final int MACRO_UNIT__KIND
      The feature id for the 'Kind' attribute.
      See Also:
      Constant Field Values
    • MACRO_UNIT_FEATURE_COUNT

      static final int MACRO_UNIT_FEATURE_COUNT
      The number of structural features of the 'Macro Unit' class.
      See Also:
      Constant Field Values
    • MACRO_UNIT___CREATE_AGGREGATION__KDMENTITY

      static final int MACRO_UNIT___CREATE_AGGREGATION__KDMENTITY
      The operation id for the 'Create Aggregation' operation.
      See Also:
      Constant Field Values
    • MACRO_UNIT___DELETE_AGGREGATION__AGGREGATEDRELATIONSHIP

      static final int MACRO_UNIT___DELETE_AGGREGATION__AGGREGATEDRELATIONSHIP
      The operation id for the 'Delete Aggregation' operation.
      See Also:
      Constant Field Values
    • MACRO_UNIT___GET_INBOUND

      static final int MACRO_UNIT___GET_INBOUND
      The operation id for the 'Get Inbound' operation.
      See Also:
      Constant Field Values
    • MACRO_UNIT___GET_OUTBOUND

      static final int MACRO_UNIT___GET_OUTBOUND
      The operation id for the 'Get Outbound' operation.
      See Also:
      Constant Field Values
    • MACRO_UNIT___GET_OWNED_RELATION

      static final int MACRO_UNIT___GET_OWNED_RELATION
      The operation id for the 'Get Owned Relation' operation.
      See Also:
      Constant Field Values
    • MACRO_UNIT___GET_IN_AGGREGATED

      static final int MACRO_UNIT___GET_IN_AGGREGATED
      The operation id for the 'Get In Aggregated' operation.
      See Also:
      Constant Field Values
    • MACRO_UNIT___GET_OUT_AGGREGATED

      static final int MACRO_UNIT___GET_OUT_AGGREGATED
      The operation id for the 'Get Out Aggregated' operation.
      See Also:
      Constant Field Values
    • MACRO_UNIT___GET_OWNER

      static final int MACRO_UNIT___GET_OWNER
      The operation id for the 'Get Owner' operation.
      See Also:
      Constant Field Values
    • MACRO_UNIT___GET_OWNED_ELEMENT

      static final int MACRO_UNIT___GET_OWNED_ELEMENT
      The operation id for the 'Get Owned Element' operation.
      See Also:
      Constant Field Values
    • MACRO_UNIT___GET_GROUP

      static final int MACRO_UNIT___GET_GROUP
      The operation id for the 'Get Group' operation.
      See Also:
      Constant Field Values
    • MACRO_UNIT___GET_GROUPED_ELEMENT

      static final int MACRO_UNIT___GET_GROUPED_ELEMENT
      The operation id for the 'Get Grouped Element' operation.
      See Also:
      Constant Field Values
    • MACRO_UNIT___GET_MODEL

      static final int MACRO_UNIT___GET_MODEL
      The operation id for the 'Get Model' operation.
      See Also:
      Constant Field Values
    • MACRO_UNIT_OPERATION_COUNT

      static final int MACRO_UNIT_OPERATION_COUNT
      The number of operations of the 'Macro Unit' class.
      See Also:
      Constant Field Values
    • CONDITIONAL_DIRECTIVE

      static final int CONDITIONAL_DIRECTIVE
      The meta object id for the 'Conditional Directive' class.
      See Also:
      ConditionalDirectiveImpl, CodePackageImpl.getConditionalDirective(), Constant Field Values
    • CONDITIONAL_DIRECTIVE__ATTRIBUTE

      static final int CONDITIONAL_DIRECTIVE__ATTRIBUTE
      The feature id for the 'Attribute' containment reference list.
      See Also:
      Constant Field Values
    • CONDITIONAL_DIRECTIVE__ANNOTATION

      static final int CONDITIONAL_DIRECTIVE__ANNOTATION
      The feature id for the 'Annotation' containment reference list.
      See Also:
      Constant Field Values
    • CONDITIONAL_DIRECTIVE__STEREOTYPE

      static final int CONDITIONAL_DIRECTIVE__STEREOTYPE
      The feature id for the 'Stereotype' reference list.
      See Also:
      Constant Field Values
    • CONDITIONAL_DIRECTIVE__TAGGED_VALUE

      static final int CONDITIONAL_DIRECTIVE__TAGGED_VALUE
      The feature id for the 'Tagged Value' containment reference list.
      See Also:
      Constant Field Values
    • CONDITIONAL_DIRECTIVE__NAME

      static final int CONDITIONAL_DIRECTIVE__NAME
      The feature id for the 'Name' attribute.
      See Also:
      Constant Field Values
    • CONDITIONAL_DIRECTIVE__SOURCE

      static final int CONDITIONAL_DIRECTIVE__SOURCE
      The feature id for the 'Source' containment reference list.
      See Also:
      Constant Field Values
    • CONDITIONAL_DIRECTIVE__COMMENT

      static final int CONDITIONAL_DIRECTIVE__COMMENT
      The feature id for the 'Comment' containment reference list.
      See Also:
      Constant Field Values
    • CONDITIONAL_DIRECTIVE__ENTRY_FLOW

      static final int CONDITIONAL_DIRECTIVE__ENTRY_FLOW
      The feature id for the 'Entry Flow' containment reference list.
      See Also:
      Constant Field Values
    • CONDITIONAL_DIRECTIVE__CODE_RELATION

      static final int CONDITIONAL_DIRECTIVE__CODE_RELATION
      The feature id for the 'Code Relation' containment reference list.
      See Also:
      Constant Field Values
    • CONDITIONAL_DIRECTIVE__CODE_ELEMENT

      static final int CONDITIONAL_DIRECTIVE__CODE_ELEMENT
      The feature id for the 'Code Element' containment reference list.
      See Also:
      Constant Field Values
    • CONDITIONAL_DIRECTIVE_FEATURE_COUNT

      static final int CONDITIONAL_DIRECTIVE_FEATURE_COUNT
      The number of structural features of the 'Conditional Directive' class.
      See Also:
      Constant Field Values
    • CONDITIONAL_DIRECTIVE___CREATE_AGGREGATION__KDMENTITY

      static final int CONDITIONAL_DIRECTIVE___CREATE_AGGREGATION__KDMENTITY
      The operation id for the 'Create Aggregation' operation.
      See Also:
      Constant Field Values
    • CONDITIONAL_DIRECTIVE___DELETE_AGGREGATION__AGGREGATEDRELATIONSHIP

      static final int CONDITIONAL_DIRECTIVE___DELETE_AGGREGATION__AGGREGATEDRELATIONSHIP
      The operation id for the 'Delete Aggregation' operation.
      See Also:
      Constant Field Values
    • CONDITIONAL_DIRECTIVE___GET_INBOUND

      static final int CONDITIONAL_DIRECTIVE___GET_INBOUND
      The operation id for the 'Get Inbound' operation.
      See Also:
      Constant Field Values
    • CONDITIONAL_DIRECTIVE___GET_OUTBOUND

      static final int CONDITIONAL_DIRECTIVE___GET_OUTBOUND
      The operation id for the 'Get Outbound' operation.
      See Also:
      Constant Field Values
    • CONDITIONAL_DIRECTIVE___GET_OWNED_RELATION

      static final int CONDITIONAL_DIRECTIVE___GET_OWNED_RELATION
      The operation id for the 'Get Owned Relation' operation.
      See Also:
      Constant Field Values
    • CONDITIONAL_DIRECTIVE___GET_IN_AGGREGATED

      static final int CONDITIONAL_DIRECTIVE___GET_IN_AGGREGATED
      The operation id for the 'Get In Aggregated' operation.
      See Also:
      Constant Field Values
    • CONDITIONAL_DIRECTIVE___GET_OUT_AGGREGATED

      static final int CONDITIONAL_DIRECTIVE___GET_OUT_AGGREGATED
      The operation id for the 'Get Out Aggregated' operation.
      See Also:
      Constant Field Values
    • CONDITIONAL_DIRECTIVE___GET_OWNER

      static final int CONDITIONAL_DIRECTIVE___GET_OWNER
      The operation id for the 'Get Owner' operation.
      See Also:
      Constant Field Values
    • CONDITIONAL_DIRECTIVE___GET_OWNED_ELEMENT

      static final int CONDITIONAL_DIRECTIVE___GET_OWNED_ELEMENT
      The operation id for the 'Get Owned Element' operation.
      See Also:
      Constant Field Values
    • CONDITIONAL_DIRECTIVE___GET_GROUP

      static final int CONDITIONAL_DIRECTIVE___GET_GROUP
      The operation id for the 'Get Group' operation.
      See Also:
      Constant Field Values
    • CONDITIONAL_DIRECTIVE___GET_GROUPED_ELEMENT

      static final int CONDITIONAL_DIRECTIVE___GET_GROUPED_ELEMENT
      The operation id for the 'Get Grouped Element' operation.
      See Also:
      Constant Field Values
    • CONDITIONAL_DIRECTIVE___GET_MODEL

      static final int CONDITIONAL_DIRECTIVE___GET_MODEL
      The operation id for the 'Get Model' operation.
      See Also:
      Constant Field Values
    • CONDITIONAL_DIRECTIVE_OPERATION_COUNT

      static final int CONDITIONAL_DIRECTIVE_OPERATION_COUNT
      The number of operations of the 'Conditional Directive' class.
      See Also:
      Constant Field Values
    • INCLUDE_DIRECTIVE

      static final int INCLUDE_DIRECTIVE
      The meta object id for the 'Include Directive' class.
      See Also:
      IncludeDirectiveImpl, CodePackageImpl.getIncludeDirective(), Constant Field Values
    • INCLUDE_DIRECTIVE__ATTRIBUTE

      static final int INCLUDE_DIRECTIVE__ATTRIBUTE
      The feature id for the 'Attribute' containment reference list.
      See Also:
      Constant Field Values
    • INCLUDE_DIRECTIVE__ANNOTATION

      static final int INCLUDE_DIRECTIVE__ANNOTATION
      The feature id for the 'Annotation' containment reference list.
      See Also:
      Constant Field Values
    • INCLUDE_DIRECTIVE__STEREOTYPE

      static final int INCLUDE_DIRECTIVE__STEREOTYPE
      The feature id for the 'Stereotype' reference list.
      See Also:
      Constant Field Values
    • INCLUDE_DIRECTIVE__TAGGED_VALUE

      static final int INCLUDE_DIRECTIVE__TAGGED_VALUE
      The feature id for the 'Tagged Value' containment reference list.
      See Also:
      Constant Field Values
    • INCLUDE_DIRECTIVE__NAME

      static final int INCLUDE_DIRECTIVE__NAME
      The feature id for the 'Name' attribute.
      See Also:
      Constant Field Values
    • INCLUDE_DIRECTIVE__SOURCE

      static final int INCLUDE_DIRECTIVE__SOURCE
      The feature id for the 'Source' containment reference list.
      See Also:
      Constant Field Values
    • INCLUDE_DIRECTIVE__COMMENT

      static final int INCLUDE_DIRECTIVE__COMMENT
      The feature id for the 'Comment' containment reference list.
      See Also:
      Constant Field Values
    • INCLUDE_DIRECTIVE__ENTRY_FLOW

      static final int INCLUDE_DIRECTIVE__ENTRY_FLOW
      The feature id for the 'Entry Flow' containment reference list.
      See Also:
      Constant Field Values
    • INCLUDE_DIRECTIVE__CODE_RELATION

      static final int INCLUDE_DIRECTIVE__CODE_RELATION
      The feature id for the 'Code Relation' containment reference list.
      See Also:
      Constant Field Values
    • INCLUDE_DIRECTIVE__CODE_ELEMENT

      static final int INCLUDE_DIRECTIVE__CODE_ELEMENT
      The feature id for the 'Code Element' containment reference list.
      See Also:
      Constant Field Values
    • INCLUDE_DIRECTIVE_FEATURE_COUNT

      static final int INCLUDE_DIRECTIVE_FEATURE_COUNT
      The number of structural features of the 'Include Directive' class.
      See Also:
      Constant Field Values
    • INCLUDE_DIRECTIVE___CREATE_AGGREGATION__KDMENTITY

      static final int INCLUDE_DIRECTIVE___CREATE_AGGREGATION__KDMENTITY
      The operation id for the 'Create Aggregation' operation.
      See Also:
      Constant Field Values
    • INCLUDE_DIRECTIVE___DELETE_AGGREGATION__AGGREGATEDRELATIONSHIP

      static final int INCLUDE_DIRECTIVE___DELETE_AGGREGATION__AGGREGATEDRELATIONSHIP
      The operation id for the 'Delete Aggregation' operation.
      See Also:
      Constant Field Values
    • INCLUDE_DIRECTIVE___GET_INBOUND

      static final int INCLUDE_DIRECTIVE___GET_INBOUND
      The operation id for the 'Get Inbound' operation.
      See Also:
      Constant Field Values
    • INCLUDE_DIRECTIVE___GET_OUTBOUND

      static final int INCLUDE_DIRECTIVE___GET_OUTBOUND
      The operation id for the 'Get Outbound' operation.
      See Also:
      Constant Field Values
    • INCLUDE_DIRECTIVE___GET_OWNED_RELATION

      static final int INCLUDE_DIRECTIVE___GET_OWNED_RELATION
      The operation id for the 'Get Owned Relation' operation.
      See Also:
      Constant Field Values
    • INCLUDE_DIRECTIVE___GET_IN_AGGREGATED

      static final int INCLUDE_DIRECTIVE___GET_IN_AGGREGATED
      The operation id for the 'Get In Aggregated' operation.
      See Also:
      Constant Field Values
    • INCLUDE_DIRECTIVE___GET_OUT_AGGREGATED

      static final int INCLUDE_DIRECTIVE___GET_OUT_AGGREGATED
      The operation id for the 'Get Out Aggregated' operation.
      See Also:
      Constant Field Values
    • INCLUDE_DIRECTIVE___GET_OWNER

      static final int INCLUDE_DIRECTIVE___GET_OWNER
      The operation id for the 'Get Owner' operation.
      See Also:
      Constant Field Values
    • INCLUDE_DIRECTIVE___GET_OWNED_ELEMENT

      static final int INCLUDE_DIRECTIVE___GET_OWNED_ELEMENT
      The operation id for the 'Get Owned Element' operation.
      See Also:
      Constant Field Values
    • INCLUDE_DIRECTIVE___GET_GROUP

      static final int INCLUDE_DIRECTIVE___GET_GROUP
      The operation id for the 'Get Group' operation.
      See Also:
      Constant Field Values
    • INCLUDE_DIRECTIVE___GET_GROUPED_ELEMENT

      static final int INCLUDE_DIRECTIVE___GET_GROUPED_ELEMENT
      The operation id for the 'Get Grouped Element' operation.
      See Also:
      Constant Field Values
    • INCLUDE_DIRECTIVE___GET_MODEL

      static final int INCLUDE_DIRECTIVE___GET_MODEL
      The operation id for the 'Get Model' operation.
      See Also:
      Constant Field Values
    • INCLUDE_DIRECTIVE_OPERATION_COUNT

      static final int INCLUDE_DIRECTIVE_OPERATION_COUNT
      The number of operations of the 'Include Directive' class.
      See Also:
      Constant Field Values
    • VARIANT_TO

      static final int VARIANT_TO
      The meta object id for the 'Variant To' class.
      See Also:
      VariantToImpl, CodePackageImpl.getVariantTo(), Constant Field Values
    • VARIANT_TO__ATTRIBUTE

      static final int VARIANT_TO__ATTRIBUTE
      The feature id for the 'Attribute' containment reference list.
      See Also:
      Constant Field Values
    • VARIANT_TO__ANNOTATION

      static final int VARIANT_TO__ANNOTATION
      The feature id for the 'Annotation' containment reference list.
      See Also:
      Constant Field Values
    • VARIANT_TO__STEREOTYPE

      static final int VARIANT_TO__STEREOTYPE
      The feature id for the 'Stereotype' reference list.
      See Also:
      Constant Field Values
    • VARIANT_TO__TAGGED_VALUE

      static final int VARIANT_TO__TAGGED_VALUE
      The feature id for the 'Tagged Value' containment reference list.
      See Also:
      Constant Field Values
    • VARIANT_TO__TO

      static final int VARIANT_TO__TO
      The feature id for the 'To' reference.
      See Also:
      Constant Field Values
    • VARIANT_TO__FROM

      static final int VARIANT_TO__FROM
      The feature id for the 'From' reference.
      See Also:
      Constant Field Values
    • VARIANT_TO_FEATURE_COUNT

      static final int VARIANT_TO_FEATURE_COUNT
      The number of structural features of the 'Variant To' class.
      See Also:
      Constant Field Values
    • VARIANT_TO___GET_TO

      static final int VARIANT_TO___GET_TO
      The operation id for the 'Get To' operation.
      See Also:
      Constant Field Values
    • VARIANT_TO___GET_FROM

      static final int VARIANT_TO___GET_FROM
      The operation id for the 'Get From' operation.
      See Also:
      Constant Field Values
    • VARIANT_TO_OPERATION_COUNT

      static final int VARIANT_TO_OPERATION_COUNT
      The number of operations of the 'Variant To' class.
      See Also:
      Constant Field Values
    • EXPANDS

      static final int EXPANDS
      The meta object id for the 'Expands' class.
      See Also:
      ExpandsImpl, CodePackageImpl.getExpands(), Constant Field Values
    • EXPANDS__ATTRIBUTE

      static final int EXPANDS__ATTRIBUTE
      The feature id for the 'Attribute' containment reference list.
      See Also:
      Constant Field Values
    • EXPANDS__ANNOTATION

      static final int EXPANDS__ANNOTATION
      The feature id for the 'Annotation' containment reference list.
      See Also:
      Constant Field Values
    • EXPANDS__STEREOTYPE

      static final int EXPANDS__STEREOTYPE
      The feature id for the 'Stereotype' reference list.
      See Also:
      Constant Field Values
    • EXPANDS__TAGGED_VALUE

      static final int EXPANDS__TAGGED_VALUE
      The feature id for the 'Tagged Value' containment reference list.
      See Also:
      Constant Field Values
    • EXPANDS__TO

      static final int EXPANDS__TO
      The feature id for the 'To' reference.
      See Also:
      Constant Field Values
    • EXPANDS__FROM

      static final int EXPANDS__FROM
      The feature id for the 'From' reference.
      See Also:
      Constant Field Values
    • EXPANDS_FEATURE_COUNT

      static final int EXPANDS_FEATURE_COUNT
      The number of structural features of the 'Expands' class.
      See Also:
      Constant Field Values
    • EXPANDS___GET_TO

      static final int EXPANDS___GET_TO
      The operation id for the 'Get To' operation.
      See Also:
      Constant Field Values
    • EXPANDS___GET_FROM

      static final int EXPANDS___GET_FROM
      The operation id for the 'Get From' operation.
      See Also:
      Constant Field Values
    • EXPANDS_OPERATION_COUNT

      static final int EXPANDS_OPERATION_COUNT
      The number of operations of the 'Expands' class.
      See Also:
      Constant Field Values
    • REDEFINES

      static final int REDEFINES
      The meta object id for the 'Redefines' class.
      See Also:
      RedefinesImpl, CodePackageImpl.getRedefines(), Constant Field Values
    • REDEFINES__ATTRIBUTE

      static final int REDEFINES__ATTRIBUTE
      The feature id for the 'Attribute' containment reference list.
      See Also:
      Constant Field Values
    • REDEFINES__ANNOTATION

      static final int REDEFINES__ANNOTATION
      The feature id for the 'Annotation' containment reference list.
      See Also:
      Constant Field Values
    • REDEFINES__STEREOTYPE

      static final int REDEFINES__STEREOTYPE
      The feature id for the 'Stereotype' reference list.
      See Also:
      Constant Field Values
    • REDEFINES__TAGGED_VALUE

      static final int REDEFINES__TAGGED_VALUE
      The feature id for the 'Tagged Value' containment reference list.
      See Also:
      Constant Field Values
    • REDEFINES__TO

      static final int REDEFINES__TO
      The feature id for the 'To' reference.
      See Also:
      Constant Field Values
    • REDEFINES__FROM

      static final int REDEFINES__FROM
      The feature id for the 'From' reference.
      See Also:
      Constant Field Values
    • REDEFINES_FEATURE_COUNT

      static final int REDEFINES_FEATURE_COUNT
      The number of structural features of the 'Redefines' class.
      See Also:
      Constant Field Values
    • REDEFINES___GET_TO

      static final int REDEFINES___GET_TO
      The operation id for the 'Get To' operation.
      See Also:
      Constant Field Values
    • REDEFINES___GET_FROM

      static final int REDEFINES___GET_FROM
      The operation id for the 'Get From' operation.
      See Also:
      Constant Field Values
    • REDEFINES_OPERATION_COUNT

      static final int REDEFINES_OPERATION_COUNT
      The number of operations of the 'Redefines' class.
      See Also:
      Constant Field Values
    • GENERATED_FROM

      static final int GENERATED_FROM
      The meta object id for the 'Generated From' class.
      See Also:
      GeneratedFromImpl, CodePackageImpl.getGeneratedFrom(), Constant Field Values
    • GENERATED_FROM__ATTRIBUTE

      static final int GENERATED_FROM__ATTRIBUTE
      The feature id for the 'Attribute' containment reference list.
      See Also:
      Constant Field Values
    • GENERATED_FROM__ANNOTATION

      static final int GENERATED_FROM__ANNOTATION
      The feature id for the 'Annotation' containment reference list.
      See Also:
      Constant Field Values
    • GENERATED_FROM__STEREOTYPE

      static final int GENERATED_FROM__STEREOTYPE
      The feature id for the 'Stereotype' reference list.
      See Also:
      Constant Field Values
    • GENERATED_FROM__TAGGED_VALUE

      static final int GENERATED_FROM__TAGGED_VALUE
      The feature id for the 'Tagged Value' containment reference list.
      See Also:
      Constant Field Values
    • GENERATED_FROM__TO

      static final int GENERATED_FROM__TO
      The feature id for the 'To' reference.
      See Also:
      Constant Field Values
    • GENERATED_FROM__FROM

      static final int GENERATED_FROM__FROM
      The feature id for the 'From' reference.
      See Also:
      Constant Field Values
    • GENERATED_FROM_FEATURE_COUNT

      static final int GENERATED_FROM_FEATURE_COUNT
      The number of structural features of the 'Generated From' class.
      See Also:
      Constant Field Values
    • GENERATED_FROM___GET_TO

      static final int GENERATED_FROM___GET_TO
      The operation id for the 'Get To' operation.
      See Also:
      Constant Field Values
    • GENERATED_FROM___GET_FROM

      static final int GENERATED_FROM___GET_FROM
      The operation id for the 'Get From' operation.
      See Also:
      Constant Field Values
    • GENERATED_FROM_OPERATION_COUNT

      static final int GENERATED_FROM_OPERATION_COUNT
      The number of operations of the 'Generated From' class.
      See Also:
      Constant Field Values
    • INCLUDES

      static final int INCLUDES
      The meta object id for the 'Includes' class.
      See Also:
      IncludesImpl, CodePackageImpl.getIncludes(), Constant Field Values
    • INCLUDES__ATTRIBUTE

      static final int INCLUDES__ATTRIBUTE
      The feature id for the 'Attribute' containment reference list.
      See Also:
      Constant Field Values
    • INCLUDES__ANNOTATION

      static final int INCLUDES__ANNOTATION
      The feature id for the 'Annotation' containment reference list.
      See Also:
      Constant Field Values
    • INCLUDES__STEREOTYPE

      static final int INCLUDES__STEREOTYPE
      The feature id for the 'Stereotype' reference list.
      See Also:
      Constant Field Values
    • INCLUDES__TAGGED_VALUE

      static final int INCLUDES__TAGGED_VALUE
      The feature id for the 'Tagged Value' containment reference list.
      See Also:
      Constant Field Values
    • INCLUDES__TO

      static final int INCLUDES__TO
      The feature id for the 'To' reference.
      See Also:
      Constant Field Values
    • INCLUDES__FROM

      static final int INCLUDES__FROM
      The feature id for the 'From' reference.
      See Also:
      Constant Field Values
    • INCLUDES_FEATURE_COUNT

      static final int INCLUDES_FEATURE_COUNT
      The number of structural features of the 'Includes' class.
      See Also:
      Constant Field Values
    • INCLUDES___GET_TO

      static final int INCLUDES___GET_TO
      The operation id for the 'Get To' operation.
      See Also:
      Constant Field Values
    • INCLUDES___GET_FROM

      static final int INCLUDES___GET_FROM
      The operation id for the 'Get From' operation.
      See Also:
      Constant Field Values
    • INCLUDES_OPERATION_COUNT

      static final int INCLUDES_OPERATION_COUNT
      The number of operations of the 'Includes' class.
      See Also:
      Constant Field Values
    • HAS_VALUE

      static final int HAS_VALUE
      The meta object id for the 'Has Value' class.
      See Also:
      HasValueImpl, CodePackageImpl.getHasValue(), Constant Field Values
    • HAS_VALUE__ATTRIBUTE

      static final int HAS_VALUE__ATTRIBUTE
      The feature id for the 'Attribute' containment reference list.
      See Also:
      Constant Field Values
    • HAS_VALUE__ANNOTATION

      static final int HAS_VALUE__ANNOTATION
      The feature id for the 'Annotation' containment reference list.
      See Also:
      Constant Field Values
    • HAS_VALUE__STEREOTYPE

      static final int HAS_VALUE__STEREOTYPE
      The feature id for the 'Stereotype' reference list.
      See Also:
      Constant Field Values
    • HAS_VALUE__TAGGED_VALUE

      static final int HAS_VALUE__TAGGED_VALUE
      The feature id for the 'Tagged Value' containment reference list.
      See Also:
      Constant Field Values
    • HAS_VALUE__TO

      static final int HAS_VALUE__TO
      The feature id for the 'To' reference.
      See Also:
      Constant Field Values
    • HAS_VALUE__FROM

      static final int HAS_VALUE__FROM
      The feature id for the 'From' reference.
      See Also:
      Constant Field Values
    • HAS_VALUE_FEATURE_COUNT

      static final int HAS_VALUE_FEATURE_COUNT
      The number of structural features of the 'Has Value' class.
      See Also:
      Constant Field Values
    • HAS_VALUE___GET_TO

      static final int HAS_VALUE___GET_TO
      The operation id for the 'Get To' operation.
      See Also:
      Constant Field Values
    • HAS_VALUE___GET_FROM

      static final int HAS_VALUE___GET_FROM
      The operation id for the 'Get From' operation.
      See Also:
      Constant Field Values
    • HAS_VALUE_OPERATION_COUNT

      static final int HAS_VALUE_OPERATION_COUNT
      The number of operations of the 'Has Value' class.
      See Also:
      Constant Field Values
    • METHOD_KIND

      static final int METHOD_KIND
      The meta object id for the 'Method Kind' enum.
      See Also:
      MethodKind, CodePackageImpl.getMethodKind(), Constant Field Values
    • PARAMETER_KIND

      static final int PARAMETER_KIND
      The meta object id for the 'Parameter Kind' enum.
      See Also:
      ParameterKind, CodePackageImpl.getParameterKind(), Constant Field Values
    • EXPORT_KIND

      static final int EXPORT_KIND
      The meta object id for the 'Export Kind' enum.
      See Also:
      ExportKind, CodePackageImpl.getExportKind(), Constant Field Values
    • STORABLE_KIND

      static final int STORABLE_KIND
      The meta object id for the 'Storable Kind' enum.
      See Also:
      StorableKind, CodePackageImpl.getStorableKind(), Constant Field Values
    • CALLABLE_KIND

      static final int CALLABLE_KIND
      The meta object id for the 'Callable Kind' enum.
      See Also:
      CallableKind, CodePackageImpl.getCallableKind(), Constant Field Values
    • MACRO_KIND

      static final int MACRO_KIND
      The meta object id for the 'Macro Kind' enum.
      See Also:
      MacroKind, CodePackageImpl.getMacroKind(), Constant Field Values
  • Method Details

    • getAbstractCodeElement

      org.eclipse.emf.ecore.EClass getAbstractCodeElement()
      Returns the meta object for class 'Abstract Code Element'.
      Returns:
      the meta object for class 'Abstract Code Element'.
      See Also:
      AbstractCodeElement
    • getAbstractCodeElement_Source

      org.eclipse.emf.ecore.EReference getAbstractCodeElement_Source()
      Returns the meta object for the containment reference list 'Source'.
      Returns:
      the meta object for the containment reference list 'Source'.
      See Also:
      AbstractCodeElement.getSource(), getAbstractCodeElement()
    • getAbstractCodeElement_Comment

      org.eclipse.emf.ecore.EReference getAbstractCodeElement_Comment()
      Returns the meta object for the containment reference list 'Comment'.
      Returns:
      the meta object for the containment reference list 'Comment'.
      See Also:
      AbstractCodeElement.getComment(), getAbstractCodeElement()
    • getAbstractCodeElement_EntryFlow

      org.eclipse.emf.ecore.EReference getAbstractCodeElement_EntryFlow()
      Returns the meta object for the containment reference list 'Entry Flow'.
      Returns:
      the meta object for the containment reference list 'Entry Flow'.
      See Also:
      AbstractCodeElement.getEntryFlow(), getAbstractCodeElement()
    • getAbstractCodeElement_CodeRelation

      org.eclipse.emf.ecore.EReference getAbstractCodeElement_CodeRelation()
      Returns the meta object for the containment reference list 'Code Relation'.
      Returns:
      the meta object for the containment reference list 'Code Relation'.
      See Also:
      AbstractCodeElement.getCodeRelation(), getAbstractCodeElement()
    • getCodeItem

      org.eclipse.emf.ecore.EClass getCodeItem()
      Returns the meta object for class 'Item'.
      Returns:
      the meta object for class 'Item'.
      See Also:
      CodeItem
    • getComputationalObject

      org.eclipse.emf.ecore.EClass getComputationalObject()
      Returns the meta object for class 'Computational Object'.
      Returns:
      the meta object for class 'Computational Object'.
      See Also:
      ComputationalObject
    • getControlElement

      org.eclipse.emf.ecore.EClass getControlElement()
      Returns the meta object for class 'Control Element'.
      Returns:
      the meta object for class 'Control Element'.
      See Also:
      ControlElement
    • getControlElement_Type

      org.eclipse.emf.ecore.EReference getControlElement_Type()
      Returns the meta object for the reference 'Type'.
      Returns:
      the meta object for the reference 'Type'.
      See Also:
      ControlElement.getType(), getControlElement()
    • getControlElement_CodeElement

      org.eclipse.emf.ecore.EReference getControlElement_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:
      ControlElement.getCodeElement(), getControlElement()
    • getMethodUnit

      org.eclipse.emf.ecore.EClass getMethodUnit()
      Returns the meta object for class 'Method Unit'.
      Returns:
      the meta object for class 'Method Unit'.
      See Also:
      MethodUnit
    • getMethodUnit_Kind

      org.eclipse.emf.ecore.EAttribute getMethodUnit_Kind()
      Returns the meta object for the attribute 'Kind'.
      Returns:
      the meta object for the attribute 'Kind'.
      See Also:
      MethodUnit.getKind(), getMethodUnit()
    • getMethodUnit_Export

      org.eclipse.emf.ecore.EAttribute getMethodUnit_Export()
      Returns the meta object for the attribute 'Export'.
      Returns:
      the meta object for the attribute 'Export'.
      See Also:
      MethodUnit.getExport(), getMethodUnit()
    • getModule

      org.eclipse.emf.ecore.EClass getModule()
      Returns the meta object for class 'Module'.
      Returns:
      the meta object for class 'Module'.
      See Also:
      Module
    • getModule_CodeElement

      org.eclipse.emf.ecore.EReference getModule_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:
      Module.getCodeElement(), getModule()
    • getCodeAssembly

      org.eclipse.emf.ecore.EClass getCodeAssembly()
      Returns the meta object for class 'Assembly'.
      Returns:
      the meta object for class 'Assembly'.
      See Also:
      CodeAssembly
    • getCallableUnit

      org.eclipse.emf.ecore.EClass getCallableUnit()
      Returns the meta object for class 'Callable Unit'.
      Returns:
      the meta object for class 'Callable Unit'.
      See Also:
      CallableUnit
    • getCallableUnit_Kind

      org.eclipse.emf.ecore.EAttribute getCallableUnit_Kind()
      Returns the meta object for the attribute 'Kind'.
      Returns:
      the meta object for the attribute 'Kind'.
      See Also:
      CallableUnit.getKind(), getCallableUnit()
    • getDatatype

      org.eclipse.emf.ecore.EClass getDatatype()
      Returns the meta object for class 'Datatype'.
      Returns:
      the meta object for class 'Datatype'.
      See Also:
      Datatype
    • getTemplateUnit

      org.eclipse.emf.ecore.EClass getTemplateUnit()
      Returns the meta object for class 'Template Unit'.
      Returns:
      the meta object for class 'Template Unit'.
      See Also:
      TemplateUnit
    • getTemplateUnit_CodeElement

      org.eclipse.emf.ecore.EReference getTemplateUnit_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:
      TemplateUnit.getCodeElement(), getTemplateUnit()
    • getTemplateParameter

      org.eclipse.emf.ecore.EClass getTemplateParameter()
      Returns the meta object for class 'Template Parameter'.
      Returns:
      the meta object for class 'Template Parameter'.
      See Also:
      TemplateParameter
    • getAbstractCodeRelationship

      org.eclipse.emf.ecore.EClass getAbstractCodeRelationship()
      Returns the meta object for class 'Abstract Code Relationship'.
      Returns:
      the meta object for class 'Abstract Code Relationship'.
      See Also:
      AbstractCodeRelationship
    • getInstanceOf

      org.eclipse.emf.ecore.EClass getInstanceOf()
      Returns the meta object for class 'Instance Of'.
      Returns:
      the meta object for class 'Instance Of'.
      See Also:
      InstanceOf
    • getInstanceOf_To

      org.eclipse.emf.ecore.EReference getInstanceOf_To()
      Returns the meta object for the reference 'To'.
      Returns:
      the meta object for the reference 'To'.
      See Also:
      InstanceOf.getTo(), getInstanceOf()
    • getInstanceOf_From

      org.eclipse.emf.ecore.EReference getInstanceOf_From()
      Returns the meta object for the reference 'From'.
      Returns:
      the meta object for the reference 'From'.
      See Also:
      InstanceOf.getFrom(), getInstanceOf()
    • getCompilationUnit

      org.eclipse.emf.ecore.EClass getCompilationUnit()
      Returns the meta object for class 'Compilation Unit'.
      Returns:
      the meta object for class 'Compilation Unit'.
      See Also:
      CompilationUnit
    • getCodeModel

      org.eclipse.emf.ecore.EClass getCodeModel()
      Returns the meta object for class 'Model'.
      Returns:
      the meta object for class 'Model'.
      See Also:
      CodeModel
    • getCodeModel_CodeElement

      org.eclipse.emf.ecore.EReference getCodeModel_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:
      CodeModel.getCodeElement(), getCodeModel()
    • getDerivedType

      org.eclipse.emf.ecore.EClass getDerivedType()
      Returns the meta object for class 'Derived Type'.
      Returns:
      the meta object for class 'Derived Type'.
      See Also:
      DerivedType
    • getDerivedType_ItemUnit

      org.eclipse.emf.ecore.EReference getDerivedType_ItemUnit()
      Returns the meta object for the containment reference 'Item Unit'.
      Returns:
      the meta object for the containment reference 'Item Unit'.
      See Also:
      DerivedType.getItemUnit(), getDerivedType()
    • getArrayType

      org.eclipse.emf.ecore.EClass getArrayType()
      Returns the meta object for class 'Array Type'.
      Returns:
      the meta object for class 'Array Type'.
      See Also:
      ArrayType
    • getArrayType_Size

      org.eclipse.emf.ecore.EAttribute getArrayType_Size()
      Returns the meta object for the attribute 'Size'.
      Returns:
      the meta object for the attribute 'Size'.
      See Also:
      ArrayType.getSize(), getArrayType()
    • getArrayType_IndexUnit

      org.eclipse.emf.ecore.EReference getArrayType_IndexUnit()
      Returns the meta object for the containment reference 'Index Unit'.
      Returns:
      the meta object for the containment reference 'Index Unit'.
      See Also:
      ArrayType.getIndexUnit(), getArrayType()
    • getPrimitiveType

      org.eclipse.emf.ecore.EClass getPrimitiveType()
      Returns the meta object for class 'Primitive Type'.
      Returns:
      the meta object for class 'Primitive Type'.
      See Also:
      PrimitiveType
    • getBooleanType

      org.eclipse.emf.ecore.EClass getBooleanType()
      Returns the meta object for class 'Boolean Type'.
      Returns:
      the meta object for class 'Boolean Type'.
      See Also:
      BooleanType
    • getCharType

      org.eclipse.emf.ecore.EClass getCharType()
      Returns the meta object for class 'Char Type'.
      Returns:
      the meta object for class 'Char Type'.
      See Also:
      CharType
    • getClassUnit

      org.eclipse.emf.ecore.EClass getClassUnit()
      Returns the meta object for class 'Class Unit'.
      Returns:
      the meta object for class 'Class Unit'.
      See Also:
      ClassUnit
    • getClassUnit_IsAbstract

      org.eclipse.emf.ecore.EAttribute getClassUnit_IsAbstract()
      Returns the meta object for the attribute 'Is Abstract'.
      Returns:
      the meta object for the attribute 'Is Abstract'.
      See Also:
      ClassUnit.getIsAbstract(), getClassUnit()
    • getClassUnit_CodeElement

      org.eclipse.emf.ecore.EReference getClassUnit_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:
      ClassUnit.getCodeElement(), getClassUnit()
    • getCompositeType

      org.eclipse.emf.ecore.EClass getCompositeType()
      Returns the meta object for class 'Composite Type'.
      Returns:
      the meta object for class 'Composite Type'.
      See Also:
      CompositeType
    • getCompositeType_ItemUnit

      org.eclipse.emf.ecore.EReference getCompositeType_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:
      CompositeType.getItemUnit(), getCompositeType()
    • getRecordType

      org.eclipse.emf.ecore.EClass getRecordType()
      Returns the meta object for class 'Record Type'.
      Returns:
      the meta object for class 'Record Type'.
      See Also:
      RecordType
    • getEnumeratedType

      org.eclipse.emf.ecore.EClass getEnumeratedType()
      Returns the meta object for class 'Enumerated Type'.
      Returns:
      the meta object for class 'Enumerated Type'.
      See Also:
      EnumeratedType
    • getEnumeratedType_Value

      org.eclipse.emf.ecore.EReference getEnumeratedType_Value()
      Returns the meta object for the containment reference list 'Value'.
      Returns:
      the meta object for the containment reference list 'Value'.
      See Also:
      EnumeratedType.getValue(), getEnumeratedType()
    • getExtends

      org.eclipse.emf.ecore.EClass getExtends()
      Returns the meta object for class 'Extends'.
      Returns:
      the meta object for class 'Extends'.
      See Also:
      Extends
    • getExtends_To

      org.eclipse.emf.ecore.EReference getExtends_To()
      Returns the meta object for the reference 'To'.
      Returns:
      the meta object for the reference 'To'.
      See Also:
      Extends.getTo(), getExtends()
    • getExtends_From

      org.eclipse.emf.ecore.EReference getExtends_From()
      Returns the meta object for the reference 'From'.
      Returns:
      the meta object for the reference 'From'.
      See Also:
      Extends.getFrom(), getExtends()
    • getScaledType

      org.eclipse.emf.ecore.EClass getScaledType()
      Returns the meta object for class 'Scaled Type'.
      Returns:
      the meta object for class 'Scaled Type'.
      See Also:
      ScaledType
    • getFloatType

      org.eclipse.emf.ecore.EClass getFloatType()
      Returns the meta object for class 'Float Type'.
      Returns:
      the meta object for class 'Float Type'.
      See Also:
      FloatType
    • getHasType

      org.eclipse.emf.ecore.EClass getHasType()
      Returns the meta object for class 'Has Type'.
      Returns:
      the meta object for class 'Has Type'.
      See Also:
      HasType
    • getHasType_To

      org.eclipse.emf.ecore.EReference getHasType_To()
      Returns the meta object for the reference 'To'.
      Returns:
      the meta object for the reference 'To'.
      See Also:
      HasType.getTo(), getHasType()
    • getHasType_From

      org.eclipse.emf.ecore.EReference getHasType_From()
      Returns the meta object for the reference 'From'.
      Returns:
      the meta object for the reference 'From'.
      See Also:
      HasType.getFrom(), getHasType()
    • getImplementationOf

      org.eclipse.emf.ecore.EClass getImplementationOf()
      Returns the meta object for class 'Implementation Of'.
      Returns:
      the meta object for class 'Implementation Of'.
      See Also:
      ImplementationOf
    • getImplementationOf_To

      org.eclipse.emf.ecore.EReference getImplementationOf_To()
      Returns the meta object for the reference 'To'.
      Returns:
      the meta object for the reference 'To'.
      See Also:
      ImplementationOf.getTo(), getImplementationOf()
    • getImplementationOf_From

      org.eclipse.emf.ecore.EReference getImplementationOf_From()
      Returns the meta object for the reference 'From'.
      Returns:
      the meta object for the reference 'From'.
      See Also:
      ImplementationOf.getFrom(), getImplementationOf()
    • getImplements

      org.eclipse.emf.ecore.EClass getImplements()
      Returns the meta object for class 'Implements'.
      Returns:
      the meta object for class 'Implements'.
      See Also:
      Implements
    • getImplements_To

      org.eclipse.emf.ecore.EReference getImplements_To()
      Returns the meta object for the reference 'To'.
      Returns:
      the meta object for the reference 'To'.
      See Also:
      Implements.getTo(), getImplements()
    • getImplements_From

      org.eclipse.emf.ecore.EReference getImplements_From()
      Returns the meta object for the reference 'From'.
      Returns:
      the meta object for the reference 'From'.
      See Also:
      Implements.getFrom(), getImplements()
    • getIntegerType

      org.eclipse.emf.ecore.EClass getIntegerType()
      Returns the meta object for class 'Integer Type'.
      Returns:
      the meta object for class 'Integer Type'.
      See Also:
      IntegerType
    • getInterfaceUnit

      org.eclipse.emf.ecore.EClass getInterfaceUnit()
      Returns the meta object for class 'Interface Unit'.
      Returns:
      the meta object for class 'Interface Unit'.
      See Also:
      InterfaceUnit
    • getInterfaceUnit_CodeElement

      org.eclipse.emf.ecore.EReference getInterfaceUnit_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:
      InterfaceUnit.getCodeElement(), getInterfaceUnit()
    • getPointerType

      org.eclipse.emf.ecore.EClass getPointerType()
      Returns the meta object for class 'Pointer Type'.
      Returns:
      the meta object for class 'Pointer Type'.
      See Also:
      PointerType
    • getDefinedType

      org.eclipse.emf.ecore.EClass getDefinedType()
      Returns the meta object for class 'Defined Type'.
      Returns:
      the meta object for class 'Defined Type'.
      See Also:
      DefinedType
    • getDefinedType_Type

      org.eclipse.emf.ecore.EReference getDefinedType_Type()
      Returns the meta object for the reference 'Type'.
      Returns:
      the meta object for the reference 'Type'.
      See Also:
      DefinedType.getType(), getDefinedType()
    • getDefinedType_CodeElement

      org.eclipse.emf.ecore.EReference getDefinedType_CodeElement()
      Returns the meta object for the containment reference 'Code Element'.
      Returns:
      the meta object for the containment reference 'Code Element'.
      See Also:
      DefinedType.getCodeElement(), getDefinedType()
    • getTypeUnit

      org.eclipse.emf.ecore.EClass getTypeUnit()
      Returns the meta object for class 'Type Unit'.
      Returns:
      the meta object for class 'Type Unit'.
      See Also:
      TypeUnit
    • getRangeType

      org.eclipse.emf.ecore.EClass getRangeType()
      Returns the meta object for class 'Range Type'.
      Returns:
      the meta object for class 'Range Type'.
      See Also:
      RangeType
    • getRangeType_Lower

      org.eclipse.emf.ecore.EAttribute getRangeType_Lower()
      Returns the meta object for the attribute 'Lower'.
      Returns:
      the meta object for the attribute 'Lower'.
      See Also:
      RangeType.getLower(), getRangeType()
    • getRangeType_Upper

      org.eclipse.emf.ecore.EAttribute getRangeType_Upper()
      Returns the meta object for the attribute 'Upper'.
      Returns:
      the meta object for the attribute 'Upper'.
      See Also:
      RangeType.getUpper(), getRangeType()
    • getSignature

      org.eclipse.emf.ecore.EClass getSignature()
      Returns the meta object for class 'Signature'.
      Returns:
      the meta object for class 'Signature'.
      See Also:
      Signature
    • getSignature_ParameterUnit

      org.eclipse.emf.ecore.EReference getSignature_ParameterUnit()
      Returns the meta object for the containment reference list 'Parameter Unit'.
      Returns:
      the meta object for the containment reference list 'Parameter Unit'.
      See Also:
      Signature.getParameterUnit(), getSignature()
    • getDataElement

      org.eclipse.emf.ecore.EClass getDataElement()
      Returns the meta object for class 'Data Element'.
      Returns:
      the meta object for class 'Data Element'.
      See Also:
      DataElement
    • getDataElement_Type

      org.eclipse.emf.ecore.EReference getDataElement_Type()
      Returns the meta object for the reference 'Type'.
      Returns:
      the meta object for the reference 'Type'.
      See Also:
      DataElement.getType(), getDataElement()
    • getDataElement_Ext

      org.eclipse.emf.ecore.EAttribute getDataElement_Ext()
      Returns the meta object for the attribute 'Ext'.
      Returns:
      the meta object for the attribute 'Ext'.
      See Also:
      DataElement.getExt(), getDataElement()
    • getDataElement_Size

      org.eclipse.emf.ecore.EAttribute getDataElement_Size()
      Returns the meta object for the attribute 'Size'.
      Returns:
      the meta object for the attribute 'Size'.
      See Also:
      DataElement.getSize(), getDataElement()
    • getDataElement_CodeElement

      org.eclipse.emf.ecore.EReference getDataElement_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:
      DataElement.getCodeElement(), getDataElement()
    • getStringType

      org.eclipse.emf.ecore.EClass getStringType()
      Returns the meta object for class 'String Type'.
      Returns:
      the meta object for class 'String Type'.
      See Also:
      StringType
    • getChoiceType

      org.eclipse.emf.ecore.EClass getChoiceType()
      Returns the meta object for class 'Choice Type'.
      Returns:
      the meta object for class 'Choice Type'.
      See Also:
      ChoiceType
    • getNamespaceUnit

      org.eclipse.emf.ecore.EClass getNamespaceUnit()
      Returns the meta object for class 'Namespace Unit'.
      Returns:
      the meta object for class 'Namespace Unit'.
      See Also:
      NamespaceUnit
    • getNamespaceUnit_GroupedCode

      org.eclipse.emf.ecore.EReference getNamespaceUnit_GroupedCode()
      Returns the meta object for the reference list 'Grouped Code'.
      Returns:
      the meta object for the reference list 'Grouped Code'.
      See Also:
      NamespaceUnit.getGroupedCode(), getNamespaceUnit()
    • getVisibleIn

      org.eclipse.emf.ecore.EClass getVisibleIn()
      Returns the meta object for class 'Visible In'.
      Returns:
      the meta object for class 'Visible In'.
      See Also:
      VisibleIn
    • getVisibleIn_To

      org.eclipse.emf.ecore.EReference getVisibleIn_To()
      Returns the meta object for the reference 'To'.
      Returns:
      the meta object for the reference 'To'.
      See Also:
      VisibleIn.getTo(), getVisibleIn()
    • getVisibleIn_From

      org.eclipse.emf.ecore.EReference getVisibleIn_From()
      Returns the meta object for the reference 'From'.
      Returns:
      the meta object for the reference 'From'.
      See Also:
      VisibleIn.getFrom(), getVisibleIn()
    • getCommentUnit

      org.eclipse.emf.ecore.EClass getCommentUnit()
      Returns the meta object for class 'Comment Unit'.
      Returns:
      the meta object for class 'Comment Unit'.
      See Also:
      CommentUnit
    • getCommentUnit_Text

      org.eclipse.emf.ecore.EAttribute getCommentUnit_Text()
      Returns the meta object for the attribute 'Text'.
      Returns:
      the meta object for the attribute 'Text'.
      See Also:
      CommentUnit.getText(), getCommentUnit()
    • getSharedUnit

      org.eclipse.emf.ecore.EClass getSharedUnit()
      Returns the meta object for class 'Shared Unit'.
      Returns:
      the meta object for class 'Shared Unit'.
      See Also:
      SharedUnit
    • getDecimalType

      org.eclipse.emf.ecore.EClass getDecimalType()
      Returns the meta object for class 'Decimal Type'.
      Returns:
      the meta object for class 'Decimal Type'.
      See Also:
      DecimalType
    • getDateType

      org.eclipse.emf.ecore.EClass getDateType()
      Returns the meta object for class 'Date Type'.
      Returns:
      the meta object for class 'Date Type'.
      See Also:
      DateType
    • getTimeType

      org.eclipse.emf.ecore.EClass getTimeType()
      Returns the meta object for class 'Time Type'.
      Returns:
      the meta object for class 'Time Type'.
      See Also:
      TimeType
    • getVoidType

      org.eclipse.emf.ecore.EClass getVoidType()
      Returns the meta object for class 'Void Type'.
      Returns:
      the meta object for class 'Void Type'.
      See Also:
      VoidType
    • getValueElement

      org.eclipse.emf.ecore.EClass getValueElement()
      Returns the meta object for class 'Value Element'.
      Returns:
      the meta object for class 'Value Element'.
      See Also:
      ValueElement
    • getValue

      org.eclipse.emf.ecore.EClass getValue()
      Returns the meta object for class 'Value'.
      Returns:
      the meta object for class 'Value'.
      See Also:
      Value
    • getValueList

      org.eclipse.emf.ecore.EClass getValueList()
      Returns the meta object for class 'Value List'.
      Returns:
      the meta object for class 'Value List'.
      See Also:
      ValueList
    • getValueList_ValueElement

      org.eclipse.emf.ecore.EReference getValueList_ValueElement()
      Returns the meta object for the containment reference list 'Value Element'.
      Returns:
      the meta object for the containment reference list 'Value Element'.
      See Also:
      ValueList.getValueElement(), getValueList()
    • getStorableUnit

      org.eclipse.emf.ecore.EClass getStorableUnit()
      Returns the meta object for class 'Storable Unit'.
      Returns:
      the meta object for class 'Storable Unit'.
      See Also:
      StorableUnit
    • getStorableUnit_Kind

      org.eclipse.emf.ecore.EAttribute getStorableUnit_Kind()
      Returns the meta object for the attribute 'Kind'.
      Returns:
      the meta object for the attribute 'Kind'.
      See Also:
      StorableUnit.getKind(), getStorableUnit()
    • getMemberUnit

      org.eclipse.emf.ecore.EClass getMemberUnit()
      Returns the meta object for class 'Member Unit'.
      Returns:
      the meta object for class 'Member Unit'.
      See Also:
      MemberUnit
    • getMemberUnit_Export

      org.eclipse.emf.ecore.EAttribute getMemberUnit_Export()
      Returns the meta object for the attribute 'Export'.
      Returns:
      the meta object for the attribute 'Export'.
      See Also:
      MemberUnit.getExport(), getMemberUnit()
    • getParameterUnit

      org.eclipse.emf.ecore.EClass getParameterUnit()
      Returns the meta object for class 'Parameter Unit'.
      Returns:
      the meta object for class 'Parameter Unit'.
      See Also:
      ParameterUnit
    • getParameterUnit_Kind

      org.eclipse.emf.ecore.EAttribute getParameterUnit_Kind()
      Returns the meta object for the attribute 'Kind'.
      Returns:
      the meta object for the attribute 'Kind'.
      See Also:
      ParameterUnit.getKind(), getParameterUnit()
    • getParameterUnit_Pos

      org.eclipse.emf.ecore.EAttribute getParameterUnit_Pos()
      Returns the meta object for the attribute 'Pos'.
      Returns:
      the meta object for the attribute 'Pos'.
      See Also:
      ParameterUnit.getPos(), getParameterUnit()
    • getItemUnit

      org.eclipse.emf.ecore.EClass getItemUnit()
      Returns the meta object for class 'Item Unit'.
      Returns:
      the meta object for class 'Item Unit'.
      See Also:
      ItemUnit
    • getIndexUnit

      org.eclipse.emf.ecore.EClass getIndexUnit()
      Returns the meta object for class 'Index Unit'.
      Returns:
      the meta object for class 'Index Unit'.
      See Also:
      IndexUnit
    • getSynonymType

      org.eclipse.emf.ecore.EClass getSynonymType()
      Returns the meta object for class 'Synonym Type'.
      Returns:
      the meta object for class 'Synonym Type'.
      See Also:
      SynonymType
    • getSequenceType

      org.eclipse.emf.ecore.EClass getSequenceType()
      Returns the meta object for class 'Sequence Type'.
      Returns:
      the meta object for class 'Sequence Type'.
      See Also:
      SequenceType
    • getSequenceType_Size

      org.eclipse.emf.ecore.EAttribute getSequenceType_Size()
      Returns the meta object for the attribute 'Size'.
      Returns:
      the meta object for the attribute 'Size'.
      See Also:
      SequenceType.getSize(), getSequenceType()
    • getBagType

      org.eclipse.emf.ecore.EClass getBagType()
      Returns the meta object for class 'Bag Type'.
      Returns:
      the meta object for class 'Bag Type'.
      See Also:
      BagType
    • getBagType_Size

      org.eclipse.emf.ecore.EAttribute getBagType_Size()
      Returns the meta object for the attribute 'Size'.
      Returns:
      the meta object for the attribute 'Size'.
      See Also:
      BagType.getSize(), getBagType()
    • getSetType

      org.eclipse.emf.ecore.EClass getSetType()
      Returns the meta object for class 'Set Type'.
      Returns:
      the meta object for class 'Set Type'.
      See Also:
      SetType
    • getSetType_Size

      org.eclipse.emf.ecore.EAttribute getSetType_Size()
      Returns the meta object for the attribute 'Size'.
      Returns:
      the meta object for the attribute 'Size'.
      See Also:
      SetType.getSize(), getSetType()
    • getCodeElement

      org.eclipse.emf.ecore.EClass getCodeElement()
      Returns the meta object for class 'Element'.
      Returns:
      the meta object for class 'Element'.
      See Also:
      CodeElement
    • getCodeRelationship

      org.eclipse.emf.ecore.EClass getCodeRelationship()
      Returns the meta object for class 'Relationship'.
      Returns:
      the meta object for class 'Relationship'.
      See Also:
      CodeRelationship
    • getCodeRelationship_To

      org.eclipse.emf.ecore.EReference getCodeRelationship_To()
      Returns the meta object for the reference 'To'.
      Returns:
      the meta object for the reference 'To'.
      See Also:
      CodeRelationship.getTo(), getCodeRelationship()
    • getCodeRelationship_From

      org.eclipse.emf.ecore.EReference getCodeRelationship_From()
      Returns the meta object for the reference 'From'.
      Returns:
      the meta object for the reference 'From'.
      See Also:
      CodeRelationship.getFrom(), getCodeRelationship()
    • getLanguageUnit

      org.eclipse.emf.ecore.EClass getLanguageUnit()
      Returns the meta object for class 'Language Unit'.
      Returns:
      the meta object for class 'Language Unit'.
      See Also:
      LanguageUnit
    • getOrdinalType

      org.eclipse.emf.ecore.EClass getOrdinalType()
      Returns the meta object for class 'Ordinal Type'.
      Returns:
      the meta object for class 'Ordinal Type'.
      See Also:
      OrdinalType
    • getBitstringType

      org.eclipse.emf.ecore.EClass getBitstringType()
      Returns the meta object for class 'Bitstring Type'.
      Returns:
      the meta object for class 'Bitstring Type'.
      See Also:
      BitstringType
    • getOctetType

      org.eclipse.emf.ecore.EClass getOctetType()
      Returns the meta object for class 'Octet Type'.
      Returns:
      the meta object for class 'Octet Type'.
      See Also:
      OctetType
    • getOctetstringType

      org.eclipse.emf.ecore.EClass getOctetstringType()
      Returns the meta object for class 'Octetstring Type'.
      Returns:
      the meta object for class 'Octetstring Type'.
      See Also:
      OctetstringType
    • getBitType

      org.eclipse.emf.ecore.EClass getBitType()
      Returns the meta object for class 'Bit Type'.
      Returns:
      the meta object for class 'Bit Type'.
      See Also:
      BitType
    • getImports

      org.eclipse.emf.ecore.EClass getImports()
      Returns the meta object for class 'Imports'.
      Returns:
      the meta object for class 'Imports'.
      See Also:
      Imports
    • getImports_To

      org.eclipse.emf.ecore.EReference getImports_To()
      Returns the meta object for the reference 'To'.
      Returns:
      the meta object for the reference 'To'.
      See Also:
      Imports.getTo(), getImports()
    • getImports_From

      org.eclipse.emf.ecore.EReference getImports_From()
      Returns the meta object for the reference 'From'.
      Returns:
      the meta object for the reference 'From'.
      See Also:
      Imports.getFrom(), getImports()
    • getPackage

      org.eclipse.emf.ecore.EClass getPackage()
      Returns the meta object for class 'Package'.
      Returns:
      the meta object for class 'Package'.
      See Also:
      Package
    • getParameterTo

      org.eclipse.emf.ecore.EClass getParameterTo()
      Returns the meta object for class 'Parameter To'.
      Returns:
      the meta object for class 'Parameter To'.
      See Also:
      ParameterTo
    • getParameterTo_To

      org.eclipse.emf.ecore.EReference getParameterTo_To()
      Returns the meta object for the reference 'To'.
      Returns:
      the meta object for the reference 'To'.
      See Also:
      ParameterTo.getTo(), getParameterTo()
    • getParameterTo_From

      org.eclipse.emf.ecore.EReference getParameterTo_From()
      Returns the meta object for the reference 'From'.
      Returns:
      the meta object for the reference 'From'.
      See Also:
      ParameterTo.getFrom(), getParameterTo()
    • getTemplateType

      org.eclipse.emf.ecore.EClass getTemplateType()
      Returns the meta object for class 'Template Type'.
      Returns:
      the meta object for class 'Template Type'.
      See Also:
      TemplateType
    • getPreprocessorDirective

      org.eclipse.emf.ecore.EClass getPreprocessorDirective()
      Returns the meta object for class 'Preprocessor Directive'.
      Returns:
      the meta object for class 'Preprocessor Directive'.
      See Also:
      PreprocessorDirective
    • getPreprocessorDirective_CodeElement

      org.eclipse.emf.ecore.EReference getPreprocessorDirective_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:
      PreprocessorDirective.getCodeElement(), getPreprocessorDirective()
    • getMacroDirective

      org.eclipse.emf.ecore.EClass getMacroDirective()
      Returns the meta object for class 'Macro Directive'.
      Returns:
      the meta object for class 'Macro Directive'.
      See Also:
      MacroDirective
    • getMacroUnit

      org.eclipse.emf.ecore.EClass getMacroUnit()
      Returns the meta object for class 'Macro Unit'.
      Returns:
      the meta object for class 'Macro Unit'.
      See Also:
      MacroUnit
    • getMacroUnit_Kind

      org.eclipse.emf.ecore.EAttribute getMacroUnit_Kind()
      Returns the meta object for the attribute 'Kind'.
      Returns:
      the meta object for the attribute 'Kind'.
      See Also:
      MacroUnit.getKind(), getMacroUnit()
    • getConditionalDirective

      org.eclipse.emf.ecore.EClass getConditionalDirective()
      Returns the meta object for class 'Conditional Directive'.
      Returns:
      the meta object for class 'Conditional Directive'.
      See Also:
      ConditionalDirective
    • getIncludeDirective

      org.eclipse.emf.ecore.EClass getIncludeDirective()
      Returns the meta object for class 'Include Directive'.
      Returns:
      the meta object for class 'Include Directive'.
      See Also:
      IncludeDirective
    • getVariantTo

      org.eclipse.emf.ecore.EClass getVariantTo()
      Returns the meta object for class 'Variant To'.
      Returns:
      the meta object for class 'Variant To'.
      See Also:
      VariantTo
    • getVariantTo_To

      org.eclipse.emf.ecore.EReference getVariantTo_To()
      Returns the meta object for the reference 'To'.
      Returns:
      the meta object for the reference 'To'.
      See Also:
      VariantTo.getTo(), getVariantTo()
    • getVariantTo_From

      org.eclipse.emf.ecore.EReference getVariantTo_From()
      Returns the meta object for the reference 'From'.
      Returns:
      the meta object for the reference 'From'.
      See Also:
      VariantTo.getFrom(), getVariantTo()
    • getExpands

      org.eclipse.emf.ecore.EClass getExpands()
      Returns the meta object for class 'Expands'.
      Returns:
      the meta object for class 'Expands'.
      See Also:
      Expands
    • getExpands_To

      org.eclipse.emf.ecore.EReference getExpands_To()
      Returns the meta object for the reference 'To'.
      Returns:
      the meta object for the reference 'To'.
      See Also:
      Expands.getTo(), getExpands()
    • getExpands_From

      org.eclipse.emf.ecore.EReference getExpands_From()
      Returns the meta object for the reference 'From'.
      Returns:
      the meta object for the reference 'From'.
      See Also:
      Expands.getFrom(), getExpands()
    • getRedefines

      org.eclipse.emf.ecore.EClass getRedefines()
      Returns the meta object for class 'Redefines'.
      Returns:
      the meta object for class 'Redefines'.
      See Also:
      Redefines
    • getRedefines_To

      org.eclipse.emf.ecore.EReference getRedefines_To()
      Returns the meta object for the reference 'To'.
      Returns:
      the meta object for the reference 'To'.
      See Also:
      Redefines.getTo(), getRedefines()
    • getRedefines_From

      org.eclipse.emf.ecore.EReference getRedefines_From()
      Returns the meta object for the reference 'From'.
      Returns:
      the meta object for the reference 'From'.
      See Also:
      Redefines.getFrom(), getRedefines()
    • getGeneratedFrom

      org.eclipse.emf.ecore.EClass getGeneratedFrom()
      Returns the meta object for class 'Generated From'.
      Returns:
      the meta object for class 'Generated From'.
      See Also:
      GeneratedFrom
    • getGeneratedFrom_To

      org.eclipse.emf.ecore.EReference getGeneratedFrom_To()
      Returns the meta object for the reference 'To'.
      Returns:
      the meta object for the reference 'To'.
      See Also:
      GeneratedFrom.getTo(), getGeneratedFrom()
    • getGeneratedFrom_From

      org.eclipse.emf.ecore.EReference getGeneratedFrom_From()
      Returns the meta object for the reference 'From'.
      Returns:
      the meta object for the reference 'From'.
      See Also:
      GeneratedFrom.getFrom(), getGeneratedFrom()
    • getIncludes

      org.eclipse.emf.ecore.EClass getIncludes()
      Returns the meta object for class 'Includes'.
      Returns:
      the meta object for class 'Includes'.
      See Also:
      Includes
    • getIncludes_To

      org.eclipse.emf.ecore.EReference getIncludes_To()
      Returns the meta object for the reference 'To'.
      Returns:
      the meta object for the reference 'To'.
      See Also:
      Includes.getTo(), getIncludes()
    • getIncludes_From

      org.eclipse.emf.ecore.EReference getIncludes_From()
      Returns the meta object for the reference 'From'.
      Returns:
      the meta object for the reference 'From'.
      See Also:
      Includes.getFrom(), getIncludes()
    • getHasValue

      org.eclipse.emf.ecore.EClass getHasValue()
      Returns the meta object for class 'Has Value'.
      Returns:
      the meta object for class 'Has Value'.
      See Also:
      HasValue
    • getHasValue_To

      org.eclipse.emf.ecore.EReference getHasValue_To()
      Returns the meta object for the reference 'To'.
      Returns:
      the meta object for the reference 'To'.
      See Also:
      HasValue.getTo(), getHasValue()
    • getHasValue_From

      org.eclipse.emf.ecore.EReference getHasValue_From()
      Returns the meta object for the reference 'From'.
      Returns:
      the meta object for the reference 'From'.
      See Also:
      HasValue.getFrom(), getHasValue()
    • getMethodKind

      org.eclipse.emf.ecore.EEnum getMethodKind()
      Returns the meta object for enum 'Method Kind'.
      Returns:
      the meta object for enum 'Method Kind'.
      See Also:
      MethodKind
    • getParameterKind

      org.eclipse.emf.ecore.EEnum getParameterKind()
      Returns the meta object for enum 'Parameter Kind'.
      Returns:
      the meta object for enum 'Parameter Kind'.
      See Also:
      ParameterKind
    • getExportKind

      org.eclipse.emf.ecore.EEnum getExportKind()
      Returns the meta object for enum 'Export Kind'.
      Returns:
      the meta object for enum 'Export Kind'.
      See Also:
      ExportKind
    • getStorableKind

      org.eclipse.emf.ecore.EEnum getStorableKind()
      Returns the meta object for enum 'Storable Kind'.
      Returns:
      the meta object for enum 'Storable Kind'.
      See Also:
      StorableKind
    • getCallableKind

      org.eclipse.emf.ecore.EEnum getCallableKind()
      Returns the meta object for enum 'Callable Kind'.
      Returns:
      the meta object for enum 'Callable Kind'.
      See Also:
      CallableKind
    • getMacroKind

      org.eclipse.emf.ecore.EEnum getMacroKind()
      Returns the meta object for enum 'Macro Kind'.
      Returns:
      the meta object for enum 'Macro Kind'.
      See Also:
      MacroKind
    • getCodeFactory

      CodeFactory getCodeFactory()
      Returns the factory that creates the instances of the model.
      Returns:
      the factory that creates the instances of the model.