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 final org.eclipse.emf.ecore.EClass
    The meta object literal for the 'Attribute' class.
    static final org.eclipse.emf.ecore.EAttribute
    The meta object literal for the 'Name' attribute feature.
    static final org.eclipse.emf.ecore.EClass
    The meta object literal for the 'Book' class.
    static final org.eclipse.emf.ecore.EReference
    The meta object literal for the 'Attributes' containment reference list feature.
    static final org.eclipse.emf.ecore.EReference
    The meta object literal for the 'Entries' containment reference list feature.
    static final org.eclipse.emf.ecore.EReference
    The meta object literal for the 'Pages' containment reference list feature.
    static final org.eclipse.emf.ecore.EAttribute
    The meta object literal for the 'Version' attribute feature.
    static final org.eclipse.emf.ecore.EClass
    The meta object literal for the 'Entry' class.
    static final org.eclipse.emf.ecore.EReference
    The meta object literal for the 'Entries' containment reference list feature.
    static final org.eclipse.emf.ecore.EReference
    The meta object literal for the 'Page' reference feature.
    static final org.eclipse.emf.ecore.EAttribute
    The meta object literal for the 'Title' attribute feature.
    static final org.eclipse.emf.ecore.EClass
    The meta object literal for the 'Page' class.
    static final org.eclipse.emf.ecore.EReference
    The meta object literal for the 'Attributes' reference list feature.
    static final org.eclipse.emf.ecore.EAttribute
    The meta object literal for the 'Host' attribute feature.
    static final org.eclipse.emf.ecore.EAttribute
    The meta object literal for the 'Link' attribute feature.
  • Field Details

    • V8_HELP_BOOK

      static final org.eclipse.emf.ecore.EClass V8_HELP_BOOK
      The meta object literal for the 'Book' class.
      See Also:
    • 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

      static final org.eclipse.emf.ecore.EClass V8_HELP_ENTRY
      The meta object literal for the 'Entry' class.
      See Also:
    • 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

      static final org.eclipse.emf.ecore.EClass V8_HELP_PAGE
      The meta object literal for the 'Page' class.
      See Also:
    • 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__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

      static final org.eclipse.emf.ecore.EClass V8_HELP_ATTRIBUTE
      The meta object literal for the 'Attribute' class.
      See Also:
    • V8_HELP_ATTRIBUTE__NAME

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