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 |
---|---|
Reporting |
PomFactory.createReporting()
Returns a new object of class 'Reporting'.
|
Reporting |
Model.getReporting()
Returns the value of the 'Reporting' containment reference.
|
Reporting |
Profile.getReporting()
Returns the value of the 'Reporting' reference.
|
Modifier and Type | Method and Description |
---|---|
void |
Model.setReporting(Reporting value)
Sets the value of the '
Reporting ' containment
reference. |
void |
Profile.setReporting(Reporting value)
Sets the value of the '
Reporting ' reference. |
Modifier and Type | Class and Description |
---|---|
class |
ReportingImpl
An implementation of the model object ' Reporting'.
|
Modifier and Type | Field and Description |
---|---|
protected Reporting |
ProfileImpl.reporting
The cached value of the '
Reporting ' reference. |
protected Reporting |
ModelImpl.reporting
The cached value of the '
Reporting ' containment reference. |
Modifier and Type | Method and Description |
---|---|
Reporting |
ProfileImpl.basicGetReporting() |
Reporting |
PomFactoryImpl.createReporting() |
Reporting |
ProfileImpl.getReporting() |
Reporting |
ModelImpl.getReporting() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.notify.NotificationChain |
ModelImpl.basicSetReporting(Reporting newReporting,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
ProfileImpl.setReporting(Reporting newReporting) |
void |
ModelImpl.setReporting(Reporting newReporting) |
Modifier and Type | Method and Description |
---|---|
T |
PomSwitch.caseReporting(Reporting object)
Returns the result of interpreting the object as an instance of ' Reporting'.
|
Copyright © 2005–2015 Sonatype, Inc.. All rights reserved.