| Package | Description |
|---|---|
| org.eclipse.m2e.model.edit.pom | |
| org.eclipse.m2e.model.edit.pom.impl | |
| org.eclipse.m2e.model.edit.pom.util |
| Modifier and Type | Method and Description |
|---|---|
Build |
PomFactory.createBuild()
Returns a new object of class 'Build'.
|
Build |
Model.getBuild()
Returns the value of the 'Build' containment reference.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Model.setBuild(Build value)
Sets the value of the '
Build' containment
reference. |
| Modifier and Type | Class and Description |
|---|---|
class |
BuildImpl
An implementation of the model object ' Build'.
|
| Modifier and Type | Field and Description |
|---|---|
protected Build |
ModelImpl.build
The cached value of the '
Build' containment reference. |
| Modifier and Type | Method and Description |
|---|---|
Build |
PomFactoryImpl.createBuild() |
Build |
ModelImpl.getBuild() |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.notify.NotificationChain |
ModelImpl.basicSetBuild(Build newBuild,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
ModelImpl.setBuild(Build newBuild) |
| Modifier and Type | Method and Description |
|---|---|
T |
PomSwitch.caseBuild(Build object)
Returns the result of interpreting the object as an instance of ' Build'.
|
Copyright © 2005–2021 Eclipse Foundation. All rights reserved.