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 SummaryNested ClassesModifier and TypeInterfaceDescriptionstatic interfaceDefines literals for the meta objects that represent each class, each feature of each class, each operation of each class, each enum, and each data typeNested classes/interfaces inherited from interface org.eclipse.emf.ecore.EPackageorg.eclipse.emf.ecore.EPackage.Descriptor, org.eclipse.emf.ecore.EPackage.Registry
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final HtmlDocumentPackageThe singleton instance of the package.static final StringThe package name.static final StringThe package namespace name.static final StringThe package namespace URI.static final intThe meta object id for the 'Html Document' class.static final intThe feature id for the 'Pages' containment reference list.static final intThe number of structural features of the 'Html Document' class.static final intThe number of operations of the 'Html Document' class.static final intThe meta object id for the 'Page' class.static final intThe operation id for the 'Get File' operation.static final intThe feature id for the 'Lang' attribute.static final intThe number of structural features of the 'Page' class.static final intThe number of operations of the 'Page' class.static final intThe meta object id for the 'IFile' data type.
- 
Method SummaryModifier and TypeMethodDescriptionorg.eclipse.emf.ecore.EClassReturns the meta object for class 'Html Document'.org.eclipse.emf.ecore.EReferenceReturns the meta object for the containment reference list 'Pages'.Returns the factory that creates the instances of the model.org.eclipse.emf.ecore.EClassReturns the meta object for class 'Page'.org.eclipse.emf.ecore.EOperationReturns the meta object for the 'Get File' operation.org.eclipse.emf.ecore.EAttributeReturns the meta object for the attribute 'Lang'.org.eclipse.emf.ecore.EDataTypegetIFile()Returns the meta object for data type 'IFile'.Methods inherited from interface org.eclipse.emf.ecore.EModelElementgetEAnnotation, getEAnnotationsMethods inherited from interface org.eclipse.emf.ecore.ENamedElementgetName, setNameMethods inherited from interface org.eclipse.emf.ecore.EObjecteAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface org.eclipse.emf.ecore.EPackagegetEClassifier, getEClassifiers, getEFactoryInstance, getESubpackages, getESuperPackage, getNsPrefix, getNsURI, setEFactoryInstance, setNsPrefix, setNsURIMethods inherited from interface org.eclipse.emf.common.notify.NotifiereAdapters, eDeliver, eNotify, eSetDeliver
- 
Field Details- 
eNAMEThe package name.- See Also:
 
- 
eNS_URIThe package namespace URI.- See Also:
 
- 
eNS_PREFIXThe package namespace name.- See Also:
 
- 
eINSTANCEThe singleton instance of the package.
- 
HTML_DOCUMENTstatic final int HTML_DOCUMENTThe meta object id for the 'Html Document' class.
- 
HTML_DOCUMENT__PAGESstatic final int HTML_DOCUMENT__PAGESThe feature id for the 'Pages' containment reference list.- See Also:
 
- 
HTML_DOCUMENT_FEATURE_COUNTstatic final int HTML_DOCUMENT_FEATURE_COUNTThe number of structural features of the 'Html Document' class.- See Also:
 
- 
HTML_DOCUMENT_OPERATION_COUNTstatic final int HTML_DOCUMENT_OPERATION_COUNTThe number of operations of the 'Html Document' class.- See Also:
 
- 
HTML_DOCUMENT_PAGEstatic final int HTML_DOCUMENT_PAGEThe meta object id for the 'Page' class.
- 
HTML_DOCUMENT_PAGE__LANGstatic final int HTML_DOCUMENT_PAGE__LANGThe feature id for the 'Lang' attribute.- See Also:
 
- 
HTML_DOCUMENT_PAGE_FEATURE_COUNTstatic final int HTML_DOCUMENT_PAGE_FEATURE_COUNTThe number of structural features of the 'Page' class.- See Also:
 
- 
HTML_DOCUMENT_PAGE___GET_FILEstatic final int HTML_DOCUMENT_PAGE___GET_FILEThe operation id for the 'Get File' operation.- See Also:
 
- 
HTML_DOCUMENT_PAGE_OPERATION_COUNTstatic final int HTML_DOCUMENT_PAGE_OPERATION_COUNTThe number of operations of the 'Page' class.- See Also:
 
- 
IFILEstatic final int IFILEThe meta object id for the 'IFile' data type.- See Also:
 
 
- 
- 
Method Details- 
getHtmlDocumentorg.eclipse.emf.ecore.EClass getHtmlDocument()Returns the meta object for class 'Html Document'.- Returns:
- the meta object for class 'Html Document'.
- See Also:
 
- 
getHtmlDocument_Pagesorg.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:
 
- 
getHtmlDocumentPageorg.eclipse.emf.ecore.EClass getHtmlDocumentPage()Returns the meta object for class 'Page'.- Returns:
- the meta object for class 'Page'.
- See Also:
 
- 
getHtmlDocumentPage_Langorg.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__GetFileorg.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:
 
- 
getIFileorg.eclipse.emf.ecore.EDataType getIFile()Returns the meta object for data type 'IFile'.- Returns:
- the meta object for data type 'IFile'.
- See Also:
- 
- IFile
 
 
- 
getHtmlDocumentFactoryHtmlDocumentFactory getHtmlDocumentFactory()Returns the factory that creates the instances of the model.- Returns:
- the factory that creates the instances of the model.
 
 
-