Module org.nasdanika.models.gitlab
Package org.nasdanika.models.gitlab
Interface BinaryRepositoryFile
- All Superinterfaces:
Blob,EObject,Loadable,Notifier,RepositoryFile,TreeItem,org.nasdanika.ncore.TreeItem
- All Known Implementing Classes:
BinaryRepositoryFileImpl
A representation of the model object 'Binary Repository File'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionbyte[]Returns the value of the 'Content' attribute.voidsetContent(byte[] value) Sets the value of the 'Content' attribute.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
byte[] getContent()Returns the value of the 'Content' attribute.- Returns:
- the value of the 'Content' attribute.
- See Also:
-
setContent
Sets the value of the 'Content' attribute.- Parameters:
value- the new value of the 'Content' attribute.- See Also:
-