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 |
---|---|
Organization |
PomFactory.createOrganization()
Returns a new object of class 'Organization'.
|
Organization |
Model.getOrganization()
Returns the value of the 'Organization' containment reference.
|
Modifier and Type | Method and Description |
---|---|
void |
Model.setOrganization(Organization value)
Sets the value of the '
Organization '
containment reference. |
Modifier and Type | Class and Description |
---|---|
class |
OrganizationImpl
An implementation of the model object ' Organization'.
|
Modifier and Type | Field and Description |
---|---|
protected Organization |
ModelImpl.organization
The cached value of the '
Organization ' containment reference. |
Modifier and Type | Method and Description |
---|---|
Organization |
PomFactoryImpl.createOrganization() |
Organization |
ModelImpl.getOrganization() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.notify.NotificationChain |
ModelImpl.basicSetOrganization(Organization newOrganization,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
ModelImpl.setOrganization(Organization newOrganization) |
Modifier and Type | Method and Description |
---|---|
T |
PomSwitch.caseOrganization(Organization object)
Returns the result of interpreting the object as an instance of ' Organization'.
|
Copyright © 2005–2015 Sonatype, Inc.. All rights reserved.