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

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

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

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

The following features are supported:

See Also:
UrlPackage.getModelElementUrlFragment()

Method Summary
 ModelElementId getModelElementId()
          Returns the value of the 'Model Element Id' containment reference.
 String getName()
          Returns the value of the 'Name' attribute.
 String getUrlString()
          Returns a string representation of the url.
 void setModelElementId(ModelElementId value)
          Sets the value of the ' Model Element Id' containment reference.
 void setName(String value)
          Sets the value of the 'Name' attribute.
 
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.getModelElementUrlFragment_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()

getModelElementId

ModelElementId getModelElementId()
Returns the value of the 'Model Element Id' containment reference.

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

Returns:
the value of the 'Model Element Id' containment reference.
See Also:
setModelElementId(ModelElementId), UrlPackage.getModelElementUrlFragment_ModelElementId()

setModelElementId

void setModelElementId(ModelElementId value)
Sets the value of the ' Model Element Id' containment reference.

Parameters:
value - the new value of the 'Model Element Id' containment reference.
See Also:
getModelElementId()

getUrlString

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

Returns:
the string


Copyright © 2015. All Rights Reserved.