public interface Parent
extends org.eclipse.emf.ecore.EObject
The following features are supported:
PomPackage.getParent()
Modifier and Type | Method and Description |
---|---|
String |
getArtifactId()
Returns the value of the 'Artifact Id' attribute.
|
String |
getGroupId()
Returns the value of the 'Group Id' attribute.
|
String |
getRelativePath()
Returns the value of the 'Relative Path' attribute.
|
String |
getVersion()
Returns the value of the 'Version' attribute.
|
void |
setArtifactId(String value)
Sets the value of the '
Artifact Id '
attribute. |
void |
setGroupId(String value)
Sets the value of the '
Group Id ' attribute. |
void |
setRelativePath(String value)
Sets the value of the '
Relative Path '
attribute. |
void |
setVersion(String value)
Sets the value of the '
Version ' attribute. |
String getArtifactId()
setArtifactId(String)
,
PomPackage.getParent_ArtifactId()
void setArtifactId(String value)
Artifact Id
'
attribute. value
- the new value of the 'Artifact Id' attribute.getArtifactId()
String getGroupId()
setGroupId(String)
,
PomPackage.getParent_GroupId()
void setGroupId(String value)
Group Id
' attribute. value
- the new value of the 'Group Id' attribute.getGroupId()
String getVersion()
setVersion(String)
,
PomPackage.getParent_Version()
void setVersion(String value)
Version
' attribute. value
- the new value of the 'Version' attribute.getVersion()
String getRelativePath()
setRelativePath(String)
,
PomPackage.getParent_RelativePath()
void setRelativePath(String value)
Relative Path
'
attribute. value
- the new value of the 'Relative Path' attribute.getRelativePath()
Copyright © 2005–2015 Sonatype, Inc.. All rights reserved.