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 |
---|---|
ProductVersion |
SetupFactory.createProductVersion()
Returns a new object of class 'Product Version'.
|
ProductVersion |
Installation.getProductVersion()
Returns the value of the 'Product Version' reference.
|
Modifier and Type | Method and Description |
---|---|
EMap<Product,ProductVersion> |
CatalogSelection.getDefaultProductVersions()
Returns the value of the 'Default Product Versions' map.
|
EList<ProductVersion> |
Product.getVersions()
Returns the value of the 'Versions' containment reference list.
|
Modifier and Type | Method and Description |
---|---|
void |
Installation.setProductVersion(ProductVersion value)
Sets the value of the '
Product Version ' reference. |
Modifier and Type | Class and Description |
---|---|
class |
ProductVersionImpl
An implementation of the model object 'Eclipse Version'.
|
Modifier and Type | Field and Description |
---|---|
protected ProductVersion |
InstallationImpl.productVersion
The cached value of the '
Product Version ' reference. |
protected ProductVersion |
ProductToProductVersionMapEntryImpl.value
The cached value of the '
Value ' reference. |
Modifier and Type | Field and Description |
---|---|
protected EMap<Product,ProductVersion> |
CatalogSelectionImpl.defaultProductVersions
The cached value of the '
Default Product Versions ' map. |
protected EList<ProductVersion> |
ProductImpl.versions
The cached value of the '
Versions ' containment reference list. |
Modifier and Type | Method and Description |
---|---|
ProductVersion |
InstallationImpl.basicGetProductVersion() |
ProductVersion |
ProductToProductVersionMapEntryImpl.basicGetTypedValue() |
ProductVersion |
SetupFactoryImpl.createProductVersion() |
ProductVersion |
InstallationImpl.getProductVersion() |
ProductVersion |
ProductToProductVersionMapEntryImpl.getTypedValue() |
ProductVersion |
ProductToProductVersionMapEntryImpl.getValue() |
ProductVersion |
ProductToProductVersionMapEntryImpl.setValue(ProductVersion value) |
Modifier and Type | Method and Description |
---|---|
Map.Entry<Product,ProductVersion> |
SetupFactoryImpl.createProductToProductVersionMapEntry() |
EMap<Product,ProductVersion> |
CatalogSelectionImpl.getDefaultProductVersions() |
EMap<Product,ProductVersion> |
ProductToProductVersionMapEntryImpl.getEMap() |
EList<ProductVersion> |
ProductImpl.getVersions() |
Modifier and Type | Method and Description |
---|---|
void |
InstallationImpl.setProductVersion(ProductVersion newProductVersion) |
void |
ProductToProductVersionMapEntryImpl.setTypedValue(ProductVersion newValue) |
ProductVersion |
ProductToProductVersionMapEntryImpl.setValue(ProductVersion value) |
Modifier and Type | Method and Description |
---|---|
T |
SetupSwitch.caseProductVersion(ProductVersion object)
Returns the result of interpreting the object as an instance of 'Product Version'.
|
Modifier and Type | Method and Description |
---|---|
T |
SetupSwitch.caseProductToProductVersionMapEntry(Map.Entry<Product,ProductVersion> object)
Returns the result of interpreting the object as an instance of 'Product To Product Version Map Entry'.
|
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