- All Known Implementing Classes:
ProjectLicenseImpl
A representation of the model object 'Project License'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Html Url' attribute.getKey()Returns the value of the 'Key' attribute.getName()Returns the value of the 'Name' attribute.Returns the value of the 'Nickname' attribute.Returns the value of the 'Source Url' attribute.voidsetHtmlUrl(String value) Sets the value of the 'Html Url' attribute.voidSets the value of the 'Key' attribute.voidSets the value of the 'Name' attribute.voidsetNickname(String value) Sets the value of the 'Nickname' attribute.voidsetSourceUrl(String value) Sets the value of the 'Source Url' attribute.Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getKey
Returns the value of the 'Key' attribute.- Returns:
- the value of the 'Key' attribute.
- See Also:
-
setKey
Sets the value of the 'Key' attribute.- Parameters:
value- the new value of the 'Key' attribute.- See Also:
-
getName
Returns the value of the 'Name' attribute.- Returns:
- the value of the 'Name' attribute.
- See Also:
-
setName
Sets the value of the 'Name' attribute.- Parameters:
value- the new value of the 'Name' attribute.- See Also:
-
getNickname
Returns the value of the 'Nickname' attribute.- Returns:
- the value of the 'Nickname' attribute.
- See Also:
-
setNickname
Sets the value of the 'Nickname' attribute.- Parameters:
value- the new value of the 'Nickname' attribute.- See Also:
-
getHtmlUrl
Returns the value of the 'Html Url' attribute.- Returns:
- the value of the 'Html Url' attribute.
- See Also:
-
setHtmlUrl
Sets the value of the 'Html Url' attribute.- Parameters:
value- the new value of the 'Html Url' attribute.- See Also:
-
getSourceUrl
Returns the value of the 'Source Url' attribute.- Returns:
- the value of the 'Source Url' attribute.
- See Also:
-
setSourceUrl
Sets the value of the 'Source Url' attribute.- Parameters:
value- the new value of the 'Source Url' attribute.- See Also:
-