Uses of Interface
org.enterprisedomain.classmaker.Workspace
Packages that use Workspace
Package
Description
-
Uses of Workspace in org.enterprisedomain.classmaker
Methods in org.enterprisedomain.classmaker that return WorkspaceModifier and TypeMethodDescriptionClassMakerFactory.createWorkspace()
Returns a new object of class 'Workspace'.ClassMakerService.getWorkspace()
Returns the value of the 'Workspace' reference.Project.getWorkspace()
Returns the value of the 'Workspace' container reference.Methods in org.enterprisedomain.classmaker with parameters of type WorkspaceModifier and TypeMethodDescriptionvoid
ClassMakerService.setWorkspace
(Workspace value) Sets the value of the 'Workspace
' containment reference.void
Project.setWorkspace
(Workspace value) Sets the value of the 'Workspace
' container reference. -
Uses of Workspace in org.enterprisedomain.classmaker.impl
Classes in org.enterprisedomain.classmaker.impl that implement WorkspaceModifier and TypeClassDescriptionclass
An implementation of the model object ' Workspace'.Methods in org.enterprisedomain.classmaker.impl that return WorkspaceModifier and TypeMethodDescriptionClassMakerFactoryImpl.createWorkspace()
ClassMakerServiceImpl.getWorkspace()
ProjectImpl.getWorkspace()
Methods in org.enterprisedomain.classmaker.impl with parameters of type WorkspaceModifier and TypeMethodDescriptionorg.eclipse.emf.common.notify.NotificationChain
ClassMakerServiceImpl.basicSetWorkspace
(Workspace newWorkspace, org.eclipse.emf.common.notify.NotificationChain msgs) org.eclipse.emf.common.notify.NotificationChain
ProjectImpl.basicSetWorkspace
(Workspace newWorkspace, org.eclipse.emf.common.notify.NotificationChain msgs) void
ClassMakerServiceImpl.setWorkspace
(Workspace newWorkspace) void
ProjectImpl.setWorkspace
(Workspace newWorkspace) -
Uses of Workspace in org.enterprisedomain.classmaker.util
Methods in org.enterprisedomain.classmaker.util with parameters of type WorkspaceModifier and TypeMethodDescriptionClassMakerSwitch.caseWorkspace
(Workspace object) Returns the result of interpreting the object as an instance of 'Workspace'.boolean
ClassMakerValidator.validateWorkspace
(Workspace workspace, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object, Object> context) -
Uses of Workspace in org.enterprisedomain.classmaker.validation
Methods in org.enterprisedomain.classmaker.validation with parameters of type WorkspaceModifier and TypeMethodDescriptionboolean
ClassMakerServiceValidator.validateWorkspace
(Workspace value) boolean
ProjectValidator.validateWorkspace
(Workspace value)