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:
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
    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

    Nested classes/interfaces inherited from interface org.eclipse.emf.ecore.EPackage

    org.eclipse.emf.ecore.EPackage.Descriptor, org.eclipse.emf.ecore.EPackage.Registry
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final V8HelpPackage
    The singleton instance of the package.
    static final String
    The package name.
    static final String
    The package namespace name.
    static final String
    The package namespace URI.
    static final int
    The meta object id for the 'Attribute' class.
    static final int
    The feature id for the 'Name' attribute.
    static final int
    The number of structural features of the 'Attribute' class.
    static final int
    The number of operations of the 'Attribute' class.
    static final int
    The meta object id for the 'Book' class.
    static final int
    The feature id for the 'Attributes' containment reference list.
    static final int
    The feature id for the 'Entries' containment reference list.
    static final int
    The feature id for the 'Pages' containment reference list.
    static final int
    The feature id for the 'Version' attribute.
    static final int
    The number of structural features of the 'Book' class.
    static final int
    The number of operations of the 'Book' class.
    static final int
    The meta object id for the 'Entry' class.
    static final int
    The feature id for the 'Entries' containment reference list.
    static final int
    The feature id for the 'Page' reference.
    static final int
    The feature id for the 'Title' attribute.
    static final int
    The number of structural features of the 'Entry' class.
    static final int
    The number of operations of the 'Entry' class.
    static final int
    The meta object id for the 'Page' class.
    static final int
    The feature id for the 'Attributes' reference list.
    static final int
    The feature id for the 'Host' attribute.
    static final int
    The feature id for the 'Link' attribute.
    static final int
    The number of structural features of the 'Page' class.
    static final int
    The number of operations of the 'Page' class.
  • Method Summary

    Modifier and Type
    Method
    Description
    org.eclipse.emf.ecore.EClass
    Returns the meta object for class 'Attribute'.
    org.eclipse.emf.ecore.EAttribute
    Returns the meta object for the attribute 'Name'.
    org.eclipse.emf.ecore.EClass
    Returns the meta object for class 'Book'.
    org.eclipse.emf.ecore.EReference
    Returns the meta object for the containment reference list 'Attributes'.
    org.eclipse.emf.ecore.EReference
    Returns the meta object for the containment reference list 'Entries'.
    org.eclipse.emf.ecore.EReference
    Returns the meta object for the containment reference list 'Pages'.
    org.eclipse.emf.ecore.EAttribute
    Returns the meta object for the attribute 'Version'.
    org.eclipse.emf.ecore.EClass
    Returns the meta object for class 'Entry'.
    org.eclipse.emf.ecore.EReference
    Returns the meta object for the containment reference list 'Entries'.
    org.eclipse.emf.ecore.EReference
    Returns the meta object for the reference 'Page'.
    org.eclipse.emf.ecore.EAttribute
    Returns the meta object for the attribute 'Title'.
    Returns the factory that creates the instances of the model.
    org.eclipse.emf.ecore.EClass
    Returns the meta object for class 'Page'.
    org.eclipse.emf.ecore.EReference
    Returns the meta object for the reference list 'Attributes'.
    org.eclipse.emf.ecore.EAttribute
    Returns the meta object for the attribute 'Host'.
    org.eclipse.emf.ecore.EAttribute
    Returns the meta object for the attribute 'Link'.

    Methods inherited from interface org.eclipse.emf.ecore.EModelElement

    getEAnnotation, getEAnnotations

    Methods inherited from interface org.eclipse.emf.ecore.ENamedElement

    getName, setName

    Methods inherited from interface org.eclipse.emf.ecore.EObject

    eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset

    Methods inherited from interface org.eclipse.emf.ecore.EPackage

    getEClassifier, getEClassifiers, getEFactoryInstance, getESubpackages, getESuperPackage, getNsPrefix, getNsURI, setEFactoryInstance, setNsPrefix, setNsURI

    Methods inherited from interface org.eclipse.emf.common.notify.Notifier

    eAdapters, eDeliver, eNotify, eSetDeliver
  • Field Details

  • Method Details

    • getV8HelpBook

      org.eclipse.emf.ecore.EClass getV8HelpBook()
      Returns the meta object for class 'Book'.
      Returns:
      the meta object for class 'Book'.
      See Also:
    • 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:
    • 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:
    • 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:
    • 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:
    • getV8HelpEntry

      org.eclipse.emf.ecore.EClass getV8HelpEntry()
      Returns the meta object for class 'Entry'.
      Returns:
      the meta object for class 'Entry'.
      See Also:
    • 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:
    • 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:
    • 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:
    • getV8HelpPage

      org.eclipse.emf.ecore.EClass getV8HelpPage()
      Returns the meta object for class 'Page'.
      Returns:
      the meta object for class 'Page'.
      See Also:
    • 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:
    • 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:
    • 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:
    • getV8HelpAttribute

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

      org.eclipse.emf.ecore.EAttribute getV8HelpAttribute_Name()
      Returns the meta object for the attribute 'Name'.
      Returns:
      the meta object for the attribute 'Name'.
      See Also:
    • getV8HelpFactory

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