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 |
---|---|
Parent |
PomFactory.createParent()
Returns a new object of class 'Parent'.
|
Parent |
Model.getParent()
Returns the value of the 'Parent' containment reference.
|
Modifier and Type | Method and Description |
---|---|
void |
Model.setParent(Parent value)
Sets the value of the '
Parent ' containment
reference. |
Modifier and Type | Class and Description |
---|---|
class |
ParentImpl
An implementation of the model object ' Parent'.
|
Modifier and Type | Field and Description |
---|---|
protected Parent |
ModelImpl.parent
The cached value of the '
Parent ' containment reference. |
Modifier and Type | Method and Description |
---|---|
Parent |
PomFactoryImpl.createParent() |
Parent |
ModelImpl.getParent() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.notify.NotificationChain |
ModelImpl.basicSetParent(Parent newParent,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
ModelImpl.setParent(Parent newParent) |
Modifier and Type | Method and Description |
---|---|
T |
PomSwitch.caseParent(Parent object)
Returns the result of interpreting the object as an instance of ' Parent'.
|
Copyright © 2005–2015 Sonatype, Inc.. All rights reserved.