Module org.nasdanika.models.gitlab
Package org.nasdanika.models.gitlab
Interface EObjectRepositoryFile
- All Superinterfaces:
Blob,EObject,Loadable,Notifier,RepositoryFile,TreeItem,org.nasdanika.ncore.TreeItem
- All Known Implementing Classes:
EObjectRepositoryFileImpl
A representation of the model object 'EObject Repository File'.
A repository file with content loaded as EObject. For example, Maven pom.xml file can be loaded as an object representing the file structure.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Content' containment reference.voidsetContent(EObject value) Sets the value of the 'Content' containment reference.Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface org.nasdanika.models.gitlab.Loadable
getLoaded, getLoads, setLoadedMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliverMethods inherited from interface org.nasdanika.models.gitlab.RepositoryFile
getCommitId, getLastCommitId, getRef, getSize, setCommitId, setLastCommitId, setRef, setSizeMethods inherited from interface org.nasdanika.models.gitlab.TreeItem
getId, getPath, setId, setPathMethods inherited from interface org.nasdanika.ncore.TreeItem
getName, setName
-
Method Details
-
getContent
Returns the value of the 'Content' containment reference.- Returns:
- the value of the 'Content' containment reference.
- See Also:
-
setContent
Sets the value of the 'Content' containment reference.- Parameters:
value- the new value of the 'Content' containment reference.- See Also:
-