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.EPackageThe 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:
HtmlDocumentFactory
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceHtmlDocumentPackage.LiteralsDefines 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
-
Field Summary
Fields Modifier and Type Field Description static HtmlDocumentPackageeINSTANCEThe singleton instance of the package.static StringeNAMEThe package name.static StringeNS_PREFIXThe package namespace name.static StringeNS_URIThe package namespace URI.static intHTML_DOCUMENTThe meta object id for the 'Html Document' class.static intHTML_DOCUMENT__PAGESThe feature id for the 'Pages' containment reference list.static intHTML_DOCUMENT_FEATURE_COUNTThe number of structural features of the 'Html Document' class.static intHTML_DOCUMENT_OPERATION_COUNTThe number of operations of the 'Html Document' class.static intHTML_DOCUMENT_PAGEThe meta object id for the 'Page' class.static intHTML_DOCUMENT_PAGE___GET_FILEThe operation id for the 'Get File' operation.static intHTML_DOCUMENT_PAGE__LANGThe feature id for the 'Lang' attribute.static intHTML_DOCUMENT_PAGE_FEATURE_COUNTThe number of structural features of the 'Page' class.static intHTML_DOCUMENT_PAGE_OPERATION_COUNTThe number of operations of the 'Page' class.static intIFILEThe meta object id for the 'IFile' data type.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.emf.ecore.EClassgetHtmlDocument()Returns the meta object for class 'Html Document'.org.eclipse.emf.ecore.EReferencegetHtmlDocument_Pages()Returns the meta object for the containment reference list 'Pages'.HtmlDocumentFactorygetHtmlDocumentFactory()Returns the factory that creates the instances of the model.org.eclipse.emf.ecore.EClassgetHtmlDocumentPage()Returns the meta object for class 'Page'.org.eclipse.emf.ecore.EOperationgetHtmlDocumentPage__GetFile()Returns the meta object for the 'Get File' operation.org.eclipse.emf.ecore.EAttributegetHtmlDocumentPage_Lang()Returns 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.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
-
-
-
-
Field Detail
-
eNAME
static final String eNAME
The package name.- See Also:
- Constant Field Values
-
eNS_URI
static final String eNS_URI
The package namespace URI.- See Also:
- Constant Field Values
-
eNS_PREFIX
static final String eNS_PREFIX
The package namespace name.- See Also:
- Constant Field Values
-
eINSTANCE
static final HtmlDocumentPackage eINSTANCE
The singleton instance of the package.
-
HTML_DOCUMENT
static final int HTML_DOCUMENT
The meta object id for the 'Html Document' class.
-
HTML_DOCUMENT__PAGES
static final int HTML_DOCUMENT__PAGES
The feature id for the 'Pages' containment reference list.- See Also:
- Constant Field Values
-
HTML_DOCUMENT_FEATURE_COUNT
static final int HTML_DOCUMENT_FEATURE_COUNT
The number of structural features of the 'Html Document' class.- See Also:
- Constant Field Values
-
HTML_DOCUMENT_OPERATION_COUNT
static final int HTML_DOCUMENT_OPERATION_COUNT
The number of operations of the 'Html Document' class.- See Also:
- Constant Field Values
-
HTML_DOCUMENT_PAGE
static final int HTML_DOCUMENT_PAGE
The meta object id for the 'Page' class.
-
HTML_DOCUMENT_PAGE__LANG
static final int HTML_DOCUMENT_PAGE__LANG
The feature id for the 'Lang' attribute.- See Also:
- Constant Field Values
-
HTML_DOCUMENT_PAGE_FEATURE_COUNT
static final int HTML_DOCUMENT_PAGE_FEATURE_COUNT
The number of structural features of the 'Page' class.- See Also:
- Constant Field Values
-
HTML_DOCUMENT_PAGE___GET_FILE
static final int HTML_DOCUMENT_PAGE___GET_FILE
The operation id for the 'Get File' operation.- See Also:
- Constant Field Values
-
HTML_DOCUMENT_PAGE_OPERATION_COUNT
static final int HTML_DOCUMENT_PAGE_OPERATION_COUNT
The number of operations of the 'Page' class.- See Also:
- Constant Field Values
-
IFILE
static final int IFILE
The meta object id for the 'IFile' data type.- See Also:
IFile,HtmlDocumentPackageImpl.getIFile(), Constant Field Values
-
-
Method Detail
-
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:
HtmlDocument
-
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:
HtmlDocument.getPages(),getHtmlDocument()
-
getHtmlDocumentPage
org.eclipse.emf.ecore.EClass getHtmlDocumentPage()
Returns the meta object for class 'Page'.- Returns:
- the meta object for class 'Page'.
- See Also:
HtmlDocumentPage
-
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:
HtmlDocumentPage.getLang(),getHtmlDocumentPage()
-
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:
HtmlDocumentPage.getFile()
-
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.
-
-