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 |
---|---|
Scm |
PomFactory.createScm()
Returns a new object of class 'Scm'.
|
Scm |
Model.getScm()
Returns the value of the 'Scm' containment reference.
|
Modifier and Type | Method and Description |
---|---|
void |
Model.setScm(Scm value)
Sets the value of the '
Scm ' containment reference. |
Modifier and Type | Class and Description |
---|---|
class |
ScmImpl
An implementation of the model object ' Scm'.
|
Modifier and Type | Field and Description |
---|---|
protected Scm |
ModelImpl.scm
The cached value of the '
Scm ' containment reference. |
Modifier and Type | Method and Description |
---|---|
Scm |
PomFactoryImpl.createScm() |
Scm |
ModelImpl.getScm() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.notify.NotificationChain |
ModelImpl.basicSetScm(Scm newScm,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
ModelImpl.setScm(Scm newScm) |
Modifier and Type | Method and Description |
---|---|
T |
PomSwitch.caseScm(Scm object)
Returns the result of interpreting the object as an instance of ' Scm'.
|
Copyright © 2005–2015 Sonatype, Inc.. All rights reserved.