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