public interface Site
extends org.eclipse.emf.ecore.EObject
The following features are supported:
PomPackage.getSite()
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getId()
Returns the value of the 'Id' attribute.
|
java.lang.String |
getName()
Returns the value of the 'Name' attribute.
|
java.lang.String |
getUrl()
Returns the value of the 'Url' attribute.
|
void |
setId(java.lang.String value)
Sets the value of the '
Id ' 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 getId()
setId(String)
,
PomPackage.getSite_Id()
void setId(java.lang.String value)
Id
' attribute. value
- the new value of the 'Id' attribute.getId()
java.lang.String getName()
setName(String)
,
PomPackage.getSite_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.getSite_Url()