Package | Description |
---|---|
org.eclipse.oomph.setup |
The generated EMF API of the setup model.
|
org.eclipse.oomph.setup.impl |
The generated EMF implementation of the setup model.
|
org.eclipse.oomph.setup.util |
The generated EMF utilities of the setup model and other utility classes.
|
Modifier and Type | Method and Description |
---|---|
Index |
SetupFactory.createIndex()
Returns a new object of class 'Index'.
|
Index |
ProductCatalog.getIndex()
Returns the value of the 'Index' container reference.
|
Index |
ProjectCatalog.getIndex()
Returns the value of the 'Index' container reference.
|
Modifier and Type | Method and Description |
---|---|
void |
ProductCatalog.setIndex(Index value)
Sets the value of the '
Index ' container reference. |
void |
ProjectCatalog.setIndex(Index value)
Sets the value of the '
Index ' container reference. |
Modifier and Type | Class and Description |
---|---|
class |
IndexImpl
An implementation of the model object 'Index'.
|
Modifier and Type | Method and Description |
---|---|
Index |
ProductCatalogImpl.basicGetIndex() |
Index |
ProjectCatalogImpl.basicGetIndex() |
Index |
SetupFactoryImpl.createIndex() |
Index |
ProductCatalogImpl.getIndex() |
Index |
ProjectCatalogImpl.getIndex() |
Modifier and Type | Method and Description |
---|---|
NotificationChain |
ProductCatalogImpl.basicSetIndex(Index newIndex,
NotificationChain msgs) |
NotificationChain |
ProjectCatalogImpl.basicSetIndex(Index newIndex,
NotificationChain msgs) |
void |
ProductCatalogImpl.setIndex(Index newIndex) |
void |
ProjectCatalogImpl.setIndex(Index newIndex) |
Modifier and Type | Method and Description |
---|---|
T |
SetupSwitch.caseIndex(Index object)
Returns the result of interpreting the object as an instance of 'Index'.
|
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