Interface HtmlDocumentPackage.Literals
-
- Enclosing interface:
- HtmlDocumentPackage
public static interface HtmlDocumentPackage.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 org.eclipse.emf.ecore.EClassHTML_DOCUMENTThe meta object literal for the 'Html Document' class.static org.eclipse.emf.ecore.EReferenceHTML_DOCUMENT__PAGESThe meta object literal for the 'Pages' containment reference list feature.static org.eclipse.emf.ecore.EClassHTML_DOCUMENT_PAGEThe meta object literal for the 'Page' class.static org.eclipse.emf.ecore.EOperationHTML_DOCUMENT_PAGE___GET_FILEThe meta object literal for the 'Get File' operation.static org.eclipse.emf.ecore.EAttributeHTML_DOCUMENT_PAGE__LANGThe meta object literal for the 'Lang' attribute feature.static org.eclipse.emf.ecore.EDataTypeIFILEThe meta object literal for the 'IFile' data type.
-
-
-
Field Detail
-
HTML_DOCUMENT
static final org.eclipse.emf.ecore.EClass HTML_DOCUMENT
The meta object literal for the 'Html Document' class.
-
HTML_DOCUMENT__PAGES
static final org.eclipse.emf.ecore.EReference HTML_DOCUMENT__PAGES
The meta object literal for the 'Pages' containment reference list feature.
-
HTML_DOCUMENT_PAGE
static final org.eclipse.emf.ecore.EClass HTML_DOCUMENT_PAGE
The meta object literal for the 'Page' class.
-
HTML_DOCUMENT_PAGE__LANG
static final org.eclipse.emf.ecore.EAttribute HTML_DOCUMENT_PAGE__LANG
The meta object literal for the 'Lang' attribute feature.
-
HTML_DOCUMENT_PAGE___GET_FILE
static final org.eclipse.emf.ecore.EOperation HTML_DOCUMENT_PAGE___GET_FILE
The meta object literal for the 'Get File' operation.
-
IFILE
static final org.eclipse.emf.ecore.EDataType IFILE
The meta object literal for the 'IFile' data type.- See Also:
IFile,HtmlDocumentPackageImpl.getIFile()
-
-