public interface Organization
extends org.eclipse.emf.ecore.EObject
The following features are supported:
PomPackage.getOrganization()
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName()
Returns the value of the 'Name' attribute.
|
java.lang.String |
getUrl()
Returns the value of the 'Url' 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.getOrganization_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.getOrganization_Url()