Uses of Interface
org.enterprisedomain.classmaker.ClassMakerService
Packages that use ClassMakerService
Package
Description
-
Uses of ClassMakerService in org.enterprisedomain.classmaker
Methods in org.enterprisedomain.classmaker that return ClassMakerServiceModifier and TypeMethodDescriptionClassMakerFactory.createClassMakerService()
Returns a new object of class 'Service'.Workspace.getService()
Returns the value of the 'Service' container reference.Methods in org.enterprisedomain.classmaker with parameters of type ClassMakerServiceModifier and TypeMethodDescriptionvoid
Workspace.setService
(ClassMakerService value) Sets the value of the 'Service
' container reference. -
Uses of ClassMakerService in org.enterprisedomain.classmaker.core
Methods in org.enterprisedomain.classmaker.core that return ClassMakerServiceModifier and TypeMethodDescriptionstatic ClassMakerService
ClassMakerPlugin.getClassMaker()
ClassMaker facade service. -
Uses of ClassMakerService in org.enterprisedomain.classmaker.impl
Classes in org.enterprisedomain.classmaker.impl that implement ClassMakerServiceModifier and TypeClassDescriptionclass
An implementation of the model object 'Service'.Methods in org.enterprisedomain.classmaker.impl that return ClassMakerServiceModifier and TypeMethodDescriptionClassMakerFactoryImpl.createClassMakerService()
WorkspaceImpl.getService()
Methods in org.enterprisedomain.classmaker.impl with parameters of type ClassMakerServiceModifier and TypeMethodDescriptionorg.eclipse.emf.common.notify.NotificationChain
WorkspaceImpl.basicSetService
(ClassMakerService newService, org.eclipse.emf.common.notify.NotificationChain msgs) void
WorkspaceImpl.setService
(ClassMakerService newService) -
Uses of ClassMakerService in org.enterprisedomain.classmaker.util
Methods in org.enterprisedomain.classmaker.util with parameters of type ClassMakerServiceModifier and TypeMethodDescriptionClassMakerSwitch.caseClassMakerService
(ClassMakerService object) Returns the result of interpreting the object as an instance of 'Service'.boolean
ClassMakerValidator.validateClassMakerService
(ClassMakerService classMakerService, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object, Object> context) -
Uses of ClassMakerService in org.enterprisedomain.classmaker.validation
Methods in org.enterprisedomain.classmaker.validation with parameters of type ClassMakerServiceModifier and TypeMethodDescriptionboolean
WorkspaceValidator.validateService
(ClassMakerService value) -
Uses of ClassMakerService in org.enterprisedomain.workbench
Methods in org.enterprisedomain.workbench that return ClassMakerServiceModifier and TypeMethodDescriptionstatic ClassMakerService
Activator.getClassMaker()
ClassMaker facade service.