public interface DeploymentRepository
extends org.eclipse.emf.ecore.EObject
The following features are supported:
PomPackage.getDeploymentRepository()
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getId()
Returns the value of the 'Id' attribute.
|
java.lang.String |
getLayout()
Returns the value of the 'Layout' attribute.
|
java.lang.String |
getName()
Returns the value of the 'Name' attribute.
|
java.lang.String |
getUniqueVersion()
Returns the value of the 'Unique Version' attribute.
|
java.lang.String |
getUrl()
Returns the value of the 'Url' attribute.
|
boolean |
isSetLayout()
Returns whether the value of the '
Layout ' attribute is set. |
boolean |
isSetUniqueVersion()
Returns whether the value of the '
Unique Version ' attribute is set. |
void |
setId(java.lang.String value)
Sets the value of the '
Id ' attribute. |
void |
setLayout(java.lang.String value)
Sets the value of the '
Layout '
attribute. |
void |
setName(java.lang.String value)
Sets the value of the '
Name '
attribute. |
void |
setUniqueVersion(java.lang.String value)
Sets the value of the '
Unique Version ' attribute. |
void |
setUrl(java.lang.String value)
Sets the value of the '
Url ' attribute. |
void |
unsetLayout()
Unsets the value of the '
Layout '
attribute. |
void |
unsetUniqueVersion()
Unsets the value of the '
Unique Version ' attribute. |
java.lang.String getUniqueVersion()
"true"
. 4.0.0 Whether to assign snapshots a unique
version comprised of the timestamp and build number, or to use the same version each time isSetUniqueVersion()
,
unsetUniqueVersion()
,
setUniqueVersion(String)
,
PomPackage.getDeploymentRepository_UniqueVersion()
void setUniqueVersion(java.lang.String value)
Unique Version
' attribute. value
- the new value of the 'Unique Version' attribute.isSetUniqueVersion()
,
unsetUniqueVersion()
,
getUniqueVersion()
void unsetUniqueVersion()
Unique Version
' attribute. boolean isSetUniqueVersion()
Unique Version
' attribute is set. unsetUniqueVersion()
,
getUniqueVersion()
,
setUniqueVersion(String)
java.lang.String getId()
setId(String)
,
PomPackage.getDeploymentRepository_Id()
void setId(java.lang.String value)
Id
' attribute.
value
- the new value of the 'Id' attribute.getId()
java.lang.String getName()
setName(String)
,
PomPackage.getDeploymentRepository_Name()
void setName(java.lang.String value)
Name
'
attribute. value
- the new value of the 'Name' attribute.getName()
java.lang.String getUrl()
setUrl(String)
,
PomPackage.getDeploymentRepository_Url()
void setUrl(java.lang.String value)
Url
' attribute.
value
- the new value of the 'Url' attribute.getUrl()
java.lang.String getLayout()
isSetLayout()
,
unsetLayout()
,
setLayout(String)
,
PomPackage.getDeploymentRepository_Layout()
void setLayout(java.lang.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)