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 | Interface and Description |
---|---|
interface |
Project
A representation of the model object 'Project'.
|
interface |
ProjectCatalog
A representation of the model object 'Configuration'.
|
Modifier and Type | Method and Description |
---|---|
ProjectContainer |
Project.getLogicalProjectContainer()
Returns the value of the 'Logical Project Container' reference.
|
ProjectContainer |
Project.getProjectContainer()
Returns the value of the 'Project Container' container reference.
|
ProjectContainer |
ProjectContainer.getProjectContainer() |
Modifier and Type | Method and Description |
---|---|
void |
Project.setLogicalProjectContainer(ProjectContainer value)
Sets the value of the '
Logical Project Container ' reference. |
void |
Project.setProjectContainer(ProjectContainer value)
Sets the value of the '
Project Container ' container reference. |
Modifier and Type | Class and Description |
---|---|
class |
ProjectCatalogImpl
An implementation of the model object 'Configuration'.
|
class |
ProjectImpl
An implementation of the model object 'Project'.
|
Modifier and Type | Field and Description |
---|---|
protected ProjectContainer |
ProjectImpl.logicalProjectContainer
The cached value of the '
Logical Project Container ' reference. |
Modifier and Type | Method and Description |
---|---|
ProjectContainer |
ProjectImpl.basicGetLogicalProjectContainer() |
ProjectContainer |
ProjectImpl.basicGetProjectContainer() |
ProjectContainer |
ProjectImpl.getLogicalProjectContainer() |
ProjectContainer |
ProjectCatalogImpl.getProjectContainer() |
ProjectContainer |
ProjectImpl.getProjectContainer() |
Modifier and Type | Method and Description |
---|---|
NotificationChain |
ProjectImpl.basicSetProjectContainer(ProjectContainer newProjectContainer,
NotificationChain msgs) |
void |
ProjectImpl.setLogicalProjectContainer(ProjectContainer newLogicalProjectContainer) |
void |
ProjectImpl.setProjectContainer(ProjectContainer newProjectContainer) |
Modifier and Type | Method and Description |
---|---|
T |
SetupSwitch.caseProjectContainer(ProjectContainer object)
Returns the result of interpreting the object as an instance of 'Project Container'.
|
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