Interface CompletionRepository
-
- All Known Implementing Classes:
CompletionRepositoryImpl
public interface CompletionRepository extends EObject
A representation of the model object 'Completion Repository'.The following features are supported:
- See Also:
CompletionsPackage.getCompletionRepository()
- Generated class or method.
- EMF model class or method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EList<Completion>
getCompletions_CompletionRepository()
Returns the value of the 'Completions Completion Repository' reference list.-
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
-
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
-
-
-
Method Detail
-
getCompletions_CompletionRepository
EList<Completion> getCompletions_CompletionRepository()
Returns the value of the 'Completions Completion Repository' reference list. The list contents are of typeCompletion
.- Returns:
- the value of the 'Completions Completion Repository' reference list.
- See Also:
CompletionsPackage.getCompletionRepository_Completions_CompletionRepository()
- Generated class or method.
- EMF model class or method.
- ordered="false"
-
-