Interface V8HelpPackage.Literals

  • Enclosing interface:
    V8HelpPackage

    public static interface V8HelpPackage.Literals
    Defines literals for the meta objects that represent
    • each class,
    • each feature of each class,
    • each operation of each class,
    • each enum,
    • and each data type
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static org.eclipse.emf.ecore.EClass V8_HELP_ATTRIBUTE
      The meta object literal for the 'Attribute' class.
      static org.eclipse.emf.ecore.EAttribute V8_HELP_ATTRIBUTE__NAME
      The meta object literal for the 'Name' attribute feature.
      static org.eclipse.emf.ecore.EClass V8_HELP_BOOK
      The meta object literal for the 'Book' class.
      static org.eclipse.emf.ecore.EReference V8_HELP_BOOK__ATTRIBUTES
      The meta object literal for the 'Attributes' containment reference list feature.
      static org.eclipse.emf.ecore.EReference V8_HELP_BOOK__ENTRIES
      The meta object literal for the 'Entries' containment reference list feature.
      static org.eclipse.emf.ecore.EReference V8_HELP_BOOK__PAGES
      The meta object literal for the 'Pages' containment reference list feature.
      static org.eclipse.emf.ecore.EAttribute V8_HELP_BOOK__VERSION
      The meta object literal for the 'Version' attribute feature.
      static org.eclipse.emf.ecore.EClass V8_HELP_ENTRY
      The meta object literal for the 'Entry' class.
      static org.eclipse.emf.ecore.EReference V8_HELP_ENTRY__ENTRIES
      The meta object literal for the 'Entries' containment reference list feature.
      static org.eclipse.emf.ecore.EReference V8_HELP_ENTRY__PAGE
      The meta object literal for the 'Page' reference feature.
      static org.eclipse.emf.ecore.EAttribute V8_HELP_ENTRY__TITLE
      The meta object literal for the 'Title' attribute feature.
      static org.eclipse.emf.ecore.EClass V8_HELP_PAGE
      The meta object literal for the 'Page' class.
      static org.eclipse.emf.ecore.EReference V8_HELP_PAGE__ATTRIBUTES
      The meta object literal for the 'Attributes' reference list feature.
      static org.eclipse.emf.ecore.EAttribute V8_HELP_PAGE__HOST
      The meta object literal for the 'Host' attribute feature.
      static org.eclipse.emf.ecore.EAttribute V8_HELP_PAGE__LINK
      The meta object literal for the 'Link' attribute feature.
    • Field Detail

      • V8_HELP_BOOK__VERSION

        static final org.eclipse.emf.ecore.EAttribute V8_HELP_BOOK__VERSION
        The meta object literal for the 'Version' attribute feature.
      • V8_HELP_BOOK__ATTRIBUTES

        static final org.eclipse.emf.ecore.EReference V8_HELP_BOOK__ATTRIBUTES
        The meta object literal for the 'Attributes' containment reference list feature.
      • V8_HELP_BOOK__ENTRIES

        static final org.eclipse.emf.ecore.EReference V8_HELP_BOOK__ENTRIES
        The meta object literal for the 'Entries' containment reference list feature.
      • V8_HELP_BOOK__PAGES

        static final org.eclipse.emf.ecore.EReference V8_HELP_BOOK__PAGES
        The meta object literal for the 'Pages' containment reference list feature.
      • V8_HELP_ENTRY__TITLE

        static final org.eclipse.emf.ecore.EAttribute V8_HELP_ENTRY__TITLE
        The meta object literal for the 'Title' attribute feature.
      • V8_HELP_ENTRY__ENTRIES

        static final org.eclipse.emf.ecore.EReference V8_HELP_ENTRY__ENTRIES
        The meta object literal for the 'Entries' containment reference list feature.
      • V8_HELP_ENTRY__PAGE

        static final org.eclipse.emf.ecore.EReference V8_HELP_ENTRY__PAGE
        The meta object literal for the 'Page' reference feature.
      • V8_HELP_PAGE__HOST

        static final org.eclipse.emf.ecore.EAttribute V8_HELP_PAGE__HOST
        The meta object literal for the 'Host' attribute feature.
      • V8_HELP_PAGE__LINK

        static final org.eclipse.emf.ecore.EAttribute V8_HELP_PAGE__LINK
        The meta object literal for the 'Link' attribute feature.
      • V8_HELP_PAGE__ATTRIBUTES

        static final org.eclipse.emf.ecore.EReference V8_HELP_PAGE__ATTRIBUTES
        The meta object literal for the 'Attributes' reference list feature.
      • V8_HELP_ATTRIBUTE__NAME

        static final org.eclipse.emf.ecore.EAttribute V8_HELP_ATTRIBUTE__NAME
        The meta object literal for the 'Name' attribute feature.