public interface License
extends org.eclipse.emf.ecore.EObject
The following features are supported:
PomPackage.getLicense()
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getComments()
Returns the value of the 'Comments' attribute.
|
java.lang.String |
getDistribution()
Returns the value of the 'Distribution' attribute.
|
java.lang.String |
getName()
Returns the value of the 'Name' attribute.
|
java.lang.String |
getUrl()
Returns the value of the 'Url' attribute.
|
void |
setComments(java.lang.String value)
Sets the value of the '
Comments ' attribute. |
void |
setDistribution(java.lang.String value)
Sets the value of the '
Distribution '
attribute. |
void |
setName(java.lang.String value)
Sets the value of the '
Name ' attribute. |
void |
setUrl(java.lang.String value)
Sets the value of the '
Url ' attribute. |
java.lang.String getName()
setName(String)
,
PomPackage.getLicense_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.getLicense_Url()
void setUrl(java.lang.String value)
Url
' attribute. value
- the new value of the 'Url' attribute.getUrl()
java.lang.String getDistribution()
setDistribution(String)
,
PomPackage.getLicense_Distribution()
void setDistribution(java.lang.String value)
Distribution
'
attribute. value
- the new value of the 'Distribution' attribute.getDistribution()
java.lang.String getComments()
setComments(String)
,
PomPackage.getLicense_Comments()
void setComments(java.lang.String value)
Comments
' attribute.
value
- the new value of the 'Comments' attribute.getComments()