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:
    DataDictionaryFactory
    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 Detail

      • eINSTANCE

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

        static final int DATA_DICTIONARY__ID
        The feature id for the 'Id' attribute.
        See Also:
        Constant Field Values
        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:
        Constant Field Values
        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:
        Constant Field Values
        Generated class or method.
        Ordered collection.
      • DATA_TYPE__ID

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

        static final int DATA_TYPE__NAME
        The feature id for the 'Name' attribute.
        See Also:
        Constant Field Values
        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:
        Constant Field Values
        Generated class or method.
        Ordered collection.
      • COLLECTION_DATA_TYPE__ID

        static final int COLLECTION_DATA_TYPE__ID
        The feature id for the 'Id' attribute.
        See Also:
        Constant Field Values
        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:
        Constant Field Values
        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:
        Constant Field Values
        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:
        Constant Field Values
        Generated class or method.
        Ordered collection.
      • COMPOSITE_DATA_TYPE__ID

        static final int COMPOSITE_DATA_TYPE__ID
        The feature id for the 'Id' attribute.
        See Also:
        Constant Field Values
        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:
        Constant Field Values
        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:
        Constant Field Values
        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:
        Constant Field Values
        Generated class or method.
        Ordered collection.
      • PRIMITIVE_DATA_TYPE__ID

        static final int PRIMITIVE_DATA_TYPE__ID
        The feature id for the 'Id' attribute.
        See Also:
        Constant Field Values
        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:
        Constant Field Values
        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:
        Constant Field Values
        Generated class or method.
        Ordered collection.
      • ENTRY__ID

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

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

        static final int ENTRY__NAME
        The feature id for the 'Name' attribute.
        See Also:
        Constant Field Values
        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:
        Constant Field Values
        Generated class or method.
        Ordered collection.
    • Method Detail

      • getDataDictionary

        EClass getDataDictionary()
        Returns the meta object for class 'Data Dictionary'.
        Returns:
        the meta object for class 'Data Dictionary'.
        See Also:
        DataDictionary
        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:
        CollectionDataType
        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:
        CompositeDataType
        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:
        PrimitiveDataType
        Generated class or method.
      • getEntry

        EClass getEntry()
        Returns the meta object for class 'Entry'.
        Returns:
        the meta object for class 'Entry'.
        See Also:
        Entry
        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:
        Entry.getType(), getEntry()
        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:
        Entry.getName(), getEntry()
        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:
        DataType
        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.