public interface Scm
extends org.eclipse.emf.ecore.EObject
The following features are supported:
PomPackage.getScm()| Modifier and Type | Method and Description |
|---|---|
String |
getConnection()
Returns the value of the 'Connection' attribute.
|
String |
getDeveloperConnection()
Returns the value of the 'Developer Connection' attribute.
|
String |
getTag()
Returns the value of the 'Tag' attribute.
|
String |
getUrl()
Returns the value of the 'Url' attribute.
|
boolean |
isSetTag()
Returns whether the value of the '
Tag' attribute is
set. |
void |
setConnection(String value)
Sets the value of the '
Connection' attribute. |
void |
setDeveloperConnection(String value)
Sets the value of the '
Developer Connection' attribute. |
void |
setTag(String value)
Sets the value of the '
Tag' attribute. |
void |
setUrl(String value)
Sets the value of the '
Url' attribute. |
void |
unsetTag()
Unsets the value of the '
Tag' attribute. |
String getConnection()
setConnection(String),
PomPackage.getScm_Connection()void setConnection(String value)
Connection' attribute.
value - the new value of the 'Connection' attribute.getConnection()String getDeveloperConnection()
setDeveloperConnection(String),
PomPackage.getScm_DeveloperConnection()void setDeveloperConnection(String value)
Developer Connection' attribute. value - the new value of the 'Developer Connection' attribute.getDeveloperConnection()String getTag()
isSetTag(),
unsetTag(),
setTag(String),
PomPackage.getScm_Tag()void setTag(String value)
Tag' attribute. value - the new value of the 'Tag' attribute.isSetTag(),
unsetTag(),
getTag()void unsetTag()
Tag' attribute. isSetTag(),
getTag(),
setTag(String)boolean isSetTag()
Tag' attribute is
set. unsetTag(),
getTag(),
setTag(String)String getUrl()
setUrl(String),
PomPackage.getScm_Url()Copyright © 2005–2021 Eclipse Foundation. All rights reserved.