Interface DataDictionaryPackage

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

public interface DataDictionaryPackage extends EPackage
The Package for the model. It contains accessors for the meta objects to represent
  • each class,
  • each feature of each class,
  • each enum,
  • and each data type
See Also:
Generated class or method.
EMF model class or method.
kind="package" annotation="http://www.eclipse.org/emf/2002/Ecore validationDelegates='http://www.eclipse.org/emf/2002/Ecore/OCL'"
  • Field Details

    • eNAME

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

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

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

      static final DataDictionaryPackage eINSTANCE
      The singleton instance of the package.
      Generated class or method.
    • DATA_DICTIONARY

      static final int DATA_DICTIONARY
      The meta object id for the 'Data Dictionary' class.
      See Also:
      Generated class or method.
    • DATA_DICTIONARY__ID

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

      static final int DATA_DICTIONARY__ENTRIES
      The feature id for the 'Entries' containment reference list.
      See Also:
      Generated class or method.
      Ordered collection.
    • DATA_DICTIONARY_FEATURE_COUNT

      static final int DATA_DICTIONARY_FEATURE_COUNT
      The number of structural features of the 'Data Dictionary' class.
      See Also:
      Generated class or method.
      Ordered collection.
    • DATA_TYPE

      static final int DATA_TYPE
      The meta object id for the 'Data Type' class.
      See Also:
      Generated class or method.
    • DATA_TYPE__ID

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

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

      static final int DATA_TYPE_FEATURE_COUNT
      The number of structural features of the 'Data Type' class.
      See Also:
      Generated class or method.
      Ordered collection.
    • COLLECTION_DATA_TYPE

      static final int COLLECTION_DATA_TYPE
      The meta object id for the 'Collection Data Type' class.
      See Also:
      Generated class or method.
    • COLLECTION_DATA_TYPE__ID

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

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

      static final int COLLECTION_DATA_TYPE__TYPE
      The feature id for the 'Type' reference.
      See Also:
      Generated class or method.
      Ordered collection.
    • COLLECTION_DATA_TYPE_FEATURE_COUNT

      static final int COLLECTION_DATA_TYPE_FEATURE_COUNT
      The number of structural features of the 'Collection Data Type' class.
      See Also:
      Generated class or method.
      Ordered collection.
    • COMPOSITE_DATA_TYPE

      static final int COMPOSITE_DATA_TYPE
      The meta object id for the 'Composite Data Type' class.
      See Also:
      Generated class or method.
    • COMPOSITE_DATA_TYPE__ID

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

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

      static final int COMPOSITE_DATA_TYPE__COMPONENTS
      The feature id for the 'Components' containment reference list.
      See Also:
      Generated class or method.
      Ordered collection.
    • COMPOSITE_DATA_TYPE_FEATURE_COUNT

      static final int COMPOSITE_DATA_TYPE_FEATURE_COUNT
      The number of structural features of the 'Composite Data Type' class.
      See Also:
      Generated class or method.
      Ordered collection.
    • PRIMITIVE_DATA_TYPE

      static final int PRIMITIVE_DATA_TYPE
      The meta object id for the 'Primitive Data Type' class.
      See Also:
      Generated class or method.
    • PRIMITIVE_DATA_TYPE__ID

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

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

      static final int PRIMITIVE_DATA_TYPE_FEATURE_COUNT
      The number of structural features of the 'Primitive Data Type' class.
      See Also:
      Generated class or method.
      Ordered collection.
    • ENTRY

      static final int ENTRY
      The meta object id for the 'Entry' class.
      See Also:
      Generated class or method.
    • ENTRY__ID

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

      static final int ENTRY__TYPE
      The feature id for the 'Type' reference.
      See Also:
      Generated class or method.
      Ordered collection.
    • ENTRY__NAME

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

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

    • getDataDictionary

      EClass getDataDictionary()
      Returns the meta object for class 'Data Dictionary'.
      Returns:
      the meta object for class 'Data Dictionary'.
      See Also:
      Generated class or method.
    • getDataDictionary_Entries

      EReference getDataDictionary_Entries()
      Returns the meta object for the containment reference list 'Entries'.
      Returns:
      the meta object for the containment reference list 'Entries'.
      See Also:
      Generated class or method.
    • getCollectionDataType

      EClass getCollectionDataType()
      Returns the meta object for class 'Collection Data Type'.
      Returns:
      the meta object for class 'Collection Data Type'.
      See Also:
      Generated class or method.
    • getCollectionDataType_Type

      EReference getCollectionDataType_Type()
      Returns the meta object for the reference 'Type'.
      Returns:
      the meta object for the reference 'Type'.
      See Also:
      Generated class or method.
    • getCompositeDataType

      EClass getCompositeDataType()
      Returns the meta object for class 'Composite Data Type'.
      Returns:
      the meta object for class 'Composite Data Type'.
      See Also:
      Generated class or method.
    • getCompositeDataType_Components

      EReference getCompositeDataType_Components()
      Returns the meta object for the containment reference list 'Components'.
      Returns:
      the meta object for the containment reference list 'Components'.
      See Also:
      Generated class or method.
    • getPrimitiveDataType

      EClass getPrimitiveDataType()
      Returns the meta object for class 'Primitive Data Type'.
      Returns:
      the meta object for class 'Primitive Data Type'.
      See Also:
      Generated class or method.
    • getEntry

      EClass getEntry()
      Returns the meta object for class 'Entry'.
      Returns:
      the meta object for class 'Entry'.
      See Also:
      Generated class or method.
    • getEntry_Type

      EReference getEntry_Type()
      Returns the meta object for the reference 'Type'.
      Returns:
      the meta object for the reference 'Type'.
      See Also:
      Generated class or method.
    • getEntry_Name

      EAttribute getEntry_Name()
      Returns the meta object for the attribute 'Name'.
      Returns:
      the meta object for the attribute 'Name'.
      See Also:
      Generated class or method.
    • getDataType

      EClass getDataType()
      Returns the meta object for class 'Data Type'.
      Returns:
      the meta object for class 'Data Type'.
      See Also:
      Generated class or method.
    • getDataType_Name

      EAttribute getDataType_Name()
      Returns the meta object for the attribute 'Name'.
      Returns:
      the meta object for the attribute 'Name'.
      See Also:
      Generated class or method.
    • getDataDictionaryFactory

      DataDictionaryFactory getDataDictionaryFactory()
      Returns the factory that creates the instances of the model.
      Returns:
      the factory that creates the instances of the model.
      Generated class or method.