public interface Index extends ModelElement
The following features are supported:
SetupPackage.getIndex()
Modifier and Type | Method and Description |
---|---|
EList<EPackage> |
getDiscoverablePackages()
Returns the value of the 'Discoverable Packages' reference list.
|
EList<ProductCatalog> |
getProductCatalogs()
Returns the value of the 'Product Catalogs' containment reference list.
|
EList<ProjectCatalog> |
getProjectCatalogs()
Returns the value of the 'Project Catalogs' containment reference list.
|
getAnnotation, getAnnotations
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
eAdapters, eDeliver, eNotify, eSetDeliver
EList<EPackage> getDiscoverablePackages()
EPackage
.
If the meaning of the 'Discoverable Packages' reference list isn't clear, there really should be more of a description here...
SetupPackage.getIndex_DiscoverablePackages()
EList<ProjectCatalog> getProjectCatalogs()
ProjectCatalog
.
It is bidirectional and its opposite is 'Index
'.
If the meaning of the 'Project Catalogs' containment reference list isn't clear, there really should be more of a description here...
SetupPackage.getIndex_ProjectCatalogs()
,
ProjectCatalog.getIndex()
EList<ProductCatalog> getProductCatalogs()
ProductCatalog
.
It is bidirectional and its opposite is 'Index
'.
If the meaning of the 'Product Catalogs' containment reference list isn't clear, there really should be more of a description here...
SetupPackage.getIndex_ProductCatalogs()
,
ProductCatalog.getIndex()
Copyright (c) 2014 Eike Stepper (Loehne, Germany) and others.
All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v2.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v20.html