org.eclipse.emf.emfstore.internal.server.model.url
Interface ProjectUrlFragment

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
ProjectUrlFragmentImpl

public interface ProjectUrlFragment
extends org.eclipse.emf.ecore.EObject

A representation of the model object ' Project Url Fragment'.

The following features are supported:

See Also:
UrlPackage.getProjectUrlFragment()

Method Summary
 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.
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getName

String getName()
Returns the value of the 'Name' attribute.

If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Name' attribute.
See Also:
setName(String), UrlPackage.getProjectUrlFragment_Name()

setName

void setName(String value)
Sets the value of the 'Name' attribute.

Parameters:
value - the new value of the 'Name' attribute.
See Also:
getName()

getProjectId

ProjectId getProjectId()
Returns the value of the 'Project Id' containment reference.

If the meaning of the 'Project Id' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Project Id' containment reference.
See Also:
setProjectId(ProjectId), UrlPackage.getProjectUrlFragment_ProjectId()

setProjectId

void setProjectId(ProjectId value)
Sets the value of the 'Project Id' containment reference.

Parameters:
value - the new value of the 'Project Id' containment reference.
See Also:
getProjectId()

getUrlString

String getUrlString()
Returns a string representation of the url.

Returns:
the string


Copyright © 2015. All Rights Reserved.