public interface CatalogSelection extends ModelElement
The following features are supported:
SetupPackage.getCatalogSelection()
Modifier and Type | Method and Description |
---|---|
EMap<Product,ProductVersion> |
getDefaultProductVersions()
Returns the value of the 'Default Product Versions' map.
|
EMap<Project,Stream> |
getDefaultStreams()
Returns the value of the 'Default Streams' map.
|
EList<ProductCatalog> |
getProductCatalogs()
Returns the value of the 'Product Catalogs' reference list.
|
EList<ProjectCatalog> |
getProjectCatalogs()
Returns the value of the 'Project Catalogs' reference list.
|
EList<Stream> |
getSelectedStreams()
Returns the value of the 'Selected Streams' reference list.
|
getAnnotation, getAnnotations
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
eAdapters, eDeliver, eNotify, eSetDeliver
EList<ProductCatalog> getProductCatalogs()
ProductCatalog
.
If the meaning of the 'Product Catalogs' reference list isn't clear, there really should be more of a description here...
SetupPackage.getCatalogSelection_ProductCatalogs()
EList<ProjectCatalog> getProjectCatalogs()
ProjectCatalog
.
If the meaning of the 'Project Catalogs' reference list isn't clear, there really should be more of a description here...
SetupPackage.getCatalogSelection_ProjectCatalogs()
EMap<Product,ProductVersion> getDefaultProductVersions()
Product
,
and the value is of type ProductVersion
,
If the meaning of the 'Default Product Versions' map isn't clear, there really should be more of a description here...
SetupPackage.getCatalogSelection_DefaultProductVersions()
EMap<Project,Stream> getDefaultStreams()
Project
,
and the value is of type Stream
,
If the meaning of the 'Default Streams' map isn't clear, there really should be more of a description here...
SetupPackage.getCatalogSelection_DefaultStreams()
EList<Stream> getSelectedStreams()
Stream
.
If the meaning of the 'Selected Streams' reference list isn't clear, there really should be more of a description here...
SetupPackage.getCatalogSelection_SelectedStreams()
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