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

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

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

A representation of the model object ' Model Element Url'.

The following features are supported:

See Also:
UrlPackage.getModelElementUrl()

Method Summary
 ModelElementUrlFragment getModelElementUrlFragment()
          Returns the value of the 'Model Element Url Fragment' containment reference.
 ProjectUrlFragment getProjectUrlFragment()
          Returns the value of the 'Project Url Fragment' containment reference.
 ServerUrl getServerUrl()
          Returns the value of the 'Server Url' containment reference.
 String getUrlString()
          Returns a string representation of the url.
 void setModelElementUrlFragment(ModelElementUrlFragment value)
          Sets the value of the ' Model Element Url Fragment' containment reference.
 void setProjectUrlFragment(ProjectUrlFragment value)
          Sets the value of the ' Project Url Fragment' containment reference.
 void setServerUrl(ServerUrl value)
          Sets the value of the 'Server Url' 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

getServerUrl

ServerUrl getServerUrl()
Returns the value of the 'Server Url' containment reference.

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

Returns:
the value of the 'Server Url' containment reference.
See Also:
setServerUrl(ServerUrl), UrlPackage.getModelElementUrl_ServerUrl()

setServerUrl

void setServerUrl(ServerUrl value)
Sets the value of the 'Server Url' containment reference.

Parameters:
value - the new value of the 'Server Url' containment reference.
See Also:
getServerUrl()

getProjectUrlFragment

ProjectUrlFragment getProjectUrlFragment()
Returns the value of the 'Project Url Fragment' containment reference.

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

Returns:
the value of the 'Project Url Fragment' containment reference.
See Also:
setProjectUrlFragment(ProjectUrlFragment), UrlPackage.getModelElementUrl_ProjectUrlFragment()

setProjectUrlFragment

void setProjectUrlFragment(ProjectUrlFragment value)
Sets the value of the ' Project Url Fragment' containment reference.

Parameters:
value - the new value of the 'Project Url Fragment' containment reference.
See Also:
getProjectUrlFragment()

getModelElementUrlFragment

ModelElementUrlFragment getModelElementUrlFragment()
Returns the value of the 'Model Element Url Fragment' containment reference.

If the meaning of the 'Model Element Url Fragment' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Model Element Url Fragment' containment reference.
See Also:
setModelElementUrlFragment(ModelElementUrlFragment), UrlPackage.getModelElementUrl_ModelElementUrlFragment()

setModelElementUrlFragment

void setModelElementUrlFragment(ModelElementUrlFragment value)
Sets the value of the ' Model Element Url Fragment' containment reference.

Parameters:
value - the new value of the 'Model Element Url Fragment' containment reference.
See Also:
getModelElementUrlFragment()

getUrlString

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

Returns:
the string


Copyright © 2015. All Rights Reserved.