Uses of Interface
org.enterprisedomain.classmaker.Contribution
Package
Description
-
Uses of Contribution in org.enterprisedomain.classmaker
Modifier 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. -
Uses of Contribution in org.enterprisedomain.classmaker.impl
Modifier and TypeClassDescriptionclass
An implementation of the model object ' Contribution'.Modifier 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
Modifier 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)