Interface HtmlDocumentPackage

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:
HtmlDocumentPackageImpl

public interface HtmlDocumentPackage 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 HtmlDocumentPackage
    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 'Html Document' class.
    static final int
    The feature id for the 'Pages' containment reference list.
    static final int
    The number of structural features of the 'Html Document' class.
    static final int
    The number of operations of the 'Html Document' class.
    static final int
    The meta object id for the 'Page' class.
    static final int
    The operation id for the 'Get File' operation.
    static final int
    The feature id for the 'Lang' attribute.
    static final int
    The number of structural features of the 'Page' class.
    static final int
    The number of operations of the 'Page' class.
    static final int
    The meta object id for the 'IFile' data type.
  • Method Summary

    Modifier and Type
    Method
    Description
    org.eclipse.emf.ecore.EClass
    Returns the meta object for class 'Html Document'.
    org.eclipse.emf.ecore.EReference
    Returns the meta object for the containment reference list 'Pages'.
    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.EOperation
    Returns the meta object for the 'Get File' operation.
    org.eclipse.emf.ecore.EAttribute
    Returns the meta object for the attribute 'Lang'.
    org.eclipse.emf.ecore.EDataType
    Returns the meta object for data type 'IFile'.

    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

    • getHtmlDocument

      org.eclipse.emf.ecore.EClass getHtmlDocument()
      Returns the meta object for class 'Html Document'.
      Returns:
      the meta object for class 'Html Document'.
      See Also:
    • getHtmlDocument_Pages

      org.eclipse.emf.ecore.EReference getHtmlDocument_Pages()
      Returns the meta object for the containment reference list 'Pages'.
      Returns:
      the meta object for the containment reference list 'Pages'.
      See Also:
    • getHtmlDocumentPage

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

      org.eclipse.emf.ecore.EAttribute getHtmlDocumentPage_Lang()
      Returns the meta object for the attribute 'Lang'.
      Returns:
      the meta object for the attribute 'Lang'.
      See Also:
    • getHtmlDocumentPage__GetFile

      org.eclipse.emf.ecore.EOperation getHtmlDocumentPage__GetFile()
      Returns the meta object for the 'Get File' operation.
      Returns:
      the meta object for the 'Get File' operation.
      See Also:
    • getIFile

      org.eclipse.emf.ecore.EDataType getIFile()
      Returns the meta object for data type 'IFile'.
      Returns:
      the meta object for data type 'IFile'.
      See Also:
      • IFile
    • getHtmlDocumentFactory

      HtmlDocumentFactory getHtmlDocumentFactory()
      Returns the factory that creates the instances of the model.
      Returns:
      the factory that creates the instances of the model.