Interface V8HelpPackage

  • 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:
    V8HelpPackageImpl

    public interface V8HelpPackage
    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:
    V8HelpFactory
    • Method Detail

      • getV8HelpBook

        org.eclipse.emf.ecore.EClass getV8HelpBook()
        Returns the meta object for class 'Book'.
        Returns:
        the meta object for class 'Book'.
        See Also:
        V8HelpBook
      • getV8HelpBook_Version

        org.eclipse.emf.ecore.EAttribute getV8HelpBook_Version()
        Returns the meta object for the attribute 'Version'.
        Returns:
        the meta object for the attribute 'Version'.
        See Also:
        V8HelpBook.getVersion(), getV8HelpBook()
      • getV8HelpBook_Attributes

        org.eclipse.emf.ecore.EReference getV8HelpBook_Attributes()
        Returns the meta object for the containment reference list 'Attributes'.
        Returns:
        the meta object for the containment reference list 'Attributes'.
        See Also:
        V8HelpBook.getAttributes(), getV8HelpBook()
      • getV8HelpBook_Entries

        org.eclipse.emf.ecore.EReference getV8HelpBook_Entries()
        Returns the meta object for the containment reference list 'Entries'.
        Returns:
        the meta object for the containment reference list 'Entries'.
        See Also:
        V8HelpBook.getEntries(), getV8HelpBook()
      • getV8HelpBook_Pages

        org.eclipse.emf.ecore.EReference getV8HelpBook_Pages()
        Returns the meta object for the containment reference list 'Pages'.
        Returns:
        the meta object for the containment reference list 'Pages'.
        See Also:
        V8HelpBook.getPages(), getV8HelpBook()
      • getV8HelpEntry

        org.eclipse.emf.ecore.EClass getV8HelpEntry()
        Returns the meta object for class 'Entry'.
        Returns:
        the meta object for class 'Entry'.
        See Also:
        V8HelpEntry
      • getV8HelpEntry_Title

        org.eclipse.emf.ecore.EAttribute getV8HelpEntry_Title()
        Returns the meta object for the attribute 'Title'.
        Returns:
        the meta object for the attribute 'Title'.
        See Also:
        V8HelpEntry.getTitle(), getV8HelpEntry()
      • getV8HelpEntry_Entries

        org.eclipse.emf.ecore.EReference getV8HelpEntry_Entries()
        Returns the meta object for the containment reference list 'Entries'.
        Returns:
        the meta object for the containment reference list 'Entries'.
        See Also:
        V8HelpEntry.getEntries(), getV8HelpEntry()
      • getV8HelpEntry_Page

        org.eclipse.emf.ecore.EReference getV8HelpEntry_Page()
        Returns the meta object for the reference 'Page'.
        Returns:
        the meta object for the reference 'Page'.
        See Also:
        V8HelpEntry.getPage(), getV8HelpEntry()
      • getV8HelpPage

        org.eclipse.emf.ecore.EClass getV8HelpPage()
        Returns the meta object for class 'Page'.
        Returns:
        the meta object for class 'Page'.
        See Also:
        V8HelpPage
      • getV8HelpPage_Host

        org.eclipse.emf.ecore.EAttribute getV8HelpPage_Host()
        Returns the meta object for the attribute 'Host'.
        Returns:
        the meta object for the attribute 'Host'.
        See Also:
        V8HelpPage.getHost(), getV8HelpPage()
      • getV8HelpPage_Link

        org.eclipse.emf.ecore.EAttribute getV8HelpPage_Link()
        Returns the meta object for the attribute 'Link'.
        Returns:
        the meta object for the attribute 'Link'.
        See Also:
        V8HelpPage.getLink(), getV8HelpPage()
      • getV8HelpPage_Attributes

        org.eclipse.emf.ecore.EReference getV8HelpPage_Attributes()
        Returns the meta object for the reference list 'Attributes'.
        Returns:
        the meta object for the reference list 'Attributes'.
        See Also:
        V8HelpPage.getAttributes(), getV8HelpPage()
      • getV8HelpAttribute

        org.eclipse.emf.ecore.EClass getV8HelpAttribute()
        Returns the meta object for class 'Attribute'.
        Returns:
        the meta object for class 'Attribute'.
        See Also:
        V8HelpAttribute
      • getV8HelpFactory

        V8HelpFactory getV8HelpFactory()
        Returns the factory that creates the instances of the model.
        Returns:
        the factory that creates the instances of the model.