Package org.enterprisedomain.classmaker
Interface CompletionNotificationAdapter
- All Superinterfaces:
org.eclipse.emf.common.notify.Adapter
,org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
CompletionNotificationAdapterImpl
public interface CompletionNotificationAdapter
extends org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Adapter
A representation of the model object
'Completion Notification Adapter'.
Adapter
for notification about process completion.
The following features are supported:
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.eclipse.emf.common.notify.Adapter
org.eclipse.emf.common.notify.Adapter.Internal
-
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.core.runtime.IStatus
getError()
Returns the value of the 'Error' attribute.Returns the value of the 'Project' reference.void
setProject
(Project value) Sets the value of the 'Project
' reference.Methods inherited from interface org.eclipse.emf.common.notify.Adapter
getTarget, isAdapterForType, notifyChanged, setTarget
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getError
org.eclipse.core.runtime.IStatus getError()Returns the value of the 'Error' attribute.If the meaning of the 'Error' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Error' attribute.
- See Also:
-
getProject
Project getProject()Returns the value of the 'Project' reference. It is bidirectional and its opposite is 'Completion Notification Adapter
'.- Returns:
- the value of the 'Project' reference.
- See Also:
-
setProject
Sets the value of the 'Project
' reference.- Parameters:
value
- the new value of the 'Project' reference.- See Also:
-