- All Superinterfaces:
AbstractUser,EObject,Loadable,Notifier
- All Known Implementing Classes:
ContributorImpl
A representation of the model object 'Contributor'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Additions' attribute.Returns the value of the 'Commits' attribute.Returns the value of the 'Deletions' attribute.getUser()Returns the value of the 'User' reference.voidsetAdditions(Integer value) Sets the value of the 'Additions' attribute.voidsetCommits(Integer value) Sets the value of the 'Commits' attribute.voidsetDeletions(Integer value) Sets the value of the 'Deletions' attribute.voidSets the value of the 'User' reference.Methods inherited from interface org.nasdanika.models.gitlab.AbstractUser
getAvatarUrl, getCreatedAt, getEMail, getId, getName, getState, getUserName, getWebUrl, setAvatarUrl, setCreatedAt, setEMail, setId, setName, setState, setUserName, setWebUrlMethods 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, eSetDeliver
-
Method Details
-
getUser
Returns the value of the 'User' reference. It is bidirectional and its opposite is 'Contributions'. A reference to a matching user- Returns:
- the value of the 'User' reference.
- See Also:
-
setUser
Sets the value of the 'User' reference.- Parameters:
value- the new value of the 'User' reference.- See Also:
-
getCommits
Returns the value of the 'Commits' attribute.- Returns:
- the value of the 'Commits' attribute.
- See Also:
-
setCommits
Sets the value of the 'Commits' attribute.- Parameters:
value- the new value of the 'Commits' attribute.- See Also:
-
getAdditions
Returns the value of the 'Additions' attribute.- Returns:
- the value of the 'Additions' attribute.
- See Also:
-
setAdditions
Sets the value of the 'Additions' attribute.- Parameters:
value- the new value of the 'Additions' attribute.- See Also:
-
getDeletions
Returns the value of the 'Deletions' attribute.- Returns:
- the value of the 'Deletions' attribute.
- See Also:
-
setDeletions
Sets the value of the 'Deletions' attribute.- Parameters:
value- the new value of the 'Deletions' attribute.- See Also:
-