Interface TextDocumentPackage.Literals
-
- Enclosing interface:
- TextDocumentPackage
public static interface TextDocumentPackage.Literals
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
-
-
Field Summary
Fields Modifier and Type Field Description static org.eclipse.emf.ecore.EClass
FILE_AWARE_TEXT_DOCUMENT
The meta object literal for the 'File Aware Text Document
' class.static org.eclipse.emf.ecore.EAttribute
FILE_AWARE_TEXT_DOCUMENT__FILE
The meta object literal for the 'File' attribute feature.static org.eclipse.emf.ecore.EDataType
IFILE
The meta object literal for the 'IFile' data type.
-
-
-
Field Detail
-
FILE_AWARE_TEXT_DOCUMENT
static final org.eclipse.emf.ecore.EClass FILE_AWARE_TEXT_DOCUMENT
The meta object literal for the 'File Aware Text Document
' class.
-
FILE_AWARE_TEXT_DOCUMENT__FILE
static final org.eclipse.emf.ecore.EAttribute FILE_AWARE_TEXT_DOCUMENT__FILE
The meta object literal for the 'File' attribute feature.
-
IFILE
static final org.eclipse.emf.ecore.EDataType IFILE
The meta object literal for the 'IFile' data type.- See Also:
IFile
,TextDocumentPackageImpl.getIFile()
-
-