Uses of Interface
org.enterprisedomain.classmaker.Project
Packages that use Project
Package
Description
-
Uses of Project in org.enterprisedomain.classmaker
Subinterfaces of Project in org.enterprisedomain.classmakerModifier and TypeInterfaceDescriptioninterface
A representation of the model object 'Contribution'.Methods in org.enterprisedomain.classmaker that return ProjectModifier 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.Methods in org.enterprisedomain.classmaker that return types with arguments of type ProjectModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<Project>
Workspace.getProjects()
Returns the value of the 'Projects' containment reference list.Methods in org.enterprisedomain.classmaker with parameters of type ProjectModifier 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
Classes in org.enterprisedomain.classmaker.impl that implement ProjectModifier and TypeClassDescriptionclass
An implementation of the model object ' Contribution'.class
An implementation of the model object ' Project'.Methods in org.enterprisedomain.classmaker.impl that return ProjectModifier 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) Methods in org.enterprisedomain.classmaker.impl that return types with arguments of type ProjectModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<Project>
WorkspaceImpl.getProjects()
Methods in org.enterprisedomain.classmaker.impl with parameters of type ProjectModifier 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
Methods in org.enterprisedomain.classmaker.util with parameters of type ProjectModifier 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
Methods in org.enterprisedomain.classmaker.validation with parameters of type ProjectModifier and TypeMethodDescriptionboolean
CompletionNotificationAdapterValidator.validateProject
(Project value) boolean
ItemValidator.validateProject
(Project value) boolean
ResourceAdapterValidator.validateProject
(Project value) Method parameters in org.enterprisedomain.classmaker.validation with type arguments of type ProjectModifier and TypeMethodDescriptionboolean
WorkspaceValidator.validateProjects
(org.eclipse.emf.common.util.EList<Project> value)