- All Superinterfaces:
AbstractUser,EObject,Loadable,Notifier
- All Known Implementing Classes:
MemberImpl
A representation of the model object 'Member'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Access Level' attribute.Returns the value of the 'Expires At' attribute.getUser()Returns the value of the 'User' reference.voidsetAccessLevel(AccessLevel value) Sets the value of the 'Access Level' attribute.voidsetExpiresAt(Date value) Sets the value of the 'Expires At' 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 'Membership'.- 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:
-
getAccessLevel
Returns the value of the 'Access Level' attribute. The literals are from the enumerationAccessLevel.- Returns:
- the value of the 'Access Level' attribute.
- See Also:
-
setAccessLevel
Sets the value of the 'Access Level' attribute.- Parameters:
value- the new value of the 'Access Level' attribute.- See Also:
-
getExpiresAt
Returns the value of the 'Expires At' attribute.- Returns:
- the value of the 'Expires At' attribute.
- See Also:
-
setExpiresAt
Sets the value of the 'Expires At' attribute.- Parameters:
value- the new value of the 'Expires At' attribute.- See Also:
-