Interface V8HelpFactory

All Superinterfaces:
org.eclipse.emf.ecore.EFactory, org.eclipse.emf.ecore.EModelElement, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
V8HelpFactoryImpl

public interface V8HelpFactory extends org.eclipse.emf.ecore.EFactory
The Factory for the model. It provides a create method for each non-abstract class of the model.
See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final V8HelpFactory
    The singleton instance of the factory.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns a new object of class 'Attribute'.
    Returns a new object of class 'Book'.
    Returns a new object of class 'Entry'.
    Returns a new object of class 'Page'.
    Returns the package supported by this factory.

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

    convertToString, create, createFromString, getEPackage, setEPackage

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

    getEAnnotation, getEAnnotations

    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.common.notify.Notifier

    eAdapters, eDeliver, eNotify, eSetDeliver
  • Field Details

    • eINSTANCE

      static final V8HelpFactory eINSTANCE
      The singleton instance of the factory.
  • Method Details

    • createV8HelpBook

      V8HelpBook createV8HelpBook()
      Returns a new object of class 'Book'.
      Returns:
      a new object of class 'Book'.
    • createV8HelpEntry

      V8HelpEntry createV8HelpEntry()
      Returns a new object of class 'Entry'.
      Returns:
      a new object of class 'Entry'.
    • createV8HelpPage

      V8HelpPage createV8HelpPage()
      Returns a new object of class 'Page'.
      Returns:
      a new object of class 'Page'.
    • createV8HelpAttribute

      V8HelpAttribute createV8HelpAttribute()
      Returns a new object of class 'Attribute'.
      Returns:
      a new object of class 'Attribute'.
    • getV8HelpPackage

      V8HelpPackage getV8HelpPackage()
      Returns the package supported by this factory.
      Returns:
      the package supported by this factory.