public interface Scm
extends org.eclipse.emf.ecore.EObject
The following features are supported:
PomPackage.getScm()| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getConnection()
Returns the value of the 'Connection' attribute.
|
java.lang.String |
getDeveloperConnection()
Returns the value of the 'Developer Connection' attribute.
|
java.lang.String |
getTag()
Returns the value of the 'Tag' attribute.
|
java.lang.String |
getUrl()
Returns the value of the 'Url' attribute.
|
boolean |
isSetTag()
Returns whether the value of the '
Tag' attribute is
set. |
void |
setConnection(java.lang.String value)
Sets the value of the '
Connection' attribute. |
void |
setDeveloperConnection(java.lang.String value)
Sets the value of the '
Developer Connection' attribute. |
void |
setTag(java.lang.String value)
Sets the value of the '
Tag' attribute. |
void |
setUrl(java.lang.String value)
Sets the value of the '
Url' attribute. |
void |
unsetTag()
Unsets the value of the '
Tag' attribute. |
java.lang.String getConnection()
setConnection(String),
PomPackage.getScm_Connection()void setConnection(java.lang.String value)
Connection' attribute.
value - the new value of the 'Connection' attribute.getConnection()java.lang.String getDeveloperConnection()
setDeveloperConnection(String),
PomPackage.getScm_DeveloperConnection()void setDeveloperConnection(java.lang.String value)
Developer Connection' attribute. value - the new value of the 'Developer Connection' attribute.getDeveloperConnection()java.lang.String getTag()
isSetTag(),
unsetTag(),
setTag(String),
PomPackage.getScm_Tag()void setTag(java.lang.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)java.lang.String getUrl()
setUrl(String),
PomPackage.getScm_Url()