- All Known Implementing Classes:
ProjectSharedGroupImpl
A representation of the model object 'Project Shared Group'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Access Level' attribute.Returns the value of the 'Full Path' attribute.getGroup()Returns the value of the 'Group' reference.getId()Returns the value of the 'Id' attribute.getName()Returns the value of the 'Name' attribute.voidsetAccessLevel(AccessLevel value) Sets the value of the 'Access Level' attribute.voidsetFullPath(String value) Sets the value of the 'Full Path' attribute.voidSets the value of the 'Group' reference.voidSets the value of the 'Id' attribute.voidSets the value of the 'Name' 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.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getId
Returns the value of the 'Id' attribute.- Returns:
- the value of the 'Id' attribute.
- See Also:
-
setId
Sets the value of the 'Id' attribute.- Parameters:
value- the new value of the 'Id' attribute.- See Also:
-
getName
Returns the value of the 'Name' attribute.- Returns:
- the value of the 'Name' attribute.
- See Also:
-
setName
Sets the value of the 'Name' attribute.- Parameters:
value- the new value of the 'Name' attribute.- See Also:
-
getFullPath
Returns the value of the 'Full Path' attribute.- Returns:
- the value of the 'Full Path' attribute.
- See Also:
-
setFullPath
Sets the value of the 'Full Path' attribute.- Parameters:
value- the new value of the 'Full Path' attribute.- 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:
-
getGroup
Returns the value of the 'Group' reference. It is bidirectional and its opposite is 'Shares'.- Returns:
- the value of the 'Group' reference.
- See Also:
-
setGroup
Sets the value of the 'Group' reference.- Parameters:
value- the new value of the 'Group' reference.- See Also:
-