Uses of Interface
org.enterprisedomain.classmaker.Workspace
Package
Description
-
Uses of Workspace in org.enterprisedomain.classmaker
Modifier 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.Modifier 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
Modifier and TypeClassDescriptionclass
An implementation of the model object ' Workspace'.Modifier and TypeMethodDescriptionClassMakerFactoryImpl.createWorkspace()
ClassMakerServiceImpl.getWorkspace()
ProjectImpl.getWorkspace()
Modifier 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
Modifier 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
Modifier and TypeMethodDescriptionboolean
ClassMakerServiceValidator.validateWorkspace
(Workspace value) boolean
ProjectValidator.validateWorkspace
(Workspace value)