Uses of Interface
org.enterprisedomain.classmaker.CompletionNotificationAdapter
Packages that use CompletionNotificationAdapter
Package
Description
-
Uses of CompletionNotificationAdapter in org.enterprisedomain.classmaker
Methods in org.enterprisedomain.classmaker that return CompletionNotificationAdapterModifier and TypeMethodDescriptionClassMakerFactory.createCompletionNotificationAdapter()
Returns a new object of class 'Completion Notification Adapter'.Project.getCompletionNotificationAdapter()
Returns the value of the 'Completion Notification Adapter' containment reference.Methods in org.enterprisedomain.classmaker with parameters of type CompletionNotificationAdapterModifier and TypeMethodDescriptionvoid
Project.setCompletionNotificationAdapter
(CompletionNotificationAdapter value) Sets the value of the 'Completion Notification Adapter
' containment reference. -
Uses of CompletionNotificationAdapter in org.enterprisedomain.classmaker.impl
Classes in org.enterprisedomain.classmaker.impl that implement CompletionNotificationAdapterModifier and TypeClassDescriptionclass
An implementation of the model object 'Completion Notification Adapter'.Methods in org.enterprisedomain.classmaker.impl that return CompletionNotificationAdapterModifier and TypeMethodDescriptionProjectImpl.basicGetCompletionNotificationAdapter()
ClassMakerFactoryImpl.createCompletionNotificationAdapter()
ProjectImpl.getCompletionNotificationAdapter()
Methods in org.enterprisedomain.classmaker.impl with parameters of type CompletionNotificationAdapterModifier 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
Methods in org.enterprisedomain.classmaker.util with parameters of type CompletionNotificationAdapterModifier 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
Methods in org.enterprisedomain.classmaker.validation with parameters of type CompletionNotificationAdapterModifier and TypeMethodDescriptionboolean
ProjectValidator.validateCompletionNotificationAdapter
(CompletionNotificationAdapter value)