Uses of Interface
org.enterprisedomain.classmaker.CompletionNotificationAdapter
Package
Description
-
Uses of CompletionNotificationAdapter in org.enterprisedomain.classmaker
Modifier and TypeMethodDescriptionClassMakerFactory.createCompletionNotificationAdapter()
Returns a new object of class 'Completion Notification Adapter'.Project.getCompletionNotificationAdapter()
Returns the value of the 'Completion Notification Adapter' containment reference.Modifier and TypeMethodDescriptionvoid
Project.setCompletionNotificationAdapter
(CompletionNotificationAdapter value) Sets the value of the 'Completion Notification Adapter
' containment reference. -
Uses of CompletionNotificationAdapter in org.enterprisedomain.classmaker.impl
Modifier and TypeClassDescriptionclass
An implementation of the model object 'Completion Notification Adapter'.Modifier and TypeMethodDescriptionProjectImpl.basicGetCompletionNotificationAdapter()
ClassMakerFactoryImpl.createCompletionNotificationAdapter()
ProjectImpl.getCompletionNotificationAdapter()
Modifier and TypeMethodDescriptionorg.eclipse.emf.common.notify.NotificationChain
ProjectImpl.basicSetCompletionNotificationAdapter
(CompletionNotificationAdapter newCompletionNotificationAdapter, org.eclipse.emf.common.notify.NotificationChain msgs) void
ProjectImpl.setCompletionNotificationAdapter
(CompletionNotificationAdapter newCompletionNotificationAdapter) -
Uses of CompletionNotificationAdapter in org.enterprisedomain.classmaker.util
Modifier and TypeMethodDescriptionClassMakerSwitch.caseCompletionNotificationAdapter
(CompletionNotificationAdapter object) Returns the result of interpreting the object as an instance of 'Completion Notification Adapter'.boolean
ClassMakerValidator.validateCompletionNotificationAdapter
(CompletionNotificationAdapter completionNotificationAdapter, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object, Object> context) -
Uses of CompletionNotificationAdapter in org.enterprisedomain.classmaker.validation
Modifier and TypeMethodDescriptionboolean
ProjectValidator.validateCompletionNotificationAdapter
(CompletionNotificationAdapter value)