Interface FileAwareTextDocument
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
FileAwareTextDocumentImpl
public interface FileAwareTextDocument extends org.eclipse.emf.ecore.EObject
A representation of the model object 'File Aware Text Document'.The following features are supported:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.core.resources.IFile
getFile()
Returns the value of the 'File' attribute.void
setFile(org.eclipse.core.resources.IFile value)
Sets the value of the 'File
' attribute.
-
-
-
Method Detail
-
getFile
org.eclipse.core.resources.IFile getFile()
Returns the value of the 'File' attribute.- Returns:
- the value of the 'File' attribute.
- See Also:
setFile(IFile)
,TextDocumentPackage.getFileAwareTextDocument_File()
-
-