public interface Repository
extends org.eclipse.emf.ecore.EObject
The following features are supported:
PomPackage.getRepository()| Modifier and Type | Method and Description |
|---|---|
String |
getId()
Returns the value of the 'Id' attribute.
|
String |
getLayout()
Returns the value of the 'Layout' attribute.
|
String |
getName()
Returns the value of the 'Name' attribute.
|
RepositoryPolicy |
getReleases()
Returns the value of the 'Releases' containment reference.
|
RepositoryPolicy |
getSnapshots()
Returns the value of the 'Snapshots' containment reference.
|
String |
getUrl()
Returns the value of the 'Url' attribute.
|
boolean |
isSetLayout()
Returns whether the value of the '
Layout '
attribute is set. |
boolean |
isSetReleases()
Returns whether the value of the '
Releases'
containment reference is set. |
boolean |
isSetSnapshots()
Returns whether the value of the '
Snapshots' containment reference is set. |
void |
setId(String value)
Sets the value of the '
Id' attribute. |
void |
setLayout(String value)
Sets the value of the '
Layout ' attribute. |
void |
setName(String value)
Sets the value of the '
Name' attribute. |
void |
setReleases(RepositoryPolicy value)
Sets the value of the '
Releases'
containment reference. |
void |
setSnapshots(RepositoryPolicy value)
Sets the value of the '
Snapshots'
containment reference. |
void |
setUrl(String value)
Sets the value of the '
Url' attribute. |
void |
unsetLayout()
Unsets the value of the '
Layout ' attribute. |
void |
unsetReleases()
Unsets the value of the '
Releases'
containment reference. |
void |
unsetSnapshots()
Unsets the value of the '
Snapshots'
containment reference. |
RepositoryPolicy getReleases()
isSetReleases(),
unsetReleases(),
setReleases(RepositoryPolicy),
PomPackage.getRepository_Releases()void setReleases(RepositoryPolicy value)
Releases'
containment reference. value - the new value of the 'Releases' containment reference.isSetReleases(),
unsetReleases(),
getReleases()void unsetReleases()
Releases'
containment reference. boolean isSetReleases()
Releases'
containment reference is set. unsetReleases(),
getReleases(),
setReleases(RepositoryPolicy)RepositoryPolicy getSnapshots()
isSetSnapshots(),
unsetSnapshots(),
setSnapshots(RepositoryPolicy),
PomPackage.getRepository_Snapshots()void setSnapshots(RepositoryPolicy value)
Snapshots'
containment reference. value - the new value of the 'Snapshots' containment reference.isSetSnapshots(),
unsetSnapshots(),
getSnapshots()void unsetSnapshots()
Snapshots'
containment reference. boolean isSetSnapshots()
Snapshots' containment reference is set. unsetSnapshots(),
getSnapshots(),
setSnapshots(RepositoryPolicy)String getId()
setId(String),
PomPackage.getRepository_Id()void setId(String value)
Id' attribute. value - the new value of the 'Id' attribute.getId()String getName()
setName(String),
PomPackage.getRepository_Name()void setName(String value)
Name' attribute. value - the new value of the 'Name' attribute.getName()String getUrl()
setUrl(String),
PomPackage.getRepository_Url()void setUrl(String value)
Url' attribute. value - the new value of the 'Url' attribute.getUrl()String getLayout()
isSetLayout(),
unsetLayout(),
setLayout(String),
PomPackage.getRepository_Layout()void setLayout(String value)
Layout ' attribute.
value - the new value of the 'Layout' attribute.isSetLayout(),
unsetLayout(),
getLayout()void unsetLayout()
Layout ' attribute.
isSetLayout(),
getLayout(),
setLayout(String)boolean isSetLayout()
Layout '
attribute is set. unsetLayout(),
getLayout(),
setLayout(String)Copyright © 2005–2021 Eclipse Foundation. All rights reserved.