Interface TextDocumentPackage
-
- 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:
TextDocumentPackageImpl
public interface TextDocumentPackage 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:
TextDocumentFactory
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description 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 TextDocumentPackage
eINSTANCE
The singleton instance of the package.static String
eNAME
The package name.static String
eNS_PREFIX
The package namespace name.static String
eNS_URI
The package namespace URI.static int
FILE_AWARE_TEXT_DOCUMENT
The meta object id for the 'File Aware Text Document
' class.static int
FILE_AWARE_TEXT_DOCUMENT__FILE
The feature id for the 'File' attribute.static int
FILE_AWARE_TEXT_DOCUMENT_FEATURE_COUNT
The number of structural features of the 'File Aware Text Document' class.static int
FILE_AWARE_TEXT_DOCUMENT_OPERATION_COUNT
The number of operations of the 'File Aware Text Document' class.static int
IFILE
The 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.EClass
getFileAwareTextDocument()
Returns the meta object for class 'File Aware Text Document
'.org.eclipse.emf.ecore.EAttribute
getFileAwareTextDocument_File()
Returns the meta object for the attribute 'File
'.org.eclipse.emf.ecore.EDataType
getIFile()
Returns the meta object for data type 'IFile
'.TextDocumentFactory
getTextDocumentFactory()
Returns the factory that creates the instances of the model.-
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 TextDocumentPackage eINSTANCE
The singleton instance of the package.
-
FILE_AWARE_TEXT_DOCUMENT
static final int FILE_AWARE_TEXT_DOCUMENT
The meta object id for the 'File Aware Text Document
' class.
-
FILE_AWARE_TEXT_DOCUMENT__FILE
static final int FILE_AWARE_TEXT_DOCUMENT__FILE
The feature id for the 'File' attribute.- See Also:
- Constant Field Values
-
FILE_AWARE_TEXT_DOCUMENT_FEATURE_COUNT
static final int FILE_AWARE_TEXT_DOCUMENT_FEATURE_COUNT
The number of structural features of the 'File Aware Text Document' class.- See Also:
- Constant Field Values
-
FILE_AWARE_TEXT_DOCUMENT_OPERATION_COUNT
static final int FILE_AWARE_TEXT_DOCUMENT_OPERATION_COUNT
The number of operations of the 'File Aware Text Document' class.- See Also:
- Constant Field Values
-
IFILE
static final int IFILE
The meta object id for the 'IFile' data type.- See Also:
IFile
,TextDocumentPackageImpl.getIFile()
, Constant Field Values
-
-
Method Detail
-
getFileAwareTextDocument
org.eclipse.emf.ecore.EClass getFileAwareTextDocument()
Returns the meta object for class 'File Aware Text Document
'.- Returns:
- the meta object for class 'File Aware Text Document'.
- See Also:
FileAwareTextDocument
-
getFileAwareTextDocument_File
org.eclipse.emf.ecore.EAttribute getFileAwareTextDocument_File()
Returns the meta object for the attribute 'File
'.- Returns:
- the meta object for the attribute 'File'.
- See Also:
FileAwareTextDocument.getFile()
,getFileAwareTextDocument()
-
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
-
getTextDocumentFactory
TextDocumentFactory getTextDocumentFactory()
Returns the factory that creates the instances of the model.- Returns:
- the factory that creates the instances of the model.
-
-