Uses of Interface
org.enterprisedomain.classmaker.Project
Package
Description
-
Uses of Project in org.enterprisedomain.classmaker
Modifier and TypeInterfaceDescriptioninterface
A representation of the model object 'Contribution'.Modifier and TypeMethodDescriptionClassMakerFactory.createProject()
Returns a new object of class 'Project'.Workspace.createProject
(String name, org.eclipse.core.runtime.IProgressMonitor monitor) Create Project.CompletionNotificationAdapter.getProject()
Returns the value of the 'Project' reference.Item.getProject()
Returns the value of the 'Project' reference.ResourceAdapter.getProject()
Returns the value of the 'Project' container reference.Workspace.getProject
(String name) Lookup project by name.Workspace.getProject
(org.eclipse.emf.ecore.EObject eObject) Lookup project by name.Workspace.getProject
(org.eclipse.emf.ecore.resource.Resource resource) Lookup project by name.Modifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<Project>
Workspace.getProjects()
Returns the value of the 'Projects' containment reference list.Modifier and TypeMethodDescriptionvoid
Notify process completion.void
Workspace.registerProject
(Project project) void
CompletionNotificationAdapter.setProject
(Project value) Sets the value of the 'Project
' reference.void
Item.setProject
(Project value) Sets the value of the 'Project
' reference.void
ResourceAdapter.setProject
(Project value) Sets the value of the 'Project
' container reference.void
Workspace.unregisterProject
(Project project) -
Uses of Project in org.enterprisedomain.classmaker.impl
Modifier and TypeClassDescriptionclass
An implementation of the model object ' Contribution'.class
An implementation of the model object ' Project'.Modifier and TypeMethodDescriptionCompletionNotificationAdapterImpl.basicGetProject()
ContributionImpl.basicGetProject()
abstract Project
ItemImpl.basicGetProject()
ProjectImpl.basicGetProject()
RevisionImpl.basicGetProject()
StateImpl.basicGetProject()
ClassMakerFactoryImpl.createProject()
WorkspaceImpl.createProject
(String name, org.eclipse.core.runtime.IProgressMonitor monitor) CompletionNotificationAdapterImpl.getProject()
ItemImpl.getProject()
ProjectImpl.getProject()
ResourceAdapterImpl.getProject()
WorkspaceImpl.getProject
(String name) WorkspaceImpl.getProject
(org.eclipse.emf.ecore.EObject eObject) WorkspaceImpl.getProject
(org.eclipse.emf.ecore.resource.Resource resource) Modifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<Project>
WorkspaceImpl.getProjects()
Modifier and TypeMethodDescriptionorg.eclipse.emf.common.notify.NotificationChain
CompletionNotificationAdapterImpl.basicSetProject
(Project newProject, org.eclipse.emf.common.notify.NotificationChain msgs) org.eclipse.emf.common.notify.NotificationChain
ResourceAdapterImpl.basicSetProject
(Project newProject, org.eclipse.emf.common.notify.NotificationChain msgs) void
void
void
WorkspaceImpl.registerProject
(Project project) void
CompletionNotificationAdapterImpl.setProject
(Project newProject) void
ContributionImpl.setProject
(Project newProject) void
ItemImpl.setProject
(Project newProject) void
ProjectImpl.setProject
(Project newProject) void
ResourceAdapterImpl.setProject
(Project newProject) void
RevisionImpl.setProject
(Project newProject) void
StateImpl.setProject
(Project newProject) void
WorkspaceImpl.unregisterProject
(Project project) -
Uses of Project in org.enterprisedomain.classmaker.util
Modifier and TypeMethodDescriptionClassMakerSwitch.caseProject
(Project object) Returns the result of interpreting the object as an instance of 'Project'.boolean
ClassMakerValidator.validateProject
(Project project, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object, Object> context) -
Uses of Project in org.enterprisedomain.classmaker.validation
Modifier and TypeMethodDescriptionboolean
CompletionNotificationAdapterValidator.validateProject
(Project value) boolean
ItemValidator.validateProject
(Project value) boolean
ResourceAdapterValidator.validateProject
(Project value) Modifier and TypeMethodDescriptionboolean
WorkspaceValidator.validateProjects
(org.eclipse.emf.common.util.EList<Project> value)