public interface ModelElementUrlFragment
extends org.eclipse.emf.ecore.EObject
The following features are supported:
UrlPackage.getModelElementUrlFragment()| Modifier and Type | Method and Description |
|---|---|
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. |
String getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
setName(String),
UrlPackage.getModelElementUrlFragment_Name()void setName(String value)
Name' attribute.
value - the new value of the 'Name' attribute.getName()ModelElementId getModelElementId()
If the meaning of the 'Model Element Id' containment reference isn't clear, there really should be more of a description here...
setModelElementId(ModelElementId),
UrlPackage.getModelElementUrlFragment_ModelElementId()void setModelElementId(ModelElementId value)
Model Element Id' containment reference.
value - the new value of the 'Model Element Id' containment reference.getModelElementId()String getUrlString()
Copyright © 2017. All rights reserved.