- All Known Implementing Classes:
ProjectAccessImpl
A representation of the model object 'Project Access'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Access Level' attribute.intReturns the value of the 'Notification Level' attribute.voidsetAccessLevel(AccessLevel value) Sets the value of the 'Access Level' attribute.voidsetNotificationLevel(int value) Sets the value of the 'Notification Level' 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
-
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:
-
getNotificationLevel
int getNotificationLevel()Returns the value of the 'Notification Level' attribute.- Returns:
- the value of the 'Notification Level' attribute.
- See Also:
-
setNotificationLevel
Sets the value of the 'Notification Level' attribute.- Parameters:
value- the new value of the 'Notification Level' attribute.- See Also:
-