- All Superinterfaces:
AbstractUser,EObject,Loadable,Notifier
- All Known Implementing Classes:
UserImpl
A representation of the model object 'User'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionEList<org.nasdanika.models.gitlab.codeowners.CodeOwner>Returns the value of the 'Code Ownership' reference list.Returns the value of the 'Contributions' reference list.Returns the value of the 'Created Projects' reference list.Returns the value of the 'Membership' reference list.getOwns()Returns the value of the 'Owns' reference list.Returns the value of the 'Projects' containment reference list.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
-
getProjects
Returns the value of the 'Projects' containment reference list. The list contents are of typeProject.- Returns:
- the value of the 'Projects' containment reference list.
- See Also:
-
getMembership
Returns the value of the 'Membership' reference list. The list contents are of typeMember. It is bidirectional and its opposite is 'User'.- Returns:
- the value of the 'Membership' reference list.
- See Also:
-
getOwns
Returns the value of the 'Owns' reference list. The list contents are of typeOwner. It is bidirectional and its opposite is 'User'.- Returns:
- the value of the 'Owns' reference list.
- See Also:
-
getCreatedProjects
Returns the value of the 'Created Projects' reference list. The list contents are of typeProject. It is bidirectional and its opposite is 'Creator'.- Returns:
- the value of the 'Created Projects' reference list.
- See Also:
-
getContributions
Returns the value of the 'Contributions' reference list. The list contents are of typeContributor. It is bidirectional and its opposite is 'User'.- Returns:
- the value of the 'Contributions' reference list.
- See Also:
-
getCodeOwnership
EList<org.nasdanika.models.gitlab.codeowners.CodeOwner> getCodeOwnership()Returns the value of the 'Code Ownership' reference list. The list contents are of typeCodeOwner. It is bidirectional and its opposite is 'User'.- Returns:
- the value of the 'Code Ownership' reference list.
- See Also:
-
GitLabPackage.getUser_CodeOwnership()CodeOwner.getUser()
-