public interface ProjectUrlFragment
extends org.eclipse.emf.ecore.EObject
The following features are supported:
UrlPackage.getProjectUrlFragment()| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Returns the value of the 'Name' attribute.
|
ProjectId |
getProjectId()
Returns the value of the 'Project Id' containment reference.
|
String |
getUrlString()
Returns a string representation of the url.
|
void |
setName(String value)
Sets the value of the '
Name' attribute. |
void |
setProjectId(ProjectId value)
Sets the value of the '
Project Id' containment reference. |
String getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
setName(String),
UrlPackage.getProjectUrlFragment_Name()void setName(String value)
Name' attribute.
value - the new value of the 'Name' attribute.getName()ProjectId getProjectId()
If the meaning of the 'Project Id' containment reference isn't clear, there really should be more of a description here...
setProjectId(ProjectId),
UrlPackage.getProjectUrlFragment_ProjectId()void setProjectId(ProjectId value)
Project Id' containment reference.
value - the new value of the 'Project Id' containment reference.getProjectId()String getUrlString()
Copyright © 2017. All rights reserved.