Uses of Interface
org.enterprisedomain.classmaker.ClassMakerService
Package
Description
-
Uses of ClassMakerService in org.enterprisedomain.classmaker
Modifier and TypeMethodDescriptionClassMakerFactory.createClassMakerService()
Returns a new object of class 'Service'.Workspace.getService()
Returns the value of the 'Service' container reference.Modifier and TypeMethodDescriptionvoid
Workspace.setService
(ClassMakerService value) Sets the value of the 'Service
' container reference. -
Uses of ClassMakerService in org.enterprisedomain.classmaker.core
Modifier and TypeMethodDescriptionstatic ClassMakerService
ClassMakerPlugin.getClassMaker()
ClassMaker facade service. -
Uses of ClassMakerService in org.enterprisedomain.classmaker.impl
Modifier and TypeClassDescriptionclass
An implementation of the model object 'Service'.Modifier and TypeMethodDescriptionClassMakerFactoryImpl.createClassMakerService()
WorkspaceImpl.getService()
Modifier 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
Modifier 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
Modifier and TypeMethodDescriptionboolean
WorkspaceValidator.validateService
(ClassMakerService value) -
Uses of ClassMakerService in org.enterprisedomain.workbench
Modifier and TypeMethodDescriptionstatic ClassMakerService
Activator.getClassMaker()
ClassMaker facade service.