- All Known Subinterfaces:
BinaryRepositoryFile,EObjectRepositoryFile,ListRepositoryFile,TextRepositoryFile
- All Known Implementing Classes:
BinaryRepositoryFileImpl,EObjectRepositoryFileImpl,ListRepositoryFileImpl,RepositoryFileImpl,TextRepositoryFileImpl
A representation of the model object 'Repository File'.
Base class for repository files with different types of content
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Commit Id' attribute.Returns the value of the 'Last Commit Id' attribute.getRef()Returns the value of the 'Ref' attribute.getSize()Returns the value of the 'Size' attribute.voidsetCommitId(String value) Sets the value of the 'Commit Id' attribute.voidsetLastCommitId(String value) Sets the value of the 'Last Commit Id' attribute.voidSets the value of the 'Ref' attribute.voidSets the value of the 'Size' 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.TreeItem
getId, getPath, setId, setPathMethods inherited from interface org.nasdanika.ncore.TreeItem
getName, setName
-
Method Details
-
getSize
Returns the value of the 'Size' attribute.- Returns:
- the value of the 'Size' attribute.
- See Also:
-
setSize
Sets the value of the 'Size' attribute.- Parameters:
value- the new value of the 'Size' attribute.- See Also:
-
getRef
Returns the value of the 'Ref' attribute.- Returns:
- the value of the 'Ref' attribute.
- See Also:
-
setRef
Sets the value of the 'Ref' attribute.- Parameters:
value- the new value of the 'Ref' attribute.- See Also:
-
getCommitId
Returns the value of the 'Commit Id' attribute.- Returns:
- the value of the 'Commit Id' attribute.
- See Also:
-
setCommitId
Sets the value of the 'Commit Id' attribute.- Parameters:
value- the new value of the 'Commit Id' attribute.- See Also:
-
getLastCommitId
Returns the value of the 'Last Commit Id' attribute.- Returns:
- the value of the 'Last Commit Id' attribute.
- See Also:
-
setLastCommitId
Sets the value of the 'Last Commit Id' attribute.- Parameters:
value- the new value of the 'Last Commit Id' attribute.- See Also:
-