public interface LocationCatalog extends EObject
The following features are supported:
SetupPackage.getLocationCatalog()
Modifier and Type | Method and Description |
---|---|
EMap<Installation,EList<Workspace>> |
getInstallations()
Returns the value of the 'Installations' map.
|
EMap<Workspace,EList<Installation>> |
getWorkspaces()
Returns the value of the 'Workspaces' map.
|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
eAdapters, eDeliver, eNotify, eSetDeliver
EMap<Installation,EList<Workspace>> getInstallations()
Installation
,
and the value is of type list of Workspace
,
If the meaning of the 'Installations' map isn't clear, there really should be more of a description here...
SetupPackage.getLocationCatalog_Installations()
EMap<Workspace,EList<Installation>> getWorkspaces()
Workspace
,
and the value is of type list of Installation
,
If the meaning of the 'Workspaces' map isn't clear, there really should be more of a description here...
SetupPackage.getLocationCatalog_Workspaces()
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