| 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 |
|---|---|
IssueManagement |
PomFactory.createIssueManagement()
Returns a new object of class 'Issue Management'.
|
IssueManagement |
Model.getIssueManagement()
Returns the value of the 'Issue Management' containment reference.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Model.setIssueManagement(IssueManagement value)
Sets the value of the '
Issue Management'
containment reference. |
| Modifier and Type | Class and Description |
|---|---|
class |
IssueManagementImpl
An implementation of the model object ' Issue Management'.
|
| Modifier and Type | Field and Description |
|---|---|
protected IssueManagement |
ModelImpl.issueManagement
The cached value of the '
Issue Management' containment reference. |
| Modifier and Type | Method and Description |
|---|---|
IssueManagement |
PomFactoryImpl.createIssueManagement() |
IssueManagement |
ModelImpl.getIssueManagement() |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.notify.NotificationChain |
ModelImpl.basicSetIssueManagement(IssueManagement newIssueManagement,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
ModelImpl.setIssueManagement(IssueManagement newIssueManagement) |
| Modifier and Type | Method and Description |
|---|---|
T |
PomSwitch.caseIssueManagement(IssueManagement object)
Returns the result of interpreting the object as an instance of ' Issue Management'.
|
Copyright © 2005–2021 Eclipse Foundation. All rights reserved.