Uses of Interface
org.enterprisedomain.classmaker.Contribution
Packages that use Contribution
Package
Description
-
Uses of Contribution in org.enterprisedomain.classmaker
Methods in org.enterprisedomain.classmaker that return ContributionModifier and TypeMethodDescriptionClassMakerFactory.createContribution()
Returns a new object of class 'Contribution'.Workspace.createContribution
(org.eclipse.emf.ecore.EObject blueprint, org.eclipse.core.runtime.IProgressMonitor monitor) Create new Contribution.Workspace.getContribution
(String projectName) Lookup Contribution by underlying project resource name.Workspace.getContribution
(String nsURI, Stage filter) Lookup Contribution by underlying project resource name.Workspace.getContribution
(org.eclipse.emf.ecore.EObject eObject) Lookup workspace Contribution by any type of EObject contained.Workspace.getContribution
(org.eclipse.emf.ecore.EObject eObject, boolean searchOptimistic) Lookup workspace Contribution by model EPackage.Workspace.getContribution
(org.eclipse.emf.ecore.EObject eObject, Stage filter) Lookup workspace Contribution by model EPackage.Workspace.getContribution
(org.eclipse.emf.ecore.EObject eObject, Stage filter, boolean searchOptimistic) Lookup workspace Contribution by model EPackage.Methods in org.enterprisedomain.classmaker with parameters of type Contribution -
Uses of Contribution in org.enterprisedomain.classmaker.impl
Classes in org.enterprisedomain.classmaker.impl that implement ContributionModifier and TypeClassDescriptionclass
An implementation of the model object ' Contribution'.Methods in org.enterprisedomain.classmaker.impl that return ContributionModifier and TypeMethodDescriptionClassMakerFactoryImpl.createContribution()
WorkspaceImpl.createContribution
(org.eclipse.emf.ecore.EObject blueprint, org.eclipse.core.runtime.IProgressMonitor monitor) WorkspaceImpl.getContribution
(String projectName) WorkspaceImpl.getContribution
(String nsURI, Stage filter) WorkspaceImpl.getContribution
(org.eclipse.emf.ecore.EObject eObject) WorkspaceImpl.getContribution
(org.eclipse.emf.ecore.EObject eObject, boolean searchOptimistic) WorkspaceImpl.getContribution
(org.eclipse.emf.ecore.EObject eObject, Stage filter) WorkspaceImpl.getContribution
(org.eclipse.emf.ecore.EObject eObject, Stage filter, boolean searchOptimistic) -
Uses of Contribution in org.enterprisedomain.classmaker.util
Methods in org.enterprisedomain.classmaker.util with parameters of type ContributionModifier and TypeMethodDescriptionClassMakerSwitch.caseContribution
(Contribution object) Returns the result of interpreting the object as an instance of 'Contribution'.boolean
ClassMakerValidator.validateContribution
(Contribution contribution, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object, Object> context)